COLOR #E1D7AB

HEX: #E1D7AB
RGB: (225,215,171)

Color info

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

RGB color model

#E1D7AB color RGB value is (225,215,171).

  • red value is 225;
  • green value is 215;
  • blue value is 171.
RGB:
(225,215,171)
(88%,84%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 215 of 255 = 84%
B 171 of 255 = 67%

225
215
171

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

Portions of RGB colors in percentages

R + G + B =
225 + 215 + 171 = 611 (100%)
R 225 of 611 ~ 36.82%
G 215 of 611 ~ 35.19%
B 171 of 611 ~ 27.99%

%36.82
%35.19
%27.99

CMYK color model

#E1D7AB color CMYK value is (0,4,24,12).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(0,4,24,12)
C0M4Y24K12 
(0%,4%,24%,12%)
(0.00/0.04/0.24/0.12)	

CMYK percentages

%0
%4.44
%24
%11.76

Codes

Color #E1D7AB in popluar color models

E1D7AB
RGB225215171
HSL49°47.37%77.65%
HSB/HSV49°24.00%88.24%
CMYK0.00%4.44%24.00%
11.76%

Color #E1D7AB in popluar number systems.

HEXE1D7AB
Decimal225215171
Binary111000011101011110101011
Octal341327253

Shades and tints

Shades of #E1D7AB

#E1D7AB
(225,215,171)
#CDC49C
(205,196,156)
#B9B18D
(185,177,141)
#A59E7E
(165,158,126)
#918B6F
(145,139,111)
#7D7860
(125,120,96)
#696551
(105,101,81)
#555242
(85,82,66)
#413F33
(65,63,51)
#2D2C24
(45,44,36)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #E1D7AB

#E1D7AB
(225,215,171)
#E3DAB2
(227,218,178)
#E5DDB9
(229,221,185)
#E7E0C0
(231,224,192)
#E9E3C7
(233,227,199)
#EBE6CE
(235,230,206)
#EDE9D5
(237,233,213)
#EFECDC
(239,236,220)
#F1EFE3
(241,239,227)
#F3F2EA
(243,242,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D7AB color. Also use rgb(225,215,171) instead hex code.

Text Font Color

.myTextColor { color: #E1D7AB; }

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

This text font color is #E1D7AB.


Background Color

.myBgColor { background-color: #E1D7AB; }

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

This div background color is #E1D7AB.


Border color

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

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

This div border color is #E1D7AB.


Opacity

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

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

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

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

This text has shadow with #E1D7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D7AB on black background.


Color preview on white background

This text has color #E1D7AB on white background.



Black color preview on #E1D7AB background

This text has black color on #E1D7AB background.


White color preview on #E1D7AB background

This text has white color on #E1D7AB background.