COLOR #E8D9A0

HEX: #E8D9A0 RGB: (232,217,160)

Color info

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

RGB color model

#E8D9A0 color RGB value is (232,217,160).

RGB: (232,217,160) (91%, 85%, 63%)

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 160 of 255 = 63%

232
217
160

R + G + B ~ 80%. #E8D9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 217 + 160 = 609 (100%)
R 232 of 609 ~ 38.1%
G 217 of 609 ~ 35.63%
B 160 of 609 ~ 26.27'%

%38.1
%35.63
%26.27

CMYK color model

#E8D9A0 color CMYK value is (0,6,31,9).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 31.03%
  • key color value is 9.02%

CMYK: (0,6,31,9)
C0M6Y31K9 (0%, 6%, 31%, 9%)
(0.00 / 0.06 / 0.31 / 0.09)

CMYK percentages

%0
%6.47
%31.03
%9.02

Codes

Color #E8D9A0 in popluar color models

E8 D9 A0
RGB 232 217 160
HSL 48° 61.02% 76.86%
HSB/HSV 48° 31.03% 90.98%
CMYK 0.00% 6.47% 31.03%
9.02%

Color #E8D9A0 in popluar number systems.

HEX E8 D9 A0
Decimal 232 217 160
Binary 11101000 11011001 10100000
Octal 350 331 240

Shades and tints

Shades of #E8D9A0

#E8D9A0
(232,217,160)
#D3C692
(211,198,146)
#BEB384
(190,179,132)
#A9A076
(169,160,118)
#948D68
(148,141,104)
#7F7A5A
(127,122,90)
#6A674C
(106,103,76)
#55543E
(85,84,62)
#404130
(64,65,48)
#2B2E22
(43,46,34)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #E8D9A0

#E8D9A0
(232,217,160)
#EADCA8
(234,220,168)
#ECDFB0
(236,223,176)
#EEE2B8
(238,226,184)
#F0E5C0
(240,229,192)
#F2E8C8
(242,232,200)
#F4EBD0
(244,235,208)
#F6EED8
(246,238,216)
#F8F1E0
(248,241,224)
#FAF4E8
(250,244,232)
#FCF7F0
(252,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D9A0 color. Also use rgb(232,217,160) instead hex code.

Text Font Color

.myTextColor { color: #E8D9A0; }

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

This text font color is #E8D9A0.

Background Color

.myBgColor { background-color: #E8D9A0; }

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

This div background color is #E8D9A0.

Border color

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

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

This div border color is #E8D9A0.

Opacity

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

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

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

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

This text has shadow with #E8D9A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D9A0.

Preview

Color preview on black background

This text has color #E8D9A0 on black background.


Color preview on white background

This text has color #E8D9A0 on white background.


Black color preview on #E8D9A0 background

This text has black color on #E8D9A0 background.


White color preview on #E8D9A0 background

This text has white color on #E8D9A0 background.


Related colors

Complementary color

Complementary color for #hex is #17265F.


I love getcolorcode.com

Triadic colors

1 #A0E8D9 and #D9A0E8 with #E8D9A0 are triadic colors.

2 #A0D9E8 and #D9E8A0 with #E8D9A0 are triadic colors.