COLOR #D4EAC4

HEX: #D4EAC4
RGB: (212,234,196)

Color info

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

RGB color model

#D4EAC4 color RGB value is (212,234,196).

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

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 196 of 255 = 77%

212
234
196

R + G + B ~ 84%. #D4EAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 234 + 196 = 642 (100%)
R 212 of 642 ~ 33.02%
G 234 of 642 ~ 36.45%
B 196 of 642 ~ 30.53%

%33.02
%36.45
%30.53

CMYK color model

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

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(9,0,16,8)
C9M0Y16K8 
(9%,0%,16%,8%)
(0.09/0.00/0.16/0.08)	

CMYK percentages

%9.4
%0
%16.24
%8.24

Codes

Color #D4EAC4 in popluar color models

D4EAC4
RGB212234196
HSL95°47.50%84.31%
HSB/HSV95°16.24%91.76%
CMYK9.40%0.00%16.24%
8.24%

Color #D4EAC4 in popluar number systems.

HEXD4EAC4
Decimal212234196
Binary110101001110101011000100
Octal324352304

Shades and tints

Shades of #D4EAC4

#D4EAC4
(212,234,196)
#C1D5B3
(193,213,179)
#AEC0A2
(174,192,162)
#9BAB91
(155,171,145)
#889680
(136,150,128)
#75816F
(117,129,111)
#626C5E
(98,108,94)
#4F574D
(79,87,77)
#3C423C
(60,66,60)
#292D2B
(41,45,43)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #D4EAC4

#D4EAC4
(212,234,196)
#D7EBC9
(215,235,201)
#DAECCE
(218,236,206)
#DDEDD3
(221,237,211)
#E0EED8
(224,238,216)
#E3EFDD
(227,239,221)
#E6F0E2
(230,240,226)
#E9F1E7
(233,241,231)
#ECF2EC
(236,242,236)
#EFF3F1
(239,243,241)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAC4; }

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

This text font color is #D4EAC4.


Background Color

.myBgColor { background-color: #D4EAC4; }

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

This div background color is #D4EAC4.


Border color

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

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

This div border color is #D4EAC4.


Opacity

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

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

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

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

This text has shadow with #D4EAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EAC4 on black background.


Color preview on white background

This text has color #D4EAC4 on white background.



Black color preview on #D4EAC4 background

This text has black color on #D4EAC4 background.


White color preview on #D4EAC4 background

This text has white color on #D4EAC4 background.