COLOR #D9E7E0

HEX: #D9E7E0
RGB: (217,231,224)

Color info

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

RGB color model

#D9E7E0 color RGB value is (217,231,224).

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

RGB channels and saturation

R 217 of 255 = 85%
G 231 of 255 = 91%
B 224 of 255 = 88%

217
231
224

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

Portions of RGB colors in percentages

R + G + B =
217 + 231 + 224 = 672 (100%)
R 217 of 672 ~ 32.29%
G 231 of 672 ~ 34.38%
B 224 of 672 ~ 33.33%

%32.29
%34.38
%33.33

CMYK color model

#D9E7E0 color CMYK value is (6,0,3,9).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 9.41%
CMYK:
(6,0,3,9)
C6M0Y3K9 
(6%,0%,3%,9%)
(0.06/0.00/0.03/0.09)	

CMYK percentages

%6.06
%0
%3.03
%9.41

Codes

Color #D9E7E0 in popluar color models

D9E7E0
RGB217231224
HSL150°22.58%87.84%
HSB/HSV150°6.06%90.59%
CMYK6.06%0.00%3.03%
9.41%

Color #D9E7E0 in popluar number systems.

HEXD9E7E0
Decimal217231224
Binary110110011110011111100000
Octal331347340

Shades and tints

Shades of #D9E7E0

#D9E7E0
(217,231,224)
#C6D2CC
(198,210,204)
#B3BDB8
(179,189,184)
#A0A8A4
(160,168,164)
#8D9390
(141,147,144)
#7A7E7C
(122,126,124)
#676968
(103,105,104)
#545454
(84,84,84)
#413F40
(65,63,64)
#2E2A2C
(46,42,44)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #D9E7E0

#D9E7E0
(217,231,224)
#DCE9E2
(220,233,226)
#DFEBE4
(223,235,228)
#E2EDE6
(226,237,230)
#E5EFE8
(229,239,232)
#E8F1EA
(232,241,234)
#EBF3EC
(235,243,236)
#EEF5EE
(238,245,238)
#F1F7F0
(241,247,240)
#F4F9F2
(244,249,242)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E7E0; }

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

This text font color is #D9E7E0.


Background Color

.myBgColor { background-color: #D9E7E0; }

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

This div background color is #D9E7E0.


Border color

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

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

This div border color is #D9E7E0.


Opacity

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

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

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

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

This text has shadow with #D9E7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E7E0 on black background.


Color preview on white background

This text has color #D9E7E0 on white background.



Black color preview on #D9E7E0 background

This text has black color on #D9E7E0 background.


White color preview on #D9E7E0 background

This text has white color on #D9E7E0 background.