Hex #cfd6dc Color

#cfd6dc
equivalent to

RGB

(207, 214, 220)

Details of #cfd6dc

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
207
62.6970
0.58
0.06
85.2639
66.5258
208°
81.5634
214
66.5258
0.16
0.03
-1.2319
0.3037
-5.5243
220
77.2464
0.84
0.00   0.14
-3.7829
0.3222
86°
0.9618

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001111
317
207
CF
Green
11010110
326
214
D6
Blue
11011100
334
220
DC

RGB in % of #cfd6dc

%32.29
%33.39
%34.32

CMYK in % of #cfd6dc

%6
%3
%0
%14

Triads of color #cfd6dc

#cfd6dc #d6dccf #dccfdc

Similar Colors to #cfd6dc

#cfd6dc #cfdcdc #cfd0dc

Preview Color #cfd6dc on black ground

#cfd6dc is very interesting for text.

Preview Color #cfd6dc on white ground

#cfd6dc is very interesting for text.

CSS Codes #cfd6dc color

.mybgcolor {background-color:#cfd6dc; }
.myforecolor {color:#cfd6dc; }
.mybordercolor {border:3px solid #cfd6dc; }

Text Font Color #cfd6dc

<p style="color:#cfd6dc">Text here</p>

This sample text font color is #cfd6dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #cfd6dc

<div style="background-color:#cfd6dc">
Div content here</div>

This div background color is #cfd6dc


Border Color #cfd6dc

<div style="border:3px solid #cfd6dc">
Div here</div>

The color of this border is #cfd6dc


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cfd6dc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #cfd6dc;
-webkit-box-shadow: 1px 1px 3px 2px #cfd6dc;
box-shadow:         1px 1px 3px 2px #cfd6dc; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #cfd6dc">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #cfd6dc;
  -webkit-box-shadow: 1px 1px 3px 2px #cfd6dc;
  box-shadow:         1px 1px 3px 2px #cfd6dc;">
Div content here</div>

The shadow of div box using color #cfd6dc