COLOR #D4EADD

HEX: #D4EADD
RGB: (212,234,221)

Color info

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

RGB color model

#D4EADD color RGB value is (212,234,221).

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

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 221 of 255 = 87%

212
234
221

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

Portions of RGB colors in percentages

R + G + B =
212 + 234 + 221 = 667 (100%)
R 212 of 667 ~ 31.78%
G 234 of 667 ~ 35.08%
B 221 of 667 ~ 33.13%

%31.78
%35.08
%33.13

CMYK color model

#D4EADD color CMYK value is (9,0,6,8).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK:
(9,0,6,8)
C9M0Y6K8 
(9%,0%,6%,8%)
(0.09/0.00/0.06/0.08)	

CMYK percentages

%9.4
%0
%5.56
%8.24

Codes

Color #D4EADD in popluar color models

D4EADD
RGB212234221
HSL145°34.38%87.45%
HSB/HSV145°9.40%91.76%
CMYK9.40%0.00%5.56%
8.24%

Color #D4EADD in popluar number systems.

HEXD4EADD
Decimal212234221
Binary110101001110101011011101
Octal324352335

Shades and tints

Shades of #D4EADD

#D4EADD
(212,234,221)
#C1D5C9
(193,213,201)
#AEC0B5
(174,192,181)
#9BABA1
(155,171,161)
#88968D
(136,150,141)
#758179
(117,129,121)
#626C65
(98,108,101)
#4F5751
(79,87,81)
#3C423D
(60,66,61)
#292D29
(41,45,41)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4EADD

#D4EADD
(212,234,221)
#D7EBE0
(215,235,224)
#DAECE3
(218,236,227)
#DDEDE6
(221,237,230)
#E0EEE9
(224,238,233)
#E3EFEC
(227,239,236)
#E6F0EF
(230,240,239)
#E9F1F2
(233,241,242)
#ECF2F5
(236,242,245)
#EFF3F8
(239,243,248)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EADD; }

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

This text font color is #D4EADD.


Background Color

.myBgColor { background-color: #D4EADD; }

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

This div background color is #D4EADD.


Border color

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

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

This div border color is #D4EADD.


Opacity

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

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

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

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

This text has shadow with #D4EADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EADD on black background.


Color preview on white background

This text has color #D4EADD on white background.



Black color preview on #D4EADD background

This text has black color on #D4EADD background.


White color preview on #D4EADD background

This text has white color on #D4EADD background.