COLOR #D4E5A7

HEX: #D4E5A7
RGB: (212,229,167)

Color info

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

RGB color model

#D4E5A7 color RGB value is (212,229,167).

  • red value is 212;
  • green value is 229;
  • blue value is 167.
RGB:
(212,229,167)
(83%,90%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 229 of 255 = 90%
B 167 of 255 = 65%

212
229
167

R + G + B ~ 79%. #D4E5A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 229 + 167 = 608 (100%)
R 212 of 608 ~ 34.87%
G 229 of 608 ~ 37.66%
B 167 of 608 ~ 27.47%

%34.87
%37.66
%27.47

CMYK color model

#D4E5A7 color CMYK value is (7,0,27,10).

  • cyan value is 7.42%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(7,0,27,10)
C7M0Y27K10 
(7%,0%,27%,10%)
(0.07/0.00/0.27/0.10)	

CMYK percentages

%7.42
%0
%27.07
%10.2

Codes

Color #D4E5A7 in popluar color models

D4E5A7
RGB212229167
HSL76°54.39%77.65%
HSB/HSV76°27.07%89.80%
CMYK7.42%0.00%27.07%
10.20%

Color #D4E5A7 in popluar number systems.

HEXD4E5A7
Decimal212229167
Binary110101001110010110100111
Octal324345247

Shades and tints

Shades of #D4E5A7

#D4E5A7
(212,229,167)
#C1D198
(193,209,152)
#AEBD89
(174,189,137)
#9BA97A
(155,169,122)
#88956B
(136,149,107)
#75815C
(117,129,92)
#626D4D
(98,109,77)
#4F593E
(79,89,62)
#3C452F
(60,69,47)
#293120
(41,49,32)
#161D11
(22,29,17)
#000000
(0,0,0)

Tints of #D4E5A7

#D4E5A7
(212,229,167)
#D7E7AF
(215,231,175)
#DAE9B7
(218,233,183)
#DDEBBF
(221,235,191)
#E0EDC7
(224,237,199)
#E3EFCF
(227,239,207)
#E6F1D7
(230,241,215)
#E9F3DF
(233,243,223)
#ECF5E7
(236,245,231)
#EFF7EF
(239,247,239)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E5A7 color. Also use rgb(212,229,167) instead hex code.

Text Font Color

.myTextColor { color: #D4E5A7; }

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

This text font color is #D4E5A7.


Background Color

.myBgColor { background-color: #D4E5A7; }

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

This div background color is #D4E5A7.


Border color

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

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

This div border color is #D4E5A7.


Opacity

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

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

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

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

This text has shadow with #D4E5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E5A7 on black background.


Color preview on white background

This text has color #D4E5A7 on white background.



Black color preview on #D4E5A7 background

This text has black color on #D4E5A7 background.


White color preview on #D4E5A7 background

This text has white color on #D4E5A7 background.