COLOR #D7E9AC

HEX: #D7E9AC
RGB: (215,233,172)

Color info

#D7E9AC contains mainly red and green colors. Web safe color of #D7E9AC is #CCFF99 (or #CF9).

RGB color model

#D7E9AC color RGB value is (215,233,172).

  • red value is 215;
  • green value is 233;
  • blue value is 172.
RGB:
(215,233,172)
(84%,91%,67%)

RGB channels and saturation

R 215 of 255 = 84%
G 233 of 255 = 91%
B 172 of 255 = 67%

215
233
172

R + G + B ~ 81%. #D7E9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 233 + 172 = 620 (100%)
R 215 of 620 ~ 34.68%
G 233 of 620 ~ 37.58%
B 172 of 620 ~ 27.74%

%34.68
%37.58
%27.74

CMYK color model

#D7E9AC color CMYK value is (8,0,26,9).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 26.18%
  • key color value is 8.63%
CMYK:
(8,0,26,9)
C8M0Y26K9 
(8%,0%,26%,9%)
(0.08/0.00/0.26/0.09)	

CMYK percentages

%7.73
%0
%26.18
%8.63

Codes

Color #D7E9AC in popluar color models

D7E9AC
RGB215233172
HSL78°58.10%79.41%
HSB/HSV78°26.18%91.37%
CMYK7.73%0.00%26.18%
8.63%

Color #D7E9AC in popluar number systems.

HEXD7E9AC
Decimal215233172
Binary110101111110100110101100
Octal327351254

Shades and tints

Shades of #D7E9AC

#D7E9AC
(215,233,172)
#C4D49D
(196,212,157)
#B1BF8E
(177,191,142)
#9EAA7F
(158,170,127)
#8B9570
(139,149,112)
#788061
(120,128,97)
#656B52
(101,107,82)
#525643
(82,86,67)
#3F4134
(63,65,52)
#2C2C25
(44,44,37)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #D7E9AC

#D7E9AC
(215,233,172)
#DAEBB3
(218,235,179)
#DDEDBA
(221,237,186)
#E0EFC1
(224,239,193)
#E3F1C8
(227,241,200)
#E6F3CF
(230,243,207)
#E9F5D6
(233,245,214)
#ECF7DD
(236,247,221)
#EFF9E4
(239,249,228)
#F2FBEB
(242,251,235)
#F5FDF2
(245,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E9AC color. Also use rgb(215,233,172) instead hex code.

Text Font Color

.myTextColor { color: #D7E9AC; }

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

This text font color is #D7E9AC.


Background Color

.myBgColor { background-color: #D7E9AC; }

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

This div background color is #D7E9AC.


Border color

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

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

This div border color is #D7E9AC.


Opacity

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

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

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

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

This text has shadow with #D7E9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E9AC on black background.


Color preview on white background

This text has color #D7E9AC on white background.



Black color preview on #D7E9AC background

This text has black color on #D7E9AC background.


White color preview on #D7E9AC background

This text has white color on #D7E9AC background.