COLOR #CFD6EC

HEX: #CFD6EC RGB: (207,214,236)

Color info

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

RGB color model

#CFD6EC color RGB value is (207,214,236).

RGB: (207,214,236) (81%, 84%, 93%)

RGB channels and saturation

R 207 of 255 = 81%
G 214 of 255 = 84%
B 236 of 255 = 93%

207
214
236

R + G + B ~ 86%. #CFD6EC is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 214 + 236 = 657 (100%)
R 207 of 657 ~ 31.51%
G 214 of 657 ~ 32.57%
B 236 of 657 ~ 35.92'%

%31.51
%32.57
%35.92

CMYK color model

#CFD6EC color CMYK value is (12,9,0,7).

  • cyan value is 12.29%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (12,9,0,7)
C12M9Y0K7 (12%, 9%, 0%, 7%)
(0.12 / 0.09 / 0.00 / 0.07)

CMYK percentages

%12.29
%9.32
%0
%7.45

Codes

Color #CFD6EC in popluar color models

CF D6 EC
RGB 207 214 236
HSL 226° 43.28% 86.86%
HSB/HSV 226° 12.29% 92.55%
CMYK 12.29% 9.32% 0.00%
7.45%

Color #CFD6EC in popluar number systems.

HEX CF D6 EC
Decimal 207 214 236
Binary 11001111 11010110 11101100
Octal 317 326 354

Shades and tints

Shades of #CFD6EC

#CFD6EC
(207,214,236)
#BDC3D7
(189,195,215)
#ABB0C2
(171,176,194)
#999DAD
(153,157,173)
#878A98
(135,138,152)
#757783
(117,119,131)
#63646E
(99,100,110)
#515159
(81,81,89)
#3F3E44
(63,62,68)
#2D2B2F
(45,43,47)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #CFD6EC

#CFD6EC
(207,214,236)
#D3D9ED
(211,217,237)
#D7DCEE
(215,220,238)
#DBDFEF
(219,223,239)
#DFE2F0
(223,226,240)
#E3E5F1
(227,229,241)
#E7E8F2
(231,232,242)
#EBEBF3
(235,235,243)
#EFEEF4
(239,238,244)
#F3F1F5
(243,241,245)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD6EC; }

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

This text font color is #CFD6EC.

Background Color

.myBgColor { background-color: #CFD6EC; }

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

This div background color is #CFD6EC.

Border color

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

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

This div border color is #CFD6EC.

Opacity

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

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

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

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

This text has shadow with #CFD6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD6EC.

Preview

Color preview on black background

This text has color #CFD6EC on black background.


Color preview on white background

This text has color #CFD6EC on white background.


Black color preview on #CFD6EC background

This text has black color on #CFD6EC background.


White color preview on #CFD6EC background

This text has white color on #CFD6EC background.


Related colors

Complementary color

Complementary color for #hex is #302913.


I love getcolorcode.com

Triadic colors

1 #ECCFD6 and #D6ECCF with #CFD6EC are triadic colors.

2 #ECD6CF and #D6CFEC with #CFD6EC are triadic colors.