COLOR #D9E8DD

HEX: #D9E8DD
RGB: (217,232,221)

Color info

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

RGB color model

#D9E8DD color RGB value is (217,232,221).

  • red value is 217;
  • green value is 232;
  • blue value is 221.
RGB:
(217,232,221)
(85%,91%,87%)

RGB channels and saturation

R 217 of 255 = 85%
G 232 of 255 = 91%
B 221 of 255 = 87%

217
232
221

R + G + B ~ 88%. #D9E8DD is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 232 + 221 = 670 (100%)
R 217 of 670 ~ 32.39%
G 232 of 670 ~ 34.63%
B 221 of 670 ~ 32.99%

%32.39
%34.63
%32.99

CMYK color model

#D9E8DD color CMYK value is (6,0,5,9).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 9.02%
CMYK:
(6,0,5,9)
C6M0Y5K9 
(6%,0%,5%,9%)
(0.06/0.00/0.05/0.09)	

CMYK percentages

%6.47
%0
%4.74
%9.02

Codes

Color #D9E8DD in popluar color models

D9E8DD
RGB217232221
HSL136°24.59%88.04%
HSB/HSV136°6.47%90.98%
CMYK6.47%0.00%4.74%
9.02%

Color #D9E8DD in popluar number systems.

HEXD9E8DD
Decimal217232221
Binary110110011110100011011101
Octal331350335

Shades and tints

Shades of #D9E8DD

#D9E8DD
(217,232,221)
#C6D3C9
(198,211,201)
#B3BEB5
(179,190,181)
#A0A9A1
(160,169,161)
#8D948D
(141,148,141)
#7A7F79
(122,127,121)
#676A65
(103,106,101)
#545551
(84,85,81)
#41403D
(65,64,61)
#2E2B29
(46,43,41)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #D9E8DD

#D9E8DD
(217,232,221)
#DCEAE0
(220,234,224)
#DFECE3
(223,236,227)
#E2EEE6
(226,238,230)
#E5F0E9
(229,240,233)
#E8F2EC
(232,242,236)
#EBF4EF
(235,244,239)
#EEF6F2
(238,246,242)
#F1F8F5
(241,248,245)
#F4FAF8
(244,250,248)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E8DD color. Also use rgb(217,232,221) instead hex code.

Text Font Color

.myTextColor { color: #D9E8DD; }

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

This text font color is #D9E8DD.


Background Color

.myBgColor { background-color: #D9E8DD; }

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

This div background color is #D9E8DD.


Border color

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

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

This div border color is #D9E8DD.


Opacity

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

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

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

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

This text has shadow with #D9E8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E8DD on black background.


Color preview on white background

This text has color #D9E8DD on white background.



Black color preview on #D9E8DD background

This text has black color on #D9E8DD background.


White color preview on #D9E8DD background

This text has white color on #D9E8DD background.