COLOR #E8D9A1

HEX: #E8D9A1
RGB: (232,217,161)

Color info

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

RGB color model

#E8D9A1 color RGB value is (232,217,161).

  • red value is 232;
  • green value is 217;
  • blue value is 161.
RGB:
(232,217,161)
(91%,85%,63%)

RGB channels and saturation

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

232
217
161

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

Portions of RGB colors in percentages

R + G + B =
232 + 217 + 161 = 610 (100%)
R 232 of 610 ~ 38.03%
G 217 of 610 ~ 35.57%
B 161 of 610 ~ 26.39%

%38.03
%35.57
%26.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 30.60%
  • 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
%30.6
%9.02

Codes

Color #E8D9A1 in popluar color models

E8D9A1
RGB232217161
HSL47°60.68%77.06%
HSB/HSV47°30.60%90.98%
CMYK0.00%6.47%30.60%
9.02%

Color #E8D9A1 in popluar number systems.

HEXE8D9A1
Decimal232217161
Binary111010001101100110100001
Octal350331241

Shades and tints

Shades of #E8D9A1

#E8D9A1
(232,217,161)
#D3C693
(211,198,147)
#BEB385
(190,179,133)
#A9A077
(169,160,119)
#948D69
(148,141,105)
#7F7A5B
(127,122,91)
#6A674D
(106,103,77)
#55543F
(85,84,63)
#404131
(64,65,49)
#2B2E23
(43,46,35)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #E8D9A1

#E8D9A1
(232,217,161)
#EADCA9
(234,220,169)
#ECDFB1
(236,223,177)
#EEE2B9
(238,226,185)
#F0E5C1
(240,229,193)
#F2E8C9
(242,232,201)
#F4EBD1
(244,235,209)
#F6EED9
(246,238,217)
#F8F1E1
(248,241,225)
#FAF4E9
(250,244,233)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D9A1; }

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

This text font color is #E8D9A1.


Background Color

.myBgColor { background-color: #E8D9A1; }

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

This div background color is #E8D9A1.


Border color

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

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

This div border color is #E8D9A1.


Opacity

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

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

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

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

This text has shadow with #E8D9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D9A1 on black background.


Color preview on white background

This text has color #E8D9A1 on white background.



Black color preview on #E8D9A1 background

This text has black color on #E8D9A1 background.


White color preview on #E8D9A1 background

This text has white color on #E8D9A1 background.