COLOR #D9E7DE

HEX: #D9E7DE
RGB: (217,231,222)

Color info

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

RGB color model

#D9E7DE color RGB value is (217,231,222).

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

RGB channels and saturation

R 217 of 255 = 85%
G 231 of 255 = 91%
B 222 of 255 = 87%

217
231
222

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

Portions of RGB colors in percentages

R + G + B =
217 + 231 + 222 = 670 (100%)
R 217 of 670 ~ 32.39%
G 231 of 670 ~ 34.48%
B 222 of 670 ~ 33.13%

%32.39
%34.48
%33.13

CMYK color model

#D9E7DE color CMYK value is (6,0,4,9).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK:
(6,0,4,9)
C6M0Y4K9 
(6%,0%,4%,9%)
(0.06/0.00/0.04/0.09)	

CMYK percentages

%6.06
%0
%3.9
%9.41

Codes

Color #D9E7DE in popluar color models

D9E7DE
RGB217231222
HSL141°22.58%87.84%
HSB/HSV141°6.06%90.59%
CMYK6.06%0.00%3.90%
9.41%

Color #D9E7DE in popluar number systems.

HEXD9E7DE
Decimal217231222
Binary110110011110011111011110
Octal331347336

Shades and tints

Shades of #D9E7DE

#D9E7DE
(217,231,222)
#C6D2CA
(198,210,202)
#B3BDB6
(179,189,182)
#A0A8A2
(160,168,162)
#8D938E
(141,147,142)
#7A7E7A
(122,126,122)
#676966
(103,105,102)
#545452
(84,84,82)
#413F3E
(65,63,62)
#2E2A2A
(46,42,42)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #D9E7DE

#D9E7DE
(217,231,222)
#DCE9E1
(220,233,225)
#DFEBE4
(223,235,228)
#E2EDE7
(226,237,231)
#E5EFEA
(229,239,234)
#E8F1ED
(232,241,237)
#EBF3F0
(235,243,240)
#EEF5F3
(238,245,243)
#F1F7F6
(241,247,246)
#F4F9F9
(244,249,249)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E7DE color. Also use rgb(217,231,222) instead hex code.

Text Font Color

.myTextColor { color: #D9E7DE; }

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

This text font color is #D9E7DE.


Background Color

.myBgColor { background-color: #D9E7DE; }

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

This div background color is #D9E7DE.


Border color

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

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

This div border color is #D9E7DE.


Opacity

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

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

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

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

This text has shadow with #D9E7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E7DE on black background.


Color preview on white background

This text has color #D9E7DE on white background.



Black color preview on #D9E7DE background

This text has black color on #D9E7DE background.


White color preview on #D9E7DE background

This text has white color on #D9E7DE background.