COLOR #E7D5A7

HEX: #E7D5A7
RGB: (231,213,167)

Color info

#E7D5A7 contains mainly red and green colors. Web safe color of #E7D5A7 is #FFCC99 (or #FC9).

RGB color model

#E7D5A7 color RGB value is (231,213,167).

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

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 167 of 255 = 65%

231
213
167

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

Portions of RGB colors in percentages

R + G + B =
231 + 213 + 167 = 611 (100%)
R 231 of 611 ~ 37.81%
G 213 of 611 ~ 34.86%
B 167 of 611 ~ 27.33%

%37.81
%34.86
%27.33

CMYK color model

#E7D5A7 color CMYK value is (0,8,28,9).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 27.71%
  • key color value is 9.41%
CMYK:
(0,8,28,9)
C0M8Y28K9 
(0%,8%,28%,9%)
(0.00/0.08/0.28/0.09)	

CMYK percentages

%0
%7.79
%27.71
%9.41

Codes

Color #E7D5A7 in popluar color models

E7D5A7
RGB231213167
HSL43°57.14%78.04%
HSB/HSV43°27.71%90.59%
CMYK0.00%7.79%27.71%
9.41%

Color #E7D5A7 in popluar number systems.

HEXE7D5A7
Decimal231213167
Binary111001111101010110100111
Octal347325247

Shades and tints

Shades of #E7D5A7

#E7D5A7
(231,213,167)
#D2C298
(210,194,152)
#BDAF89
(189,175,137)
#A89C7A
(168,156,122)
#93896B
(147,137,107)
#7E765C
(126,118,92)
#69634D
(105,99,77)
#54503E
(84,80,62)
#3F3D2F
(63,61,47)
#2A2A20
(42,42,32)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #E7D5A7

#E7D5A7
(231,213,167)
#E9D8AF
(233,216,175)
#EBDBB7
(235,219,183)
#EDDEBF
(237,222,191)
#EFE1C7
(239,225,199)
#F1E4CF
(241,228,207)
#F3E7D7
(243,231,215)
#F5EADF
(245,234,223)
#F7EDE7
(247,237,231)
#F9F0EF
(249,240,239)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D5A7; }

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

This text font color is #E7D5A7.


Background Color

.myBgColor { background-color: #E7D5A7; }

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

This div background color is #E7D5A7.


Border color

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

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

This div border color is #E7D5A7.


Opacity

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

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

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

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

This text has shadow with #E7D5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5A7 on black background.


Color preview on white background

This text has color #E7D5A7 on white background.



Black color preview on #E7D5A7 background

This text has black color on #E7D5A7 background.


White color preview on #E7D5A7 background

This text has white color on #E7D5A7 background.