COLOR #E8D2A5

HEX: #E8D2A5
RGB: (232,210,165)

Color info

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

RGB color model

#E8D2A5 color RGB value is (232,210,165).

  • red value is 232;
  • green value is 210;
  • blue value is 165.
RGB:
(232,210,165)
(91%,82%,65%)

RGB channels and saturation

R 232 of 255 = 91%
G 210 of 255 = 82%
B 165 of 255 = 65%

232
210
165

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

Portions of RGB colors in percentages

R + G + B =
232 + 210 + 165 = 607 (100%)
R 232 of 607 ~ 38.22%
G 210 of 607 ~ 34.6%
B 165 of 607 ~ 27.18%

%38.22
%34.6
%27.18

CMYK color model

#E8D2A5 color CMYK value is (0,9,29,9).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 28.88%
  • key color value is 9.02%
CMYK:
(0,9,29,9)
C0M9Y29K9 
(0%,9%,29%,9%)
(0.00/0.09/0.29/0.09)	

CMYK percentages

%0
%9.48
%28.88
%9.02

Codes

Color #E8D2A5 in popluar color models

E8D2A5
RGB232210165
HSL40°59.29%77.84%
HSB/HSV40°28.88%90.98%
CMYK0.00%9.48%28.88%
9.02%

Color #E8D2A5 in popluar number systems.

HEXE8D2A5
Decimal232210165
Binary111010001101001010100101
Octal350322245

Shades and tints

Shades of #E8D2A5

#E8D2A5
(232,210,165)
#D3BF96
(211,191,150)
#BEAC87
(190,172,135)
#A99978
(169,153,120)
#948669
(148,134,105)
#7F735A
(127,115,90)
#6A604B
(106,96,75)
#554D3C
(85,77,60)
#403A2D
(64,58,45)
#2B271E
(43,39,30)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #E8D2A5

#E8D2A5
(232,210,165)
#EAD6AD
(234,214,173)
#ECDAB5
(236,218,181)
#EEDEBD
(238,222,189)
#F0E2C5
(240,226,197)
#F2E6CD
(242,230,205)
#F4EAD5
(244,234,213)
#F6EEDD
(246,238,221)
#F8F2E5
(248,242,229)
#FAF6ED
(250,246,237)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D2A5 color. Also use rgb(232,210,165) instead hex code.

Text Font Color

.myTextColor { color: #E8D2A5; }

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

This text font color is #E8D2A5.


Background Color

.myBgColor { background-color: #E8D2A5; }

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

This div background color is #E8D2A5.


Border color

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

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

This div border color is #E8D2A5.


Opacity

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

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

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

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

This text has shadow with #E8D2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D2A5 on black background.


Color preview on white background

This text has color #E8D2A5 on white background.



Black color preview on #E8D2A5 background

This text has black color on #E8D2A5 background.


White color preview on #E8D2A5 background

This text has white color on #E8D2A5 background.