COLOR #CFD6E5

HEX: #CFD6E5 RGB: (207,214,229)

Color info

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

RGB color model

#CFD6E5 color RGB value is (207,214,229).

RGB: (207,214,229) (81%, 84%, 90%)

RGB channels and saturation

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

207
214
229

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

Portions of RGB colors in percentages

R + G + B = 207 + 214 + 229 = 650 (100%)
R 207 of 650 ~ 31.85%
G 214 of 650 ~ 32.92%
B 229 of 650 ~ 35.23'%

%31.85
%32.92
%35.23

CMYK color model

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

  • cyan value is 9.61%
  • magenta value is 6.55%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (10,7,0,10)
C10M7Y0K10 (10%, 7%, 0%, 10%)
(0.10 / 0.07 / 0.00 / 0.10)

CMYK percentages

%9.61
%6.55
%0
%10.2

Codes

Color #CFD6E5 in popluar color models

CF D6 E5
RGB 207 214 229
HSL 221° 29.73% 85.49%
HSB/HSV 221° 9.61% 89.80%
CMYK 9.61% 6.55% 0.00%
10.20%

Color #CFD6E5 in popluar number systems.

HEX CF D6 E5
Decimal 207 214 229
Binary 11001111 11010110 11100101
Octal 317 326 345

Shades and tints

Shades of #CFD6E5

#CFD6E5
(207,214,229)
#BDC3D1
(189,195,209)
#ABB0BD
(171,176,189)
#999DA9
(153,157,169)
#878A95
(135,138,149)
#757781
(117,119,129)
#63646D
(99,100,109)
#515159
(81,81,89)
#3F3E45
(63,62,69)
#2D2B31
(45,43,49)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #CFD6E5

#CFD6E5
(207,214,229)
#D3D9E7
(211,217,231)
#D7DCE9
(215,220,233)
#DBDFEB
(219,223,235)
#DFE2ED
(223,226,237)
#E3E5EF
(227,229,239)
#E7E8F1
(231,232,241)
#EBEBF3
(235,235,243)
#EFEEF5
(239,238,245)
#F3F1F7
(243,241,247)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD6E5; }

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

This text font color is #CFD6E5.

Background Color

.myBgColor { background-color: #CFD6E5; }

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

This div background color is #CFD6E5.

Border color

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

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

This div border color is #CFD6E5.

Opacity

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

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

Text with #CFD6E5 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 #CFD6E5;}

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

This text has shadow with #CFD6E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD6E5.

Preview

Color preview on black background

This text has color #CFD6E5 on black background.


Color preview on white background

This text has color #CFD6E5 on white background.


Black color preview on #CFD6E5 background

This text has black color on #CFD6E5 background.


White color preview on #CFD6E5 background

This text has white color on #CFD6E5 background.


Related colors

Complementary color

Complementary color for #hex is #30291A.


I love getcolorcode.com

Triadic colors

1 #E5CFD6 and #D6E5CF with #CFD6E5 are triadic colors.

2 #E5D6CF and #D6CFE5 with #CFD6E5 are triadic colors.