COLOR #E7D2AE

HEX: #E7D2AE
RGB: (231,210,174)

Color info

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

RGB color model

#E7D2AE color RGB value is (231,210,174).

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

RGB channels and saturation

R 231 of 255 = 91%
G 210 of 255 = 82%
B 174 of 255 = 68%

231
210
174

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

Portions of RGB colors in percentages

R + G + B =
231 + 210 + 174 = 615 (100%)
R 231 of 615 ~ 37.56%
G 210 of 615 ~ 34.15%
B 174 of 615 ~ 28.29%

%37.56
%34.15
%28.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 24.68%
  • key color value is 9.41%
CMYK:
(0,9,25,9)
C0M9Y25K9 
(0%,9%,25%,9%)
(0.00/0.09/0.25/0.09)	

CMYK percentages

%0
%9.09
%24.68
%9.41

Codes

Color #E7D2AE in popluar color models

E7D2AE
RGB231210174
HSL38°54.29%79.41%
HSB/HSV38°24.68%90.59%
CMYK0.00%9.09%24.68%
9.41%

Color #E7D2AE in popluar number systems.

HEXE7D2AE
Decimal231210174
Binary111001111101001010101110
Octal347322256

Shades and tints

Shades of #E7D2AE

#E7D2AE
(231,210,174)
#D2BF9F
(210,191,159)
#BDAC90
(189,172,144)
#A89981
(168,153,129)
#938672
(147,134,114)
#7E7363
(126,115,99)
#696054
(105,96,84)
#544D45
(84,77,69)
#3F3A36
(63,58,54)
#2A2727
(42,39,39)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #E7D2AE

#E7D2AE
(231,210,174)
#E9D6B5
(233,214,181)
#EBDABC
(235,218,188)
#EDDEC3
(237,222,195)
#EFE2CA
(239,226,202)
#F1E6D1
(241,230,209)
#F3EAD8
(243,234,216)
#F5EEDF
(245,238,223)
#F7F2E6
(247,242,230)
#F9F6ED
(249,246,237)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D2AE; }

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

This text font color is #E7D2AE.


Background Color

.myBgColor { background-color: #E7D2AE; }

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

This div background color is #E7D2AE.


Border color

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

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

This div border color is #E7D2AE.


Opacity

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

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

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

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

This text has shadow with #E7D2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D2AE on black background.


Color preview on white background

This text has color #E7D2AE on white background.



Black color preview on #E7D2AE background

This text has black color on #E7D2AE background.


White color preview on #E7D2AE background

This text has white color on #E7D2AE background.