COLOR #E7D5AE

HEX: #E7D5AE
RGB: (231,213,174)

Color info

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

RGB color model

#E7D5AE color RGB value is (231,213,174).

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

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 174 of 255 = 68%

231
213
174

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

Portions of RGB colors in percentages

R + G + B =
231 + 213 + 174 = 618 (100%)
R 231 of 618 ~ 37.38%
G 213 of 618 ~ 34.47%
B 174 of 618 ~ 28.16%

%37.38
%34.47
%28.16

CMYK color model

#E7D5AE color CMYK value is (0,8,25,9).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 24.68%
  • key color value is 9.41%
CMYK:
(0,8,25,9)
C0M8Y25K9 
(0%,8%,25%,9%)
(0.00/0.08/0.25/0.09)	

CMYK percentages

%0
%7.79
%24.68
%9.41

Codes

Color #E7D5AE in popluar color models

E7D5AE
RGB231213174
HSL41°54.29%79.41%
HSB/HSV41°24.68%90.59%
CMYK0.00%7.79%24.68%
9.41%

Color #E7D5AE in popluar number systems.

HEXE7D5AE
Decimal231213174
Binary111001111101010110101110
Octal347325256

Shades and tints

Shades of #E7D5AE

#E7D5AE
(231,213,174)
#D2C29F
(210,194,159)
#BDAF90
(189,175,144)
#A89C81
(168,156,129)
#938972
(147,137,114)
#7E7663
(126,118,99)
#696354
(105,99,84)
#545045
(84,80,69)
#3F3D36
(63,61,54)
#2A2A27
(42,42,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7D5AE

#E7D5AE
(231,213,174)
#E9D8B5
(233,216,181)
#EBDBBC
(235,219,188)
#EDDEC3
(237,222,195)
#EFE1CA
(239,225,202)
#F1E4D1
(241,228,209)
#F3E7D8
(243,231,216)
#F5EADF
(245,234,223)
#F7EDE6
(247,237,230)
#F9F0ED
(249,240,237)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D5AE; }

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

This text font color is #E7D5AE.


Background Color

.myBgColor { background-color: #E7D5AE; }

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

This div background color is #E7D5AE.


Border color

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

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

This div border color is #E7D5AE.


Opacity

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

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

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

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

This text has shadow with #E7D5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5AE on black background.


Color preview on white background

This text has color #E7D5AE on white background.



Black color preview on #E7D5AE background

This text has black color on #E7D5AE background.


White color preview on #E7D5AE background

This text has white color on #E7D5AE background.