COLOR #E1DBB5

HEX: #E1DBB5
RGB: (225,219,181)

Color info

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

RGB color model

#E1DBB5 color RGB value is (225,219,181).

  • red value is 225;
  • green value is 219;
  • blue value is 181.
RGB:
(225,219,181)
(88%,86%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 181 of 255 = 71%

225
219
181

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

Portions of RGB colors in percentages

R + G + B =
225 + 219 + 181 = 625 (100%)
R 225 of 625 ~ 36%
G 219 of 625 ~ 35.04%
B 181 of 625 ~ 28.96%

%36
%35.04
%28.96

CMYK color model

#E1DBB5 color CMYK value is (0,3,20,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 19.56%
  • key color value is 11.76%
CMYK:
(0,3,20,12)
C0M3Y20K12 
(0%,3%,20%,12%)
(0.00/0.03/0.20/0.12)	

CMYK percentages

%0
%2.67
%19.56
%11.76

Codes

Color #E1DBB5 in popluar color models

E1DBB5
RGB225219181
HSL52°42.31%79.61%
HSB/HSV52°19.56%88.24%
CMYK0.00%2.67%19.56%
11.76%

Color #E1DBB5 in popluar number systems.

HEXE1DBB5
Decimal225219181
Binary111000011101101110110101
Octal341333265

Shades and tints

Shades of #E1DBB5

#E1DBB5
(225,219,181)
#CDC8A5
(205,200,165)
#B9B595
(185,181,149)
#A5A285
(165,162,133)
#918F75
(145,143,117)
#7D7C65
(125,124,101)
#696955
(105,105,85)
#555645
(85,86,69)
#414335
(65,67,53)
#2D3025
(45,48,37)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #E1DBB5

#E1DBB5
(225,219,181)
#E3DEBB
(227,222,187)
#E5E1C1
(229,225,193)
#E7E4C7
(231,228,199)
#E9E7CD
(233,231,205)
#EBEAD3
(235,234,211)
#EDEDD9
(237,237,217)
#EFF0DF
(239,240,223)
#F1F3E5
(241,243,229)
#F3F6EB
(243,246,235)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DBB5 color. Also use rgb(225,219,181) instead hex code.

Text Font Color

.myTextColor { color: #E1DBB5; }

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

This text font color is #E1DBB5.


Background Color

.myBgColor { background-color: #E1DBB5; }

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

This div background color is #E1DBB5.


Border color

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

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

This div border color is #E1DBB5.


Opacity

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

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

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

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

This text has shadow with #E1DBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DBB5 on black background.


Color preview on white background

This text has color #E1DBB5 on white background.



Black color preview on #E1DBB5 background

This text has black color on #E1DBB5 background.


White color preview on #E1DBB5 background

This text has white color on #E1DBB5 background.