COLOR #D4EAE4

HEX: #D4EAE4
RGB: (212,234,228)

Color info

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

RGB color model

#D4EAE4 color RGB value is (212,234,228).

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

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 228 of 255 = 89%

212
234
228

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

Portions of RGB colors in percentages

R + G + B =
212 + 234 + 228 = 674 (100%)
R 212 of 674 ~ 31.45%
G 234 of 674 ~ 34.72%
B 228 of 674 ~ 33.83%

%31.45
%34.72
%33.83

CMYK color model

#D4EAE4 color CMYK value is (9,0,3,8).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(9,0,3,8)
C9M0Y3K8 
(9%,0%,3%,8%)
(0.09/0.00/0.03/0.08)	

CMYK percentages

%9.4
%0
%2.56
%8.24

Codes

Color #D4EAE4 in popluar color models

D4EAE4
RGB212234228
HSL164°34.38%87.45%
HSB/HSV164°9.40%91.76%
CMYK9.40%0.00%2.56%
8.24%

Color #D4EAE4 in popluar number systems.

HEXD4EAE4
Decimal212234228
Binary110101001110101011100100
Octal324352344

Shades and tints

Shades of #D4EAE4

#D4EAE4
(212,234,228)
#C1D5D0
(193,213,208)
#AEC0BC
(174,192,188)
#9BABA8
(155,171,168)
#889694
(136,150,148)
#758180
(117,129,128)
#626C6C
(98,108,108)
#4F5758
(79,87,88)
#3C4244
(60,66,68)
#292D30
(41,45,48)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #D4EAE4

#D4EAE4
(212,234,228)
#D7EBE6
(215,235,230)
#DAECE8
(218,236,232)
#DDEDEA
(221,237,234)
#E0EEEC
(224,238,236)
#E3EFEE
(227,239,238)
#E6F0F0
(230,240,240)
#E9F1F2
(233,241,242)
#ECF2F4
(236,242,244)
#EFF3F6
(239,243,246)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAE4; }

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

This text font color is #D4EAE4.


Background Color

.myBgColor { background-color: #D4EAE4; }

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

This div background color is #D4EAE4.


Border color

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

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

This div border color is #D4EAE4.


Opacity

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

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

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

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

This text has shadow with #D4EAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EAE4 on black background.


Color preview on white background

This text has color #D4EAE4 on white background.



Black color preview on #D4EAE4 background

This text has black color on #D4EAE4 background.


White color preview on #D4EAE4 background

This text has white color on #D4EAE4 background.