COLOR #E1DBB4

HEX: #E1DBB4
RGB: (225,219,180)

Color info

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

RGB color model

#E1DBB4 color RGB value is (225,219,180).

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

RGB channels and saturation

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

225
219
180

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

Portions of RGB colors in percentages

R + G + B =
225 + 219 + 180 = 624 (100%)
R 225 of 624 ~ 36.06%
G 219 of 624 ~ 35.1%
B 180 of 624 ~ 28.85%

%36.06
%35.1
%28.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 20.00%
  • 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
%20
%11.76

Codes

Color #E1DBB4 in popluar color models

E1DBB4
RGB225219180
HSL52°42.86%79.41%
HSB/HSV52°20.00%88.24%
CMYK0.00%2.67%20.00%
11.76%

Color #E1DBB4 in popluar number systems.

HEXE1DBB4
Decimal225219180
Binary111000011101101110110100
Octal341333264

Shades and tints

Shades of #E1DBB4

#E1DBB4
(225,219,180)
#CDC8A4
(205,200,164)
#B9B594
(185,181,148)
#A5A284
(165,162,132)
#918F74
(145,143,116)
#7D7C64
(125,124,100)
#696954
(105,105,84)
#555644
(85,86,68)
#414334
(65,67,52)
#2D3024
(45,48,36)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #E1DBB4

#E1DBB4
(225,219,180)
#E3DEBA
(227,222,186)
#E5E1C0
(229,225,192)
#E7E4C6
(231,228,198)
#E9E7CC
(233,231,204)
#EBEAD2
(235,234,210)
#EDEDD8
(237,237,216)
#EFF0DE
(239,240,222)
#F1F3E4
(241,243,228)
#F3F6EA
(243,246,234)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DBB4; }

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

This text font color is #E1DBB4.


Background Color

.myBgColor { background-color: #E1DBB4; }

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

This div background color is #E1DBB4.


Border color

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

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

This div border color is #E1DBB4.


Opacity

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

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

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

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

This text has shadow with #E1DBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DBB4 on black background.


Color preview on white background

This text has color #E1DBB4 on white background.



Black color preview on #E1DBB4 background

This text has black color on #E1DBB4 background.


White color preview on #E1DBB4 background

This text has white color on #E1DBB4 background.