COLOR #D4EDDD

HEX: #D4EDDD
RGB: (212,237,221)

Color info

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

RGB color model

#D4EDDD color RGB value is (212,237,221).

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

RGB channels and saturation

R 212 of 255 = 83%
G 237 of 255 = 93%
B 221 of 255 = 87%

212
237
221

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

Portions of RGB colors in percentages

R + G + B =
212 + 237 + 221 = 670 (100%)
R 212 of 670 ~ 31.64%
G 237 of 670 ~ 35.37%
B 221 of 670 ~ 32.99%

%31.64
%35.37
%32.99

CMYK color model

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

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%
CMYK:
(11,0,7,7)
C11M0Y7K7 
(11%,0%,7%,7%)
(0.11/0.00/0.07/0.07)	

CMYK percentages

%10.55
%0
%6.75
%7.06

Codes

Color #D4EDDD in popluar color models

D4EDDD
RGB212237221
HSL142°40.98%88.04%
HSB/HSV142°10.55%92.94%
CMYK10.55%0.00%6.75%
7.06%

Color #D4EDDD in popluar number systems.

HEXD4EDDD
Decimal212237221
Binary110101001110110111011101
Octal324355335

Shades and tints

Shades of #D4EDDD

#D4EDDD
(212,237,221)
#C1D8C9
(193,216,201)
#AEC3B5
(174,195,181)
#9BAEA1
(155,174,161)
#88998D
(136,153,141)
#758479
(117,132,121)
#626F65
(98,111,101)
#4F5A51
(79,90,81)
#3C453D
(60,69,61)
#293029
(41,48,41)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #D4EDDD

#D4EDDD
(212,237,221)
#D7EEE0
(215,238,224)
#DAEFE3
(218,239,227)
#DDF0E6
(221,240,230)
#E0F1E9
(224,241,233)
#E3F2EC
(227,242,236)
#E6F3EF
(230,243,239)
#E9F4F2
(233,244,242)
#ECF5F5
(236,245,245)
#EFF6F8
(239,246,248)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EDDD; }

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

This text font color is #D4EDDD.


Background Color

.myBgColor { background-color: #D4EDDD; }

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

This div background color is #D4EDDD.


Border color

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

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

This div border color is #D4EDDD.


Opacity

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

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

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

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

This text has shadow with #D4EDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EDDD on black background.


Color preview on white background

This text has color #D4EDDD on white background.



Black color preview on #D4EDDD background

This text has black color on #D4EDDD background.


White color preview on #D4EDDD background

This text has white color on #D4EDDD background.