COLOR #CFD6E9

HEX: #CFD6E9 RGB: (207,214,233)

Color info

#CFD6E9 contains red, green and blue colors in about the same proportion. Web safe color of #CFD6E9 is #CCCCFF (or #CCF).

RGB color model

#CFD6E9 color RGB value is (207,214,233).

RGB: (207,214,233) (81%, 84%, 91%)

RGB channels and saturation

R 207 of 255 = 81%
G 214 of 255 = 84%
B 233 of 255 = 91%

207
214
233

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

Portions of RGB colors in percentages

R + G + B = 207 + 214 + 233 = 654 (100%)
R 207 of 654 ~ 31.65%
G 214 of 654 ~ 32.72%
B 233 of 654 ~ 35.63'%

%31.65
%32.72
%35.63

CMYK color model

#CFD6E9 color CMYK value is (11,8,0,9).

  • cyan value is 11.16%
  • magenta value is 8.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (11,8,0,9) C11M8Y0K9 (11%,8%,0%,9%) (0.11/0.08/0.00/0.09) 

CMYK percentages

%11.16
%8.15
%0
%8.63

Codes

Color #CFD6E9 in popluar color models

CF D6 E9
RGB 207 214 233
HSL 224° 37.14% 86.27%
HSB/HSV 224° 11.16% 91.37%
CMYK 11.16% 8.15% 0.00%
8.63%

Color #CFD6E9 in popluar number systems.

HEX CF D6 E9
Decimal 207 214 233
Binary 11001111 11010110 11101001
Octal 317 326 351

Shades and tints

Shades of #CFD6E9

#CFD6E9
(207,214,233)
#BDC3D4
(189,195,212)
#ABB0BF
(171,176,191)
#999DAA
(153,157,170)
#878A95
(135,138,149)
#757780
(117,119,128)
#63646B
(99,100,107)
#515156
(81,81,86)
#3F3E41
(63,62,65)
#2D2B2C
(45,43,44)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #CFD6E9

#CFD6E9
(207,214,233)
#D3D9EB
(211,217,235)
#D7DCED
(215,220,237)
#DBDFEF
(219,223,239)
#DFE2F1
(223,226,241)
#E3E5F3
(227,229,243)
#E7E8F5
(231,232,245)
#EBEBF7
(235,235,247)
#EFEEF9
(239,238,249)
#F3F1FB
(243,241,251)
#F7F4FD
(247,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD6E9; }

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

This text font color is #CFD6E9.

Background Color

.myBgColor { background-color: #CFD6E9; }

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

This div background color is #CFD6E9.

Border color

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

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

This div border color is #CFD6E9.

Opacity

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

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

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

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

This text has shadow with #CFD6E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD6E9.

Preview

Color preview on black background

This text has color #CFD6E9 on black background.


Color preview on white background

This text has color #CFD6E9 on white background.


Black color preview on #CFD6E9 background

This text has black color on #CFD6E9 background.


White color preview on #CFD6E9 background

This text has white color on #CFD6E9 background.


Related colors

Complementary color

Complementary color for #hex is #302916.


I love getcolorcode.com

Triadic colors

1 #E9CFD6 and #D6E9CF with #CFD6E9 are triadic colors.

2 #E9D6CF and #D6CFE9 with #CFD6E9 are triadic colors.