COLOR #CFD9E5

HEX: #CFD9E5 RGB: (207,217,229)

Color info

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

RGB color model

#CFD9E5 color RGB value is (207,217,229).

RGB: (207,217,229) (81%, 85%, 90%)

RGB channels and saturation

R 207 of 255 = 81%
G 217 of 255 = 85%
B 229 of 255 = 90%

207
217
229

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

Portions of RGB colors in percentages

R + G + B = 207 + 217 + 229 = 653 (100%)
R 207 of 653 ~ 31.7%
G 217 of 653 ~ 33.23%
B 229 of 653 ~ 35.07'%

%31.7
%33.23
%35.07

CMYK color model

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

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

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

CMYK percentages

%9.61
%5.24
%0
%10.2

Codes

Color #CFD9E5 in popluar color models

CF D9 E5
RGB 207 217 229
HSL 213° 29.73% 85.49%
HSB/HSV 213° 9.61% 89.80%
CMYK 9.61% 5.24% 0.00%
10.20%

Color #CFD9E5 in popluar number systems.

HEX CF D9 E5
Decimal 207 217 229
Binary 11001111 11011001 11100101
Octal 317 331 345

Shades and tints

Shades of #CFD9E5

#CFD9E5
(207,217,229)
#BDC6D1
(189,198,209)
#ABB3BD
(171,179,189)
#99A0A9
(153,160,169)
#878D95
(135,141,149)
#757A81
(117,122,129)
#63676D
(99,103,109)
#515459
(81,84,89)
#3F4145
(63,65,69)
#2D2E31
(45,46,49)
#1B1B1D
(27,27,29)
#000000
(0,0,0)

Tints of #CFD9E5

#CFD9E5
(207,217,229)
#D3DCE7
(211,220,231)
#D7DFE9
(215,223,233)
#DBE2EB
(219,226,235)
#DFE5ED
(223,229,237)
#E3E8EF
(227,232,239)
#E7EBF1
(231,235,241)
#EBEEF3
(235,238,243)
#EFF1F5
(239,241,245)
#F3F4F7
(243,244,247)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD9E5; }

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

This text font color is #CFD9E5.

Background Color

.myBgColor { background-color: #CFD9E5; }

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

This div background color is #CFD9E5.

Border color

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

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

This div border color is #CFD9E5.

Opacity

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

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

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

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

This text has shadow with #CFD9E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD9E5.

Preview

Color preview on black background

This text has color #CFD9E5 on black background.


Color preview on white background

This text has color #CFD9E5 on white background.


Black color preview on #CFD9E5 background

This text has black color on #CFD9E5 background.


White color preview on #CFD9E5 background

This text has white color on #CFD9E5 background.


Related colors

Complementary color

Complementary color for #hex is #30261A.


I love getcolorcode.com

Triadic colors

1 #E5CFD9 and #D9E5CF with #CFD9E5 are triadic colors.

2 #E5D9CF and #D9CFE5 with #CFD9E5 are triadic colors.