COLOR #E1D5B5

HEX: #E1D5B5
RGB: (225,213,181)

Color info

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

RGB color model

#E1D5B5 color RGB value is (225,213,181).

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

RGB channels and saturation

R 225 of 255 = 88%
G 213 of 255 = 84%
B 181 of 255 = 71%

225
213
181

R + G + B ~ 81%. #E1D5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 213 + 181 = 619 (100%)
R 225 of 619 ~ 36.35%
G 213 of 619 ~ 34.41%
B 181 of 619 ~ 29.24%

%36.35
%34.41
%29.24

CMYK color model

#E1D5B5 color CMYK value is (0,5,20,12).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 19.56%
  • key color value is 11.76%
CMYK:
(0,5,20,12)
C0M5Y20K12 
(0%,5%,20%,12%)
(0.00/0.05/0.20/0.12)	

CMYK percentages

%0
%5.33
%19.56
%11.76

Codes

Color #E1D5B5 in popluar color models

E1D5B5
RGB225213181
HSL44°42.31%79.61%
HSB/HSV44°19.56%88.24%
CMYK0.00%5.33%19.56%
11.76%

Color #E1D5B5 in popluar number systems.

HEXE1D5B5
Decimal225213181
Binary111000011101010110110101
Octal341325265

Shades and tints

Shades of #E1D5B5

#E1D5B5
(225,213,181)
#CDC2A5
(205,194,165)
#B9AF95
(185,175,149)
#A59C85
(165,156,133)
#918975
(145,137,117)
#7D7665
(125,118,101)
#696355
(105,99,85)
#555045
(85,80,69)
#413D35
(65,61,53)
#2D2A25
(45,42,37)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #E1D5B5

#E1D5B5
(225,213,181)
#E3D8BB
(227,216,187)
#E5DBC1
(229,219,193)
#E7DEC7
(231,222,199)
#E9E1CD
(233,225,205)
#EBE4D3
(235,228,211)
#EDE7D9
(237,231,217)
#EFEADF
(239,234,223)
#F1EDE5
(241,237,229)
#F3F0EB
(243,240,235)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D5B5; }

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

This text font color is #E1D5B5.


Background Color

.myBgColor { background-color: #E1D5B5; }

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

This div background color is #E1D5B5.


Border color

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

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

This div border color is #E1D5B5.


Opacity

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

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

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

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

This text has shadow with #E1D5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D5B5 on black background.


Color preview on white background

This text has color #E1D5B5 on white background.



Black color preview on #E1D5B5 background

This text has black color on #E1D5B5 background.


White color preview on #E1D5B5 background

This text has white color on #E1D5B5 background.