COLOR #E7D1A0

HEX: #E7D1A0
RGB: (231,209,160)

Color info

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

RGB color model

#E7D1A0 color RGB value is (231,209,160).

  • red value is 231;
  • green value is 209;
  • blue value is 160.
RGB:
(231,209,160)
(91%,82%,63%)

RGB channels and saturation

R 231 of 255 = 91%
G 209 of 255 = 82%
B 160 of 255 = 63%

231
209
160

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

Portions of RGB colors in percentages

R + G + B =
231 + 209 + 160 = 600 (100%)
R 231 of 600 ~ 38.5%
G 209 of 600 ~ 34.83%
B 160 of 600 ~ 26.67%

%38.5
%34.83
%26.67

CMYK color model

#E7D1A0 color CMYK value is (0,10,31,9).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 30.74%
  • key color value is 9.41%
CMYK:
(0,10,31,9)
C0M10Y31K9 
(0%,10%,31%,9%)
(0.00/0.10/0.31/0.09)	

CMYK percentages

%0
%9.52
%30.74
%9.41

Codes

Color #E7D1A0 in popluar color models

E7D1A0
RGB231209160
HSL41°59.66%76.67%
HSB/HSV41°30.74%90.59%
CMYK0.00%9.52%30.74%
9.41%

Color #E7D1A0 in popluar number systems.

HEXE7D1A0
Decimal231209160
Binary111001111101000110100000
Octal347321240

Shades and tints

Shades of #E7D1A0

#E7D1A0
(231,209,160)
#D2BE92
(210,190,146)
#BDAB84
(189,171,132)
#A89876
(168,152,118)
#938568
(147,133,104)
#7E725A
(126,114,90)
#695F4C
(105,95,76)
#544C3E
(84,76,62)
#3F3930
(63,57,48)
#2A2622
(42,38,34)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #E7D1A0

#E7D1A0
(231,209,160)
#E9D5A8
(233,213,168)
#EBD9B0
(235,217,176)
#EDDDB8
(237,221,184)
#EFE1C0
(239,225,192)
#F1E5C8
(241,229,200)
#F3E9D0
(243,233,208)
#F5EDD8
(245,237,216)
#F7F1E0
(247,241,224)
#F9F5E8
(249,245,232)
#FBF9F0
(251,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D1A0 color. Also use rgb(231,209,160) instead hex code.

Text Font Color

.myTextColor { color: #E7D1A0; }

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

This text font color is #E7D1A0.


Background Color

.myBgColor { background-color: #E7D1A0; }

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

This div background color is #E7D1A0.


Border color

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

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

This div border color is #E7D1A0.


Opacity

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

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

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

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

This text has shadow with #E7D1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D1A0 on black background.


Color preview on white background

This text has color #E7D1A0 on white background.



Black color preview on #E7D1A0 background

This text has black color on #E7D1A0 background.


White color preview on #E7D1A0 background

This text has white color on #E7D1A0 background.