COLOR #E8D9A7

HEX: #E8D9A7 RGB: (232,217,167)

Color info

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

RGB color model

#E8D9A7 color RGB value is (232,217,167).

RGB: (232,217,167) (91%, 85%, 65%)

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 167 of 255 = 65%

232
217
167

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

Portions of RGB colors in percentages

R + G + B = 232 + 217 + 167 = 616 (100%)
R 232 of 616 ~ 37.66%
G 217 of 616 ~ 35.23%
B 167 of 616 ~ 27.11'%

%37.66
%35.23
%27.11

CMYK color model

#E8D9A7 color CMYK value is (0,6,28,9).

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

CMYK: (0,6,28,9)
C0M6Y28K9 (0%, 6%, 28%, 9%)
(0.00 / 0.06 / 0.28 / 0.09)

CMYK percentages

%0
%6.47
%28.02
%9.02

Codes

Color #E8D9A7 in popluar color models

E8 D9 A7
RGB 232 217 167
HSL 46° 58.56% 78.24%
HSB/HSV 46° 28.02% 90.98%
CMYK 0.00% 6.47% 28.02%
9.02%

Color #E8D9A7 in popluar number systems.

HEX E8 D9 A7
Decimal 232 217 167
Binary 11101000 11011001 10100111
Octal 350 331 247

Shades and tints

Shades of #E8D9A7

#E8D9A7
(232,217,167)
#D3C698
(211,198,152)
#BEB389
(190,179,137)
#A9A07A
(169,160,122)
#948D6B
(148,141,107)
#7F7A5C
(127,122,92)
#6A674D
(106,103,77)
#55543E
(85,84,62)
#40412F
(64,65,47)
#2B2E20
(43,46,32)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #E8D9A7

#E8D9A7
(232,217,167)
#EADCAF
(234,220,175)
#ECDFB7
(236,223,183)
#EEE2BF
(238,226,191)
#F0E5C7
(240,229,199)
#F2E8CF
(242,232,207)
#F4EBD7
(244,235,215)
#F6EEDF
(246,238,223)
#F8F1E7
(248,241,231)
#FAF4EF
(250,244,239)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D9A7; }

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

This text font color is #E8D9A7.

Background Color

.myBgColor { background-color: #E8D9A7; }

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

This div background color is #E8D9A7.

Border color

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

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

This div border color is #E8D9A7.

Opacity

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

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

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

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

This text has shadow with #E8D9A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D9A7.

Preview

Color preview on black background

This text has color #E8D9A7 on black background.


Color preview on white background

This text has color #E8D9A7 on white background.


Black color preview on #E8D9A7 background

This text has black color on #E8D9A7 background.


White color preview on #E8D9A7 background

This text has white color on #E8D9A7 background.


Related colors

Complementary color

Complementary color for #hex is #172658.


I love getcolorcode.com

Triadic colors

1 #A7E8D9 and #D9A7E8 with #E8D9A7 are triadic colors.

2 #A7D9E8 and #D9E8A7 with #E8D9A7 are triadic colors.