COLOR #D9E0CF

HEX: #D9E0CF RGB: (217,224,207)

Color info

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

RGB color model

#D9E0CF color RGB value is (217,224,207).

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

RGB channels and saturation

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

217
224
207

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

Portions of RGB colors in percentages

R + G + B = 217 + 224 + 207 = 648 (100%)
R 217 of 648 ~ 33.49%
G 224 of 648 ~ 34.57%
B 207 of 648 ~ 31.94'%

%33.49
%34.57
%31.94

CMYK color model

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

  • cyan value is 3.13%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 12.16%
CMYK: (3,0,8,12) C3M0Y8K12 (3%,0%,8%,12%) (0.03/0.00/0.08/0.12) 

CMYK percentages

%3.13
%0
%7.59
%12.16

Codes

Color #D9E0CF in popluar color models

D9 E0 CF
RGB 217 224 207
HSL 85° 21.52% 84.51%
HSB/HSV 85° 7.59% 87.84%
CMYK 3.13% 0.00% 7.59%
12.16%

Color #D9E0CF in popluar number systems.

HEX D9 E0 CF
Decimal 217 224 207
Binary 11011001 11100000 11001111
Octal 331 340 317

Shades and tints

Shades of #D9E0CF

#D9E0CF
(217,224,207)
#C6CCBD
(198,204,189)
#B3B8AB
(179,184,171)
#A0A499
(160,164,153)
#8D9087
(141,144,135)
#7A7C75
(122,124,117)
#676863
(103,104,99)
#545451
(84,84,81)
#41403F
(65,64,63)
#2E2C2D
(46,44,45)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #D9E0CF

#D9E0CF
(217,224,207)
#DCE2D3
(220,226,211)
#DFE4D7
(223,228,215)
#E2E6DB
(226,230,219)
#E5E8DF
(229,232,223)
#E8EAE3
(232,234,227)
#EBECE7
(235,236,231)
#EEEEEB
(238,238,235)
#F1F0EF
(241,240,239)
#F4F2F3
(244,242,243)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E0CF; }

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

This text font color is #D9E0CF.

Background Color

.myBgColor { background-color: #D9E0CF; }

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

This div background color is #D9E0CF.

Border color

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

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

This div border color is #D9E0CF.

Opacity

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

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

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

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

This text has shadow with #D9E0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E0CF.

Preview

Color preview on black background

This text has color #D9E0CF on black background.


Color preview on white background

This text has color #D9E0CF on white background.


Black color preview on #D9E0CF background

This text has black color on #D9E0CF background.


White color preview on #D9E0CF background

This text has white color on #D9E0CF background.


Related colors

Complementary color

Complementary color for #hex is #261F30.


I love getcolorcode.com

Triadic colors

1 #CFD9E0 and #E0CFD9 with #D9E0CF are triadic colors.

2 #CFE0D9 and #E0D9CF with #D9E0CF are triadic colors.