COLOR #E7D3A2

HEX: #E7D3A2
RGB: (231,211,162)

Color info

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

RGB color model

#E7D3A2 color RGB value is (231,211,162).

  • red value is 231;
  • green value is 211;
  • blue value is 162.
RGB:
(231,211,162)
(91%,83%,64%)

RGB channels and saturation

R 231 of 255 = 91%
G 211 of 255 = 83%
B 162 of 255 = 64%

231
211
162

R + G + B ~ 79%. #E7D3A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 211 + 162 = 604 (100%)
R 231 of 604 ~ 38.25%
G 211 of 604 ~ 34.93%
B 162 of 604 ~ 26.82%

%38.25
%34.93
%26.82

CMYK color model

#E7D3A2 color CMYK value is (0,9,30,9).

  • cyan value is 0.00%
  • magenta value is 8.66%
  • yellow value is 29.87%
  • key color value is 9.41%
CMYK:
(0,9,30,9)
C0M9Y30K9 
(0%,9%,30%,9%)
(0.00/0.09/0.30/0.09)	

CMYK percentages

%0
%8.66
%29.87
%9.41

Codes

Color #E7D3A2 in popluar color models

E7D3A2
RGB231211162
HSL43°58.97%77.06%
HSB/HSV43°29.87%90.59%
CMYK0.00%8.66%29.87%
9.41%

Color #E7D3A2 in popluar number systems.

HEXE7D3A2
Decimal231211162
Binary111001111101001110100010
Octal347323242

Shades and tints

Shades of #E7D3A2

#E7D3A2
(231,211,162)
#D2C094
(210,192,148)
#BDAD86
(189,173,134)
#A89A78
(168,154,120)
#93876A
(147,135,106)
#7E745C
(126,116,92)
#69614E
(105,97,78)
#544E40
(84,78,64)
#3F3B32
(63,59,50)
#2A2824
(42,40,36)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #E7D3A2

#E7D3A2
(231,211,162)
#E9D7AA
(233,215,170)
#EBDBB2
(235,219,178)
#EDDFBA
(237,223,186)
#EFE3C2
(239,227,194)
#F1E7CA
(241,231,202)
#F3EBD2
(243,235,210)
#F5EFDA
(245,239,218)
#F7F3E2
(247,243,226)
#F9F7EA
(249,247,234)
#FBFBF2
(251,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D3A2 color. Also use rgb(231,211,162) instead hex code.

Text Font Color

.myTextColor { color: #E7D3A2; }

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

This text font color is #E7D3A2.


Background Color

.myBgColor { background-color: #E7D3A2; }

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

This div background color is #E7D3A2.


Border color

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

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

This div border color is #E7D3A2.


Opacity

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

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

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

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

This text has shadow with #E7D3A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D3A2 on black background.


Color preview on white background

This text has color #E7D3A2 on white background.



Black color preview on #E7D3A2 background

This text has black color on #E7D3A2 background.


White color preview on #E7D3A2 background

This text has white color on #E7D3A2 background.