COLOR #D9EED2

HEX: #D9EED2
RGB: (217,238,210)

Color info

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

RGB color model

#D9EED2 color RGB value is (217,238,210).

  • red value is 217;
  • green value is 238;
  • blue value is 210.
RGB:
(217,238,210)
(85%,93%,82%)

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 210 of 255 = 82%

217
238
210

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

Portions of RGB colors in percentages

R + G + B =
217 + 238 + 210 = 665 (100%)
R 217 of 665 ~ 32.63%
G 238 of 665 ~ 35.79%
B 210 of 665 ~ 31.58%

%32.63
%35.79
%31.58

CMYK color model

#D9EED2 color CMYK value is (9,0,12,7).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(9,0,12,7)
C9M0Y12K7 
(9%,0%,12%,7%)
(0.09/0.00/0.12/0.07)	

CMYK percentages

%8.82
%0
%11.76
%6.67

Codes

Color #D9EED2 in popluar color models

D9EED2
RGB217238210
HSL105°45.16%87.84%
HSB/HSV105°11.76%93.33%
CMYK8.82%0.00%11.76%
6.67%

Color #D9EED2 in popluar number systems.

HEXD9EED2
Decimal217238210
Binary110110011110111011010010
Octal331356322

Shades and tints

Shades of #D9EED2

#D9EED2
(217,238,210)
#C6D9BF
(198,217,191)
#B3C4AC
(179,196,172)
#A0AF99
(160,175,153)
#8D9A86
(141,154,134)
#7A8573
(122,133,115)
#677060
(103,112,96)
#545B4D
(84,91,77)
#41463A
(65,70,58)
#2E3127
(46,49,39)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #D9EED2

#D9EED2
(217,238,210)
#DCEFD6
(220,239,214)
#DFF0DA
(223,240,218)
#E2F1DE
(226,241,222)
#E5F2E2
(229,242,226)
#E8F3E6
(232,243,230)
#EBF4EA
(235,244,234)
#EEF5EE
(238,245,238)
#F1F6F2
(241,246,242)
#F4F7F6
(244,247,246)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EED2 color. Also use rgb(217,238,210) instead hex code.

Text Font Color

.myTextColor { color: #D9EED2; }

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

This text font color is #D9EED2.


Background Color

.myBgColor { background-color: #D9EED2; }

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

This div background color is #D9EED2.


Border color

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

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

This div border color is #D9EED2.


Opacity

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

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

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

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

This text has shadow with #D9EED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EED2 on black background.


Color preview on white background

This text has color #D9EED2 on white background.



Black color preview on #D9EED2 background

This text has black color on #D9EED2 background.


White color preview on #D9EED2 background

This text has white color on #D9EED2 background.