COLOR #E7D9AE

HEX: #E7D9AE
RGB: (231,217,174)

Color info

#E7D9AE contains red, green and blue colors in about the same proportion. Web safe color of #E7D9AE is #FFCC99 (or #FC9).

RGB color model

#E7D9AE color RGB value is (231,217,174).

  • red value is 231;
  • green value is 217;
  • blue value is 174.
RGB:
(231,217,174)
(91%,85%,68%)

RGB channels and saturation

R 231 of 255 = 91%
G 217 of 255 = 85%
B 174 of 255 = 68%

231
217
174

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

Portions of RGB colors in percentages

R + G + B =
231 + 217 + 174 = 622 (100%)
R 231 of 622 ~ 37.14%
G 217 of 622 ~ 34.89%
B 174 of 622 ~ 27.97%

%37.14
%34.89
%27.97

CMYK color model

#E7D9AE color CMYK value is (0,6,25,9).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 24.68%
  • key color value is 9.41%
CMYK:
(0,6,25,9)
C0M6Y25K9 
(0%,6%,25%,9%)
(0.00/0.06/0.25/0.09)	

CMYK percentages

%0
%6.06
%24.68
%9.41

Codes

Color #E7D9AE in popluar color models

E7D9AE
RGB231217174
HSL45°54.29%79.41%
HSB/HSV45°24.68%90.59%
CMYK0.00%6.06%24.68%
9.41%

Color #E7D9AE in popluar number systems.

HEXE7D9AE
Decimal231217174
Binary111001111101100110101110
Octal347331256

Shades and tints

Shades of #E7D9AE

#E7D9AE
(231,217,174)
#D2C69F
(210,198,159)
#BDB390
(189,179,144)
#A8A081
(168,160,129)
#938D72
(147,141,114)
#7E7A63
(126,122,99)
#696754
(105,103,84)
#545445
(84,84,69)
#3F4136
(63,65,54)
#2A2E27
(42,46,39)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #E7D9AE

#E7D9AE
(231,217,174)
#E9DCB5
(233,220,181)
#EBDFBC
(235,223,188)
#EDE2C3
(237,226,195)
#EFE5CA
(239,229,202)
#F1E8D1
(241,232,209)
#F3EBD8
(243,235,216)
#F5EEDF
(245,238,223)
#F7F1E6
(247,241,230)
#F9F4ED
(249,244,237)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D9AE color. Also use rgb(231,217,174) instead hex code.

Text Font Color

.myTextColor { color: #E7D9AE; }

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

This text font color is #E7D9AE.


Background Color

.myBgColor { background-color: #E7D9AE; }

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

This div background color is #E7D9AE.


Border color

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

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

This div border color is #E7D9AE.


Opacity

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

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

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

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

This text has shadow with #E7D9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D9AE on black background.


Color preview on white background

This text has color #E7D9AE on white background.



Black color preview on #E7D9AE background

This text has black color on #E7D9AE background.


White color preview on #E7D9AE background

This text has white color on #E7D9AE background.