COLOR #D7E4AE

HEX: #D7E4AE
RGB: (215,228,174)

Color info

#D7E4AE contains red, green and blue colors in about the same proportion. Web safe color of #D7E4AE is #CCCC99 (or #CC9).

RGB color model

#D7E4AE color RGB value is (215,228,174).

  • red value is 215;
  • green value is 228;
  • blue value is 174.
RGB:
(215,228,174)
(84%,89%,68%)

RGB channels and saturation

R 215 of 255 = 84%
G 228 of 255 = 89%
B 174 of 255 = 68%

215
228
174

R + G + B ~ 80%. #D7E4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 228 + 174 = 617 (100%)
R 215 of 617 ~ 34.85%
G 228 of 617 ~ 36.95%
B 174 of 617 ~ 28.2%

%34.85
%36.95
%28.2

CMYK color model

#D7E4AE color CMYK value is (6,0,24,11).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 10.59%
CMYK:
(6,0,24,11)
C6M0Y24K11 
(6%,0%,24%,11%)
(0.06/0.00/0.24/0.11)	

CMYK percentages

%5.7
%0
%23.68
%10.59

Codes

Color #D7E4AE in popluar color models

D7E4AE
RGB215228174
HSL74°50.00%78.82%
HSB/HSV74°23.68%89.41%
CMYK5.70%0.00%23.68%
10.59%

Color #D7E4AE in popluar number systems.

HEXD7E4AE
Decimal215228174
Binary110101111110010010101110
Octal327344256

Shades and tints

Shades of #D7E4AE

#D7E4AE
(215,228,174)
#C4D09F
(196,208,159)
#B1BC90
(177,188,144)
#9EA881
(158,168,129)
#8B9472
(139,148,114)
#788063
(120,128,99)
#656C54
(101,108,84)
#525845
(82,88,69)
#3F4436
(63,68,54)
#2C3027
(44,48,39)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #D7E4AE

#D7E4AE
(215,228,174)
#DAE6B5
(218,230,181)
#DDE8BC
(221,232,188)
#E0EAC3
(224,234,195)
#E3ECCA
(227,236,202)
#E6EED1
(230,238,209)
#E9F0D8
(233,240,216)
#ECF2DF
(236,242,223)
#EFF4E6
(239,244,230)
#F2F6ED
(242,246,237)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E4AE color. Also use rgb(215,228,174) instead hex code.

Text Font Color

.myTextColor { color: #D7E4AE; }

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

This text font color is #D7E4AE.


Background Color

.myBgColor { background-color: #D7E4AE; }

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

This div background color is #D7E4AE.


Border color

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

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

This div border color is #D7E4AE.


Opacity

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

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

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

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

This text has shadow with #D7E4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E4AE on black background.


Color preview on white background

This text has color #D7E4AE on white background.



Black color preview on #D7E4AE background

This text has black color on #D7E4AE background.


White color preview on #D7E4AE background

This text has white color on #D7E4AE background.