COLOR #E1D5BD

HEX: #E1D5BD
RGB: (225,213,189)

Color info

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

RGB color model

#E1D5BD color RGB value is (225,213,189).

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

RGB channels and saturation

R 225 of 255 = 88%
G 213 of 255 = 84%
B 189 of 255 = 74%

225
213
189

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

Portions of RGB colors in percentages

R + G + B =
225 + 213 + 189 = 627 (100%)
R 225 of 627 ~ 35.89%
G 213 of 627 ~ 33.97%
B 189 of 627 ~ 30.14%

%35.89
%33.97
%30.14

CMYK color model

#E1D5BD color CMYK value is (0,5,16,12).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 16.00%
  • key color value is 11.76%
CMYK:
(0,5,16,12)
C0M5Y16K12 
(0%,5%,16%,12%)
(0.00/0.05/0.16/0.12)	

CMYK percentages

%0
%5.33
%16
%11.76

Codes

Color #E1D5BD in popluar color models

E1D5BD
RGB225213189
HSL40°37.50%81.18%
HSB/HSV40°16.00%88.24%
CMYK0.00%5.33%16.00%
11.76%

Color #E1D5BD in popluar number systems.

HEXE1D5BD
Decimal225213189
Binary111000011101010110111101
Octal341325275

Shades and tints

Shades of #E1D5BD

#E1D5BD
(225,213,189)
#CDC2AC
(205,194,172)
#B9AF9B
(185,175,155)
#A59C8A
(165,156,138)
#918979
(145,137,121)
#7D7668
(125,118,104)
#696357
(105,99,87)
#555046
(85,80,70)
#413D35
(65,61,53)
#2D2A24
(45,42,36)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #E1D5BD

#E1D5BD
(225,213,189)
#E3D8C3
(227,216,195)
#E5DBC9
(229,219,201)
#E7DECF
(231,222,207)
#E9E1D5
(233,225,213)
#EBE4DB
(235,228,219)
#EDE7E1
(237,231,225)
#EFEAE7
(239,234,231)
#F1EDED
(241,237,237)
#F3F0F3
(243,240,243)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D5BD; }

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

This text font color is #E1D5BD.


Background Color

.myBgColor { background-color: #E1D5BD; }

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

This div background color is #E1D5BD.


Border color

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

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

This div border color is #E1D5BD.


Opacity

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

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

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

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

This text has shadow with #E1D5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D5BD on black background.


Color preview on white background

This text has color #E1D5BD on white background.



Black color preview on #E1D5BD background

This text has black color on #E1D5BD background.


White color preview on #E1D5BD background

This text has white color on #E1D5BD background.