COLOR #CFD6E6

HEX: #CFD6E6
RGB: (207,214,230)

Color info

#CFD6E6 contains red, green and blue colors in about the same proportion. Web safe color of #CFD6E6 is #CCCCCC (or #CCC).

RGB color model

#CFD6E6 color RGB value is (207,214,230).

  • red value is 207;
  • green value is 214;
  • blue value is 230.
RGB:
(207,214,230)
(81%,84%,90%)

RGB channels and saturation

R 207 of 255 = 81%
G 214 of 255 = 84%
B 230 of 255 = 90%

207
214
230

R + G + B ~ 85%. #CFD6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 214 + 230 = 651 (100%)
R 207 of 651 ~ 31.8%
G 214 of 651 ~ 32.87%
B 230 of 651 ~ 35.33%

%31.8
%32.87
%35.33

CMYK color model

#CFD6E6 color CMYK value is (10,7,0,10).

  • cyan value is 10.00%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(10,7,0,10)
C10M7Y0K10 
(10%,7%,0%,10%)
(0.10/0.07/0.00/0.10)	

CMYK percentages

%10
%6.96
%0
%9.8

Codes

Color #CFD6E6 in popluar color models

CFD6E6
RGB207214230
HSL222°31.51%85.69%
HSB/HSV222°10.00%90.20%
CMYK10.00%6.96%0.00%
9.80%

Color #CFD6E6 in popluar number systems.

HEXCFD6E6
Decimal207214230
Binary110011111101011011100110
Octal317326346

Shades and tints

Shades of #CFD6E6

#CFD6E6
(207,214,230)
#BDC3D2
(189,195,210)
#ABB0BE
(171,176,190)
#999DAA
(153,157,170)
#878A96
(135,138,150)
#757782
(117,119,130)
#63646E
(99,100,110)
#51515A
(81,81,90)
#3F3E46
(63,62,70)
#2D2B32
(45,43,50)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #CFD6E6

#CFD6E6
(207,214,230)
#D3D9E8
(211,217,232)
#D7DCEA
(215,220,234)
#DBDFEC
(219,223,236)
#DFE2EE
(223,226,238)
#E3E5F0
(227,229,240)
#E7E8F2
(231,232,242)
#EBEBF4
(235,235,244)
#EFEEF6
(239,238,246)
#F3F1F8
(243,241,248)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD6E6 color. Also use rgb(207,214,230) instead hex code.

Text Font Color

.myTextColor { color: #CFD6E6; }

<p style="color:#CFD6E6">This sample text font color is #CFD6E6.</p>

This text font color is #CFD6E6.


Background Color

.myBgColor { background-color: #CFD6E6; }

<div style="background-color:#CFD6E6">Inner text</div>

This div background color is #CFD6E6.


Border color

.myBorderColor { border: 1px solid #CFD6E6; }

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

This div border color is #CFD6E6.


Opacity

.myOpacity80 { color: #CFD6E6; opacity: 0.8; }

<p style="color:#CFD6E6;opacity:0.8;">80%</p>

Text with #CFD6E6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CFD6E6;}

<p style="text-shadow: 3px 3px 1px #CFD6E6">Text here.</p>

This text has shadow with #CFD6E6 color.

.textShadow {text-shadow: 3px 3px 1px #CFD6E6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CFD6E6, 5px 5px 20px red">Text here.</p>

This text has shadow with #CFD6E6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CFD6E6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CFD6E6, Direction=45, Strength=4)">Text</p>

This text has shadow with #CFD6E6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CFD6E6;
  -webkit-box-shadow:	1px 1px 3px 2px #CFD6E6;
  box-shadow:		1px 1px 3px 2px #CFD6E6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CFD6E6;
-webkit-box-shadow: 1px 1px 3px 2px #CFD6E6;
box-shadow:1px 1px 3px 2px #CFD6E6;">
Div content here</div>
This div box has shadow with color #CFD6E6.

Preview

Color preview on black background

This text has color #CFD6E6 on black background.


Color preview on white background

This text has color #CFD6E6 on white background.



Black color preview on #CFD6E6 background

This text has black color on #CFD6E6 background.


White color preview on #CFD6E6 background

This text has white color on #CFD6E6 background.