COLOR #D4EDD7

HEX: #D4EDD7
RGB: (212,237,215)

Color info

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

RGB color model

#D4EDD7 color RGB value is (212,237,215).

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

RGB channels and saturation

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

212
237
215

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

Portions of RGB colors in percentages

R + G + B =
212 + 237 + 215 = 664 (100%)
R 212 of 664 ~ 31.93%
G 237 of 664 ~ 35.69%
B 215 of 664 ~ 32.38%

%31.93
%35.69
%32.38

CMYK color model

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

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

CMYK percentages

%10.55
%0
%9.28
%7.06

Codes

Color #D4EDD7 in popluar color models

D4EDD7
RGB212237215
HSL127°40.98%88.04%
HSB/HSV127°10.55%92.94%
CMYK10.55%0.00%9.28%
7.06%

Color #D4EDD7 in popluar number systems.

HEXD4EDD7
Decimal212237215
Binary110101001110110111010111
Octal324355327

Shades and tints

Shades of #D4EDD7

#D4EDD7
(212,237,215)
#C1D8C4
(193,216,196)
#AEC3B1
(174,195,177)
#9BAE9E
(155,174,158)
#88998B
(136,153,139)
#758478
(117,132,120)
#626F65
(98,111,101)
#4F5A52
(79,90,82)
#3C453F
(60,69,63)
#29302C
(41,48,44)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #D4EDD7

#D4EDD7
(212,237,215)
#D7EEDA
(215,238,218)
#DAEFDD
(218,239,221)
#DDF0E0
(221,240,224)
#E0F1E3
(224,241,227)
#E3F2E6
(227,242,230)
#E6F3E9
(230,243,233)
#E9F4EC
(233,244,236)
#ECF5EF
(236,245,239)
#EFF6F2
(239,246,242)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EDD7; }

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

This text font color is #D4EDD7.


Background Color

.myBgColor { background-color: #D4EDD7; }

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

This div background color is #D4EDD7.


Border color

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

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

This div border color is #D4EDD7.


Opacity

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

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

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

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

This text has shadow with #D4EDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EDD7 on black background.


Color preview on white background

This text has color #D4EDD7 on white background.



Black color preview on #D4EDD7 background

This text has black color on #D4EDD7 background.


White color preview on #D4EDD7 background

This text has white color on #D4EDD7 background.