COLOR #D9E9DC

HEX: #D9E9DC RGB: (217,233,220)

Color info

#D9E9DC contains red, green and blue colors in about the same proportion. Web safe color of #D9E9DC is #CCFFCC (or #CFC).

RGB color model

#D9E9DC color RGB value is (217,233,220).

RGB: (217,233,220) (85%, 91%, 86%)

RGB channels and saturation

R 217 of 255 = 85%
G 233 of 255 = 91%
B 220 of 255 = 86%

217
233
220

R + G + B ~ 87%. #D9E9DC is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 233 + 220 = 670 (100%)
R 217 of 670 ~ 32.39%
G 233 of 670 ~ 34.78%
B 220 of 670 ~ 32.84'%

%32.39
%34.78
%32.84

CMYK color model

#D9E9DC color CMYK value is (7,0,6,9).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 8.63%

CMYK: (7,0,6,9)
C7M0Y6K9 (7%, 0%, 6%, 9%)
(0.07 / 0.00 / 0.06 / 0.09)

CMYK percentages

%6.87
%0
%5.58
%8.63

Codes

Color #D9E9DC in popluar color models

D9 E9 DC
RGB 217 233 220
HSL 131° 26.67% 88.24%
HSB/HSV 131° 6.87% 91.37%
CMYK 6.87% 0.00% 5.58%
8.63%

Color #D9E9DC in popluar number systems.

HEX D9 E9 DC
Decimal 217 233 220
Binary 11011001 11101001 11011100
Octal 331 351 334

Shades and tints

Shades of #D9E9DC

#D9E9DC
(217,233,220)
#C6D4C8
(198,212,200)
#B3BFB4
(179,191,180)
#A0AAA0
(160,170,160)
#8D958C
(141,149,140)
#7A8078
(122,128,120)
#676B64
(103,107,100)
#545650
(84,86,80)
#41413C
(65,65,60)
#2E2C28
(46,44,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #D9E9DC

#D9E9DC
(217,233,220)
#DCEBDF
(220,235,223)
#DFEDE2
(223,237,226)
#E2EFE5
(226,239,229)
#E5F1E8
(229,241,232)
#E8F3EB
(232,243,235)
#EBF5EE
(235,245,238)
#EEF7F1
(238,247,241)
#F1F9F4
(241,249,244)
#F4FBF7
(244,251,247)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E9DC color. Also use rgb(217,233,220) instead hex code.

Text Font Color

.myTextColor { color: #D9E9DC; }

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

This text font color is #D9E9DC.

Background Color

.myBgColor { background-color: #D9E9DC; }

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

This div background color is #D9E9DC.

Border color

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

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

This div border color is #D9E9DC.

Opacity

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

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

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

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

This text has shadow with #D9E9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E9DC.

Preview

Color preview on black background

This text has color #D9E9DC on black background.


Color preview on white background

This text has color #D9E9DC on white background.


Black color preview on #D9E9DC background

This text has black color on #D9E9DC background.


White color preview on #D9E9DC background

This text has white color on #D9E9DC background.


Related colors

Complementary color

Complementary color for #hex is #261623.


I love getcolorcode.com

Triadic colors

1 #DCD9E9 and #E9DCD9 with #D9E9DC are triadic colors.

2 #DCE9D9 and #E9D9DC with #D9E9DC are triadic colors.