COLOR #CFDAE6

HEX: #CFDAE6 RGB: (207,218,230)

Color info

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

RGB color model

#CFDAE6 color RGB value is (207,218,230).

RGB: (207,218,230) (81%, 85%, 90%)

RGB channels and saturation

R 207 of 255 = 81%
G 218 of 255 = 85%
B 230 of 255 = 90%

207
218
230

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

Portions of RGB colors in percentages

R + G + B = 207 + 218 + 230 = 655 (100%)
R 207 of 655 ~ 31.6%
G 218 of 655 ~ 33.28%
B 230 of 655 ~ 35.11'%

%31.6
%33.28
%35.11

CMYK color model

#CFDAE6 color CMYK value is (10,5,0,10).

  • cyan value is 10.00%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (10,5,0,10)
C10M5Y0K10 (10%, 5%, 0%, 10%)
(0.10 / 0.05 / 0.00 / 0.10)

CMYK percentages

%10
%5.22
%0
%9.8

Codes

Color #CFDAE6 in popluar color models

CF DA E6
RGB 207 218 230
HSL 211° 31.51% 85.69%
HSB/HSV 211° 10.00% 90.20%
CMYK 10.00% 5.22% 0.00%
9.80%

Color #CFDAE6 in popluar number systems.

HEX CF DA E6
Decimal 207 218 230
Binary 11001111 11011010 11100110
Octal 317 332 346

Shades and tints

Shades of #CFDAE6

#CFDAE6
(207,218,230)
#BDC7D2
(189,199,210)
#ABB4BE
(171,180,190)
#99A1AA
(153,161,170)
#878E96
(135,142,150)
#757B82
(117,123,130)
#63686E
(99,104,110)
#51555A
(81,85,90)
#3F4246
(63,66,70)
#2D2F32
(45,47,50)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #CFDAE6

#CFDAE6
(207,218,230)
#D3DDE8
(211,221,232)
#D7E0EA
(215,224,234)
#DBE3EC
(219,227,236)
#DFE6EE
(223,230,238)
#E3E9F0
(227,233,240)
#E7ECF2
(231,236,242)
#EBEFF4
(235,239,244)
#EFF2F6
(239,242,246)
#F3F5F8
(243,245,248)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDAE6; }

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

This text font color is #CFDAE6.

Background Color

.myBgColor { background-color: #CFDAE6; }

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

This div background color is #CFDAE6.

Border color

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

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

This div border color is #CFDAE6.

Opacity

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

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

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

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

This text has shadow with #CFDAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDAE6.

Preview

Color preview on black background

This text has color #CFDAE6 on black background.


Color preview on white background

This text has color #CFDAE6 on white background.


Black color preview on #CFDAE6 background

This text has black color on #CFDAE6 background.


White color preview on #CFDAE6 background

This text has white color on #CFDAE6 background.


Related colors

Complementary color

Complementary color for #hex is #302519.


I love getcolorcode.com

Triadic colors

1 #E6CFDA and #DAE6CF with #CFDAE6 are triadic colors.

2 #E6DACF and #DACFE6 with #CFDAE6 are triadic colors.