COLOR #E1D8BB

HEX: #E1D8BB
RGB: (225,216,187)

Color info

#E1D8BB contains red, green and blue colors in about the same proportion. Web safe color of #E1D8BB is #CCCCCC (or #CCC).

RGB color model

#E1D8BB color RGB value is (225,216,187).

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

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 187 of 255 = 73%

225
216
187

R + G + B ~ 82%. #E1D8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 216 + 187 = 628 (100%)
R 225 of 628 ~ 35.83%
G 216 of 628 ~ 34.39%
B 187 of 628 ~ 29.78%

%35.83
%34.39
%29.78

CMYK color model

#E1D8BB color CMYK value is (0,4,17,12).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 16.89%
  • key color value is 11.76%
CMYK:
(0,4,17,12)
C0M4Y17K12 
(0%,4%,17%,12%)
(0.00/0.04/0.17/0.12)	

CMYK percentages

%0
%4
%16.89
%11.76

Codes

Color #E1D8BB in popluar color models

E1D8BB
RGB225216187
HSL46°38.78%80.78%
HSB/HSV46°16.89%88.24%
CMYK0.00%4.00%16.89%
11.76%

Color #E1D8BB in popluar number systems.

HEXE1D8BB
Decimal225216187
Binary111000011101100010111011
Octal341330273

Shades and tints

Shades of #E1D8BB

#E1D8BB
(225,216,187)
#CDC5AA
(205,197,170)
#B9B299
(185,178,153)
#A59F88
(165,159,136)
#918C77
(145,140,119)
#7D7966
(125,121,102)
#696655
(105,102,85)
#555344
(85,83,68)
#414033
(65,64,51)
#2D2D22
(45,45,34)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #E1D8BB

#E1D8BB
(225,216,187)
#E3DBC1
(227,219,193)
#E5DEC7
(229,222,199)
#E7E1CD
(231,225,205)
#E9E4D3
(233,228,211)
#EBE7D9
(235,231,217)
#EDEADF
(237,234,223)
#EFEDE5
(239,237,229)
#F1F0EB
(241,240,235)
#F3F3F1
(243,243,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D8BB; }

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

This text font color is #E1D8BB.


Background Color

.myBgColor { background-color: #E1D8BB; }

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

This div background color is #E1D8BB.


Border color

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

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

This div border color is #E1D8BB.


Opacity

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

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

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

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

This text has shadow with #E1D8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D8BB on black background.


Color preview on white background

This text has color #E1D8BB on white background.



Black color preview on #E1D8BB background

This text has black color on #E1D8BB background.


White color preview on #E1D8BB background

This text has white color on #E1D8BB background.