COLOR #D4EED9

HEX: #D4EED9
RGB: (212,238,217)

Color info

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

RGB color model

#D4EED9 color RGB value is (212,238,217).

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

RGB channels and saturation

R 212 of 255 = 83%
G 238 of 255 = 93%
B 217 of 255 = 85%

212
238
217

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

Portions of RGB colors in percentages

R + G + B =
212 + 238 + 217 = 667 (100%)
R 212 of 667 ~ 31.78%
G 238 of 667 ~ 35.68%
B 217 of 667 ~ 32.53%

%31.78
%35.68
%32.53

CMYK color model

#D4EED9 color CMYK value is (11,0,9,7).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 6.67%
CMYK:
(11,0,9,7)
C11M0Y9K7 
(11%,0%,9%,7%)
(0.11/0.00/0.09/0.07)	

CMYK percentages

%10.92
%0
%8.82
%6.67

Codes

Color #D4EED9 in popluar color models

D4EED9
RGB212238217
HSL132°43.33%88.24%
HSB/HSV132°10.92%93.33%
CMYK10.92%0.00%8.82%
6.67%

Color #D4EED9 in popluar number systems.

HEXD4EED9
Decimal212238217
Binary110101001110111011011001
Octal324356331

Shades and tints

Shades of #D4EED9

#D4EED9
(212,238,217)
#C1D9C6
(193,217,198)
#AEC4B3
(174,196,179)
#9BAFA0
(155,175,160)
#889A8D
(136,154,141)
#75857A
(117,133,122)
#627067
(98,112,103)
#4F5B54
(79,91,84)
#3C4641
(60,70,65)
#29312E
(41,49,46)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #D4EED9

#D4EED9
(212,238,217)
#D7EFDC
(215,239,220)
#DAF0DF
(218,240,223)
#DDF1E2
(221,241,226)
#E0F2E5
(224,242,229)
#E3F3E8
(227,243,232)
#E6F4EB
(230,244,235)
#E9F5EE
(233,245,238)
#ECF6F1
(236,246,241)
#EFF7F4
(239,247,244)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EED9; }

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

This text font color is #D4EED9.


Background Color

.myBgColor { background-color: #D4EED9; }

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

This div background color is #D4EED9.


Border color

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

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

This div border color is #D4EED9.


Opacity

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

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

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

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

This text has shadow with #D4EED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EED9 on black background.


Color preview on white background

This text has color #D4EED9 on white background.



Black color preview on #D4EED9 background

This text has black color on #D4EED9 background.


White color preview on #D4EED9 background

This text has white color on #D4EED9 background.