COLOR #E7D0A2

HEX: #E7D0A2 RGB: (231,208,162)

Color info

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

RGB color model

#E7D0A2 color RGB value is (231,208,162).

RGB: (231,208,162) (91%, 82%, 64%)

RGB channels and saturation

R 231 of 255 = 91%
G 208 of 255 = 82%
B 162 of 255 = 64%

231
208
162

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

Portions of RGB colors in percentages

R + G + B = 231 + 208 + 162 = 601 (100%)
R 231 of 601 ~ 38.44%
G 208 of 601 ~ 34.61%
B 162 of 601 ~ 26.96'%

%38.44
%34.61
%26.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 29.87%
  • key color value is 9.41%

CMYK: (0,10,30,9)
C0M10Y30K9 (0%, 10%, 30%, 9%)
(0.00 / 0.10 / 0.30 / 0.09)

CMYK percentages

%0
%9.96
%29.87
%9.41

Codes

Color #E7D0A2 in popluar color models

E7 D0 A2
RGB 231 208 162
HSL 40° 58.97% 77.06%
HSB/HSV 40° 29.87% 90.59%
CMYK 0.00% 9.96% 29.87%
9.41%

Color #E7D0A2 in popluar number systems.

HEX E7 D0 A2
Decimal 231 208 162
Binary 11100111 11010000 10100010
Octal 347 320 242

Shades and tints

Shades of #E7D0A2

#E7D0A2
(231,208,162)
#D2BE94
(210,190,148)
#BDAC86
(189,172,134)
#A89A78
(168,154,120)
#93886A
(147,136,106)
#7E765C
(126,118,92)
#69644E
(105,100,78)
#545240
(84,82,64)
#3F4032
(63,64,50)
#2A2E24
(42,46,36)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #E7D0A2

#E7D0A2
(231,208,162)
#E9D4AA
(233,212,170)
#EBD8B2
(235,216,178)
#EDDCBA
(237,220,186)
#EFE0C2
(239,224,194)
#F1E4CA
(241,228,202)
#F3E8D2
(243,232,210)
#F5ECDA
(245,236,218)
#F7F0E2
(247,240,226)
#F9F4EA
(249,244,234)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D0A2; }

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

This text font color is #E7D0A2.

Background Color

.myBgColor { background-color: #E7D0A2; }

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

This div background color is #E7D0A2.

Border color

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

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

This div border color is #E7D0A2.

Opacity

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

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

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

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

This text has shadow with #E7D0A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D0A2.

Preview

Color preview on black background

This text has color #E7D0A2 on black background.


Color preview on white background

This text has color #E7D0A2 on white background.


Black color preview on #E7D0A2 background

This text has black color on #E7D0A2 background.


White color preview on #E7D0A2 background

This text has white color on #E7D0A2 background.


Related colors

Complementary color

Complementary color for #hex is #182F5D.


I love getcolorcode.com

Triadic colors

1 #A2E7D0 and #D0A2E7 with #E7D0A2 are triadic colors.

2 #A2D0E7 and #D0E7A2 with #E7D0A2 are triadic colors.