COLOR #E1D8AD

HEX: #E1D8AD
RGB: (225,216,173)

Color info

#E1D8AD contains red, green and blue colors in about the same proportion. Web safe color of #E1D8AD is #CCCC99 (or #CC9).

RGB color model

#E1D8AD color RGB value is (225,216,173).

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

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 173 of 255 = 68%

225
216
173

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

Portions of RGB colors in percentages

R + G + B =
225 + 216 + 173 = 614 (100%)
R 225 of 614 ~ 36.64%
G 216 of 614 ~ 35.18%
B 173 of 614 ~ 28.18%

%36.64
%35.18
%28.18

CMYK color model

#E1D8AD color CMYK value is (0,4,23,12).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 23.11%
  • key color value is 11.76%
CMYK:
(0,4,23,12)
C0M4Y23K12 
(0%,4%,23%,12%)
(0.00/0.04/0.23/0.12)	

CMYK percentages

%0
%4
%23.11
%11.76

Codes

Color #E1D8AD in popluar color models

E1D8AD
RGB225216173
HSL50°46.43%78.04%
HSB/HSV50°23.11%88.24%
CMYK0.00%4.00%23.11%
11.76%

Color #E1D8AD in popluar number systems.

HEXE1D8AD
Decimal225216173
Binary111000011101100010101101
Octal341330255

Shades and tints

Shades of #E1D8AD

#E1D8AD
(225,216,173)
#CDC59E
(205,197,158)
#B9B28F
(185,178,143)
#A59F80
(165,159,128)
#918C71
(145,140,113)
#7D7962
(125,121,98)
#696653
(105,102,83)
#555344
(85,83,68)
#414035
(65,64,53)
#2D2D26
(45,45,38)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #E1D8AD

#E1D8AD
(225,216,173)
#E3DBB4
(227,219,180)
#E5DEBB
(229,222,187)
#E7E1C2
(231,225,194)
#E9E4C9
(233,228,201)
#EBE7D0
(235,231,208)
#EDEAD7
(237,234,215)
#EFEDDE
(239,237,222)
#F1F0E5
(241,240,229)
#F3F3EC
(243,243,236)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D8AD; }

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

This text font color is #E1D8AD.


Background Color

.myBgColor { background-color: #E1D8AD; }

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

This div background color is #E1D8AD.


Border color

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

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

This div border color is #E1D8AD.


Opacity

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

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

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

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

This text has shadow with #E1D8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D8AD on black background.


Color preview on white background

This text has color #E1D8AD on white background.



Black color preview on #E1D8AD background

This text has black color on #E1D8AD background.


White color preview on #E1D8AD background

This text has white color on #E1D8AD background.