COLOR #D4EDD5

HEX: #D4EDD5
RGB: (212,237,213)

Color info

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

RGB color model

#D4EDD5 color RGB value is (212,237,213).

  • red value is 212;
  • green value is 237;
  • blue value is 213.
RGB:
(212,237,213)
(83%,93%,84%)

RGB channels and saturation

R 212 of 255 = 83%
G 237 of 255 = 93%
B 213 of 255 = 84%

212
237
213

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

Portions of RGB colors in percentages

R + G + B =
212 + 237 + 213 = 662 (100%)
R 212 of 662 ~ 32.02%
G 237 of 662 ~ 35.8%
B 213 of 662 ~ 32.18%

%32.02
%35.8
%32.18

CMYK color model

#D4EDD5 color CMYK value is (11,0,10,7).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(11,0,10,7)
C11M0Y10K7 
(11%,0%,10%,7%)
(0.11/0.00/0.10/0.07)	

CMYK percentages

%10.55
%0
%10.13
%7.06

Codes

Color #D4EDD5 in popluar color models

D4EDD5
RGB212237213
HSL122°40.98%88.04%
HSB/HSV122°10.55%92.94%
CMYK10.55%0.00%10.13%
7.06%

Color #D4EDD5 in popluar number systems.

HEXD4EDD5
Decimal212237213
Binary110101001110110111010101
Octal324355325

Shades and tints

Shades of #D4EDD5

#D4EDD5
(212,237,213)
#C1D8C2
(193,216,194)
#AEC3AF
(174,195,175)
#9BAE9C
(155,174,156)
#889989
(136,153,137)
#758476
(117,132,118)
#626F63
(98,111,99)
#4F5A50
(79,90,80)
#3C453D
(60,69,61)
#29302A
(41,48,42)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #D4EDD5

#D4EDD5
(212,237,213)
#D7EED8
(215,238,216)
#DAEFDB
(218,239,219)
#DDF0DE
(221,240,222)
#E0F1E1
(224,241,225)
#E3F2E4
(227,242,228)
#E6F3E7
(230,243,231)
#E9F4EA
(233,244,234)
#ECF5ED
(236,245,237)
#EFF6F0
(239,246,240)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EDD5 color. Also use rgb(212,237,213) instead hex code.

Text Font Color

.myTextColor { color: #D4EDD5; }

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

This text font color is #D4EDD5.


Background Color

.myBgColor { background-color: #D4EDD5; }

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

This div background color is #D4EDD5.


Border color

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

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

This div border color is #D4EDD5.


Opacity

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

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

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

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

This text has shadow with #D4EDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EDD5 on black background.


Color preview on white background

This text has color #D4EDD5 on white background.



Black color preview on #D4EDD5 background

This text has black color on #D4EDD5 background.


White color preview on #D4EDD5 background

This text has white color on #D4EDD5 background.