COLOR #E7D6AA

HEX: #E7D6AA RGB: (231,214,170)

Color info

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

RGB color model

#E7D6AA color RGB value is (231,214,170).

RGB: (231,214,170) (91%, 84%, 67%)

RGB channels and saturation

R 231 of 255 = 91%
G 214 of 255 = 84%
B 170 of 255 = 67%

231
214
170

R + G + B ~ 81%. #E7D6AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 214 + 170 = 615 (100%)
R 231 of 615 ~ 37.56%
G 214 of 615 ~ 34.8%
B 170 of 615 ~ 27.64'%

%37.56
%34.8
%27.64

CMYK color model

#E7D6AA color CMYK value is (0,7,26,9).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 26.41%
  • key color value is 9.41%

CMYK: (0,7,26,9)
C0M7Y26K9 (0%, 7%, 26%, 9%)
(0.00 / 0.07 / 0.26 / 0.09)

CMYK percentages

%0
%7.36
%26.41
%9.41

Codes

Color #E7D6AA in popluar color models

E7 D6 AA
RGB 231 214 170
HSL 43° 55.96% 78.63%
HSB/HSV 43° 26.41% 90.59%
CMYK 0.00% 7.36% 26.41%
9.41%

Color #E7D6AA in popluar number systems.

HEX E7 D6 AA
Decimal 231 214 170
Binary 11100111 11010110 10101010
Octal 347 326 252

Shades and tints

Shades of #E7D6AA

#E7D6AA
(231,214,170)
#D2C39B
(210,195,155)
#BDB08C
(189,176,140)
#A89D7D
(168,157,125)
#938A6E
(147,138,110)
#7E775F
(126,119,95)
#696450
(105,100,80)
#545141
(84,81,65)
#3F3E32
(63,62,50)
#2A2B23
(42,43,35)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #E7D6AA

#E7D6AA
(231,214,170)
#E9D9B1
(233,217,177)
#EBDCB8
(235,220,184)
#EDDFBF
(237,223,191)
#EFE2C6
(239,226,198)
#F1E5CD
(241,229,205)
#F3E8D4
(243,232,212)
#F5EBDB
(245,235,219)
#F7EEE2
(247,238,226)
#F9F1E9
(249,241,233)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D6AA color. Also use rgb(231,214,170) instead hex code.

Text Font Color

.myTextColor { color: #E7D6AA; }

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

This text font color is #E7D6AA.

Background Color

.myBgColor { background-color: #E7D6AA; }

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

This div background color is #E7D6AA.

Border color

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

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

This div border color is #E7D6AA.

Opacity

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

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

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

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

This text has shadow with #E7D6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D6AA.

Preview

Color preview on black background

This text has color #E7D6AA on black background.


Color preview on white background

This text has color #E7D6AA on white background.


Black color preview on #E7D6AA background

This text has black color on #E7D6AA background.


White color preview on #E7D6AA background

This text has white color on #E7D6AA background.


Related colors

Complementary color

Complementary color for #hex is #182955.


I love getcolorcode.com

Triadic colors

1 #AAE7D6 and #D6AAE7 with #E7D6AA are triadic colors.

2 #AAD6E7 and #D6E7AA with #E7D6AA are triadic colors.