COLOR #E7D7A1

HEX: #E7D7A1
RGB: (231,215,161)

Color info

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

RGB color model

#E7D7A1 color RGB value is (231,215,161).

  • red value is 231;
  • green value is 215;
  • blue value is 161.
RGB:
(231,215,161)
(91%,84%,63%)

RGB channels and saturation

R 231 of 255 = 91%
G 215 of 255 = 84%
B 161 of 255 = 63%

231
215
161

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

Portions of RGB colors in percentages

R + G + B =
231 + 215 + 161 = 607 (100%)
R 231 of 607 ~ 38.06%
G 215 of 607 ~ 35.42%
B 161 of 607 ~ 26.52%

%38.06
%35.42
%26.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 30.30%
  • key color value is 9.41%
CMYK:
(0,7,30,9)
C0M7Y30K9 
(0%,7%,30%,9%)
(0.00/0.07/0.30/0.09)	

CMYK percentages

%0
%6.93
%30.3
%9.41

Codes

Color #E7D7A1 in popluar color models

E7D7A1
RGB231215161
HSL46°59.32%76.86%
HSB/HSV46°30.30%90.59%
CMYK0.00%6.93%30.30%
9.41%

Color #E7D7A1 in popluar number systems.

HEXE7D7A1
Decimal231215161
Binary111001111101011110100001
Octal347327241

Shades and tints

Shades of #E7D7A1

#E7D7A1
(231,215,161)
#D2C493
(210,196,147)
#BDB185
(189,177,133)
#A89E77
(168,158,119)
#938B69
(147,139,105)
#7E785B
(126,120,91)
#69654D
(105,101,77)
#54523F
(84,82,63)
#3F3F31
(63,63,49)
#2A2C23
(42,44,35)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #E7D7A1

#E7D7A1
(231,215,161)
#E9DAA9
(233,218,169)
#EBDDB1
(235,221,177)
#EDE0B9
(237,224,185)
#EFE3C1
(239,227,193)
#F1E6C9
(241,230,201)
#F3E9D1
(243,233,209)
#F5ECD9
(245,236,217)
#F7EFE1
(247,239,225)
#F9F2E9
(249,242,233)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D7A1 color. Also use rgb(231,215,161) instead hex code.

Text Font Color

.myTextColor { color: #E7D7A1; }

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

This text font color is #E7D7A1.


Background Color

.myBgColor { background-color: #E7D7A1; }

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

This div background color is #E7D7A1.


Border color

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

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

This div border color is #E7D7A1.


Opacity

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

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

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

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

This text has shadow with #E7D7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D7A1 on black background.


Color preview on white background

This text has color #E7D7A1 on white background.



Black color preview on #E7D7A1 background

This text has black color on #E7D7A1 background.


White color preview on #E7D7A1 background

This text has white color on #E7D7A1 background.