COLOR #D4E4A0

HEX: #D4E4A0
RGB: (212,228,160)

Color info

#D4E4A0 contains mainly red and green colors. Web safe color of #D4E4A0 is #CCCC99 (or #CC9).

RGB color model

#D4E4A0 color RGB value is (212,228,160).

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

RGB channels and saturation

R 212 of 255 = 83%
G 228 of 255 = 89%
B 160 of 255 = 63%

212
228
160

R + G + B ~ 78%. #D4E4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 228 + 160 = 600 (100%)
R 212 of 600 ~ 35.33%
G 228 of 600 ~ 38%
B 160 of 600 ~ 26.67%

%35.33
%38
%26.67

CMYK color model

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

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK:
(7,0,30,11)
C7M0Y30K11 
(7%,0%,30%,11%)
(0.07/0.00/0.30/0.11)	

CMYK percentages

%7.02
%0
%29.82
%10.59

Codes

Color #D4E4A0 in popluar color models

D4E4A0
RGB212228160
HSL74°55.74%76.08%
HSB/HSV74°29.82%89.41%
CMYK7.02%0.00%29.82%
10.59%

Color #D4E4A0 in popluar number systems.

HEXD4E4A0
Decimal212228160
Binary110101001110010010100000
Octal324344240

Shades and tints

Shades of #D4E4A0

#D4E4A0
(212,228,160)
#C1D092
(193,208,146)
#AEBC84
(174,188,132)
#9BA876
(155,168,118)
#889468
(136,148,104)
#75805A
(117,128,90)
#626C4C
(98,108,76)
#4F583E
(79,88,62)
#3C4430
(60,68,48)
#293022
(41,48,34)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #D4E4A0

#D4E4A0
(212,228,160)
#D7E6A8
(215,230,168)
#DAE8B0
(218,232,176)
#DDEAB8
(221,234,184)
#E0ECC0
(224,236,192)
#E3EEC8
(227,238,200)
#E6F0D0
(230,240,208)
#E9F2D8
(233,242,216)
#ECF4E0
(236,244,224)
#EFF6E8
(239,246,232)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E4A0; }

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

This text font color is #D4E4A0.


Background Color

.myBgColor { background-color: #D4E4A0; }

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

This div background color is #D4E4A0.


Border color

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

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

This div border color is #D4E4A0.


Opacity

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

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

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

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

This text has shadow with #D4E4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E4A0 on black background.


Color preview on white background

This text has color #D4E4A0 on white background.



Black color preview on #D4E4A0 background

This text has black color on #D4E4A0 background.


White color preview on #D4E4A0 background

This text has white color on #D4E4A0 background.