COLOR #D4E8C2

HEX: #D4E8C2
RGB: (212,232,194)

Color info

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

RGB color model

#D4E8C2 color RGB value is (212,232,194).

  • red value is 212;
  • green value is 232;
  • blue value is 194.
RGB:
(212,232,194)
(83%,91%,76%)

RGB channels and saturation

R 212 of 255 = 83%
G 232 of 255 = 91%
B 194 of 255 = 76%

212
232
194

R + G + B ~ 83%. #D4E8C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 232 + 194 = 638 (100%)
R 212 of 638 ~ 33.23%
G 232 of 638 ~ 36.36%
B 194 of 638 ~ 30.41%

%33.23
%36.36
%30.41

CMYK color model

#D4E8C2 color CMYK value is (9,0,16,9).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 9.02%
CMYK:
(9,0,16,9)
C9M0Y16K9 
(9%,0%,16%,9%)
(0.09/0.00/0.16/0.09)	

CMYK percentages

%8.62
%0
%16.38
%9.02

Codes

Color #D4E8C2 in popluar color models

D4E8C2
RGB212232194
HSL92°45.24%83.53%
HSB/HSV92°16.38%90.98%
CMYK8.62%0.00%16.38%
9.02%

Color #D4E8C2 in popluar number systems.

HEXD4E8C2
Decimal212232194
Binary110101001110100011000010
Octal324350302

Shades and tints

Shades of #D4E8C2

#D4E8C2
(212,232,194)
#C1D3B1
(193,211,177)
#AEBEA0
(174,190,160)
#9BA98F
(155,169,143)
#88947E
(136,148,126)
#757F6D
(117,127,109)
#626A5C
(98,106,92)
#4F554B
(79,85,75)
#3C403A
(60,64,58)
#292B29
(41,43,41)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #D4E8C2

#D4E8C2
(212,232,194)
#D7EAC7
(215,234,199)
#DAECCC
(218,236,204)
#DDEED1
(221,238,209)
#E0F0D6
(224,240,214)
#E3F2DB
(227,242,219)
#E6F4E0
(230,244,224)
#E9F6E5
(233,246,229)
#ECF8EA
(236,248,234)
#EFFAEF
(239,250,239)
#F2FCF4
(242,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E8C2 color. Also use rgb(212,232,194) instead hex code.

Text Font Color

.myTextColor { color: #D4E8C2; }

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

This text font color is #D4E8C2.


Background Color

.myBgColor { background-color: #D4E8C2; }

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

This div background color is #D4E8C2.


Border color

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

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

This div border color is #D4E8C2.


Opacity

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

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

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

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

This text has shadow with #D4E8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E8C2 on black background.


Color preview on white background

This text has color #D4E8C2 on white background.



Black color preview on #D4E8C2 background

This text has black color on #D4E8C2 background.


White color preview on #D4E8C2 background

This text has white color on #D4E8C2 background.