COLOR #CFDAE0

HEX: #CFDAE0 RGB: (207,218,224)

Color info

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

RGB color model

#CFDAE0 color RGB value is (207,218,224).

RGB: (207,218,224) (81%, 85%, 88%)

RGB channels and saturation

R 207 of 255 = 81%
G 218 of 255 = 85%
B 224 of 255 = 88%

207
218
224

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

Portions of RGB colors in percentages

R + G + B = 207 + 218 + 224 = 649 (100%)
R 207 of 649 ~ 31.9%
G 218 of 649 ~ 33.59%
B 224 of 649 ~ 34.51'%

%31.9
%33.59
%34.51

CMYK color model

#CFDAE0 color CMYK value is (8,3,0,12).

  • cyan value is 7.59%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (8,3,0,12)
C8M3Y0K12 (8%, 3%, 0%, 12%)
(0.08 / 0.03 / 0.00 / 0.12)

CMYK percentages

%7.59
%2.68
%0
%12.16

Codes

Color #CFDAE0 in popluar color models

CF DA E0
RGB 207 218 224
HSL 201° 21.52% 84.51%
HSB/HSV 201° 7.59% 87.84%
CMYK 7.59% 2.68% 0.00%
12.16%

Color #CFDAE0 in popluar number systems.

HEX CF DA E0
Decimal 207 218 224
Binary 11001111 11011010 11100000
Octal 317 332 340

Shades and tints

Shades of #CFDAE0

#CFDAE0
(207,218,224)
#BDC7CC
(189,199,204)
#ABB4B8
(171,180,184)
#99A1A4
(153,161,164)
#878E90
(135,142,144)
#757B7C
(117,123,124)
#636868
(99,104,104)
#515554
(81,85,84)
#3F4240
(63,66,64)
#2D2F2C
(45,47,44)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #CFDAE0

#CFDAE0
(207,218,224)
#D3DDE2
(211,221,226)
#D7E0E4
(215,224,228)
#DBE3E6
(219,227,230)
#DFE6E8
(223,230,232)
#E3E9EA
(227,233,234)
#E7ECEC
(231,236,236)
#EBEFEE
(235,239,238)
#EFF2F0
(239,242,240)
#F3F5F2
(243,245,242)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDAE0; }

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

This text font color is #CFDAE0.

Background Color

.myBgColor { background-color: #CFDAE0; }

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

This div background color is #CFDAE0.

Border color

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

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

This div border color is #CFDAE0.

Opacity

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

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

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

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

This text has shadow with #CFDAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDAE0.

Preview

Color preview on black background

This text has color #CFDAE0 on black background.


Color preview on white background

This text has color #CFDAE0 on white background.


Black color preview on #CFDAE0 background

This text has black color on #CFDAE0 background.


White color preview on #CFDAE0 background

This text has white color on #CFDAE0 background.


Related colors

Complementary color

Complementary color for #hex is #30251F.


I love getcolorcode.com

Triadic colors

1 #E0CFDA and #DAE0CF with #CFDAE0 are triadic colors.

2 #E0DACF and #DACFE0 with #CFDAE0 are triadic colors.