COLOR #E1D8A0

HEX: #E1D8A0
RGB: (225,216,160)

Color info

#E1D8A0 contains mainly red and green colors. Web safe color of #E1D8A0 is #CCCC99 (or #CC9).

RGB color model

#E1D8A0 color RGB value is (225,216,160).

  • red value is 225;
  • green value is 216;
  • blue value is 160.
RGB:
(225,216,160)
(88%,85%,63%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 160 of 255 = 63%

225
216
160

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

Portions of RGB colors in percentages

R + G + B =
225 + 216 + 160 = 601 (100%)
R 225 of 601 ~ 37.44%
G 216 of 601 ~ 35.94%
B 160 of 601 ~ 26.62%

%37.44
%35.94
%26.62

CMYK color model

#E1D8A0 color CMYK value is (0,4,29,12).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 28.89%
  • key color value is 11.76%
CMYK:
(0,4,29,12)
C0M4Y29K12 
(0%,4%,29%,12%)
(0.00/0.04/0.29/0.12)	

CMYK percentages

%0
%4
%28.89
%11.76

Codes

Color #E1D8A0 in popluar color models

E1D8A0
RGB225216160
HSL52°52.00%75.49%
HSB/HSV52°28.89%88.24%
CMYK0.00%4.00%28.89%
11.76%

Color #E1D8A0 in popluar number systems.

HEXE1D8A0
Decimal225216160
Binary111000011101100010100000
Octal341330240

Shades and tints

Shades of #E1D8A0

#E1D8A0
(225,216,160)
#CDC592
(205,197,146)
#B9B284
(185,178,132)
#A59F76
(165,159,118)
#918C68
(145,140,104)
#7D795A
(125,121,90)
#69664C
(105,102,76)
#55533E
(85,83,62)
#414030
(65,64,48)
#2D2D22
(45,45,34)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #E1D8A0

#E1D8A0
(225,216,160)
#E3DBA8
(227,219,168)
#E5DEB0
(229,222,176)
#E7E1B8
(231,225,184)
#E9E4C0
(233,228,192)
#EBE7C8
(235,231,200)
#EDEAD0
(237,234,208)
#EFEDD8
(239,237,216)
#F1F0E0
(241,240,224)
#F3F3E8
(243,243,232)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D8A0 color. Also use rgb(225,216,160) instead hex code.

Text Font Color

.myTextColor { color: #E1D8A0; }

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

This text font color is #E1D8A0.


Background Color

.myBgColor { background-color: #E1D8A0; }

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

This div background color is #E1D8A0.


Border color

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

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

This div border color is #E1D8A0.


Opacity

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

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

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

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

This text has shadow with #E1D8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D8A0 on black background.


Color preview on white background

This text has color #E1D8A0 on white background.



Black color preview on #E1D8A0 background

This text has black color on #E1D8A0 background.


White color preview on #E1D8A0 background

This text has white color on #E1D8A0 background.