COLOR #E5D3B9

HEX: #E5D3B9
RGB: (229,211,185)

Color info

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

RGB color model

#E5D3B9 color RGB value is (229,211,185).

  • red value is 229;
  • green value is 211;
  • blue value is 185.
RGB:
(229,211,185)
(90%,83%,73%)

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 185 of 255 = 73%

229
211
185

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

Portions of RGB colors in percentages

R + G + B =
229 + 211 + 185 = 625 (100%)
R 229 of 625 ~ 36.64%
G 211 of 625 ~ 33.76%
B 185 of 625 ~ 29.6%

%36.64
%33.76
%29.6

CMYK color model

#E5D3B9 color CMYK value is (0,8,19,10).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 19.21%
  • key color value is 10.20%
CMYK:
(0,8,19,10)
C0M8Y19K10 
(0%,8%,19%,10%)
(0.00/0.08/0.19/0.10)	

CMYK percentages

%0
%7.86
%19.21
%10.2

Codes

Color #E5D3B9 in popluar color models

E5D3B9
RGB229211185
HSL35°45.83%81.18%
HSB/HSV35°19.21%89.80%
CMYK0.00%7.86%19.21%
10.20%

Color #E5D3B9 in popluar number systems.

HEXE5D3B9
Decimal229211185
Binary111001011101001110111001
Octal345323271

Shades and tints

Shades of #E5D3B9

#E5D3B9
(229,211,185)
#D1C0A9
(209,192,169)
#BDAD99
(189,173,153)
#A99A89
(169,154,137)
#958779
(149,135,121)
#817469
(129,116,105)
#6D6159
(109,97,89)
#594E49
(89,78,73)
#453B39
(69,59,57)
#312829
(49,40,41)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #E5D3B9

#E5D3B9
(229,211,185)
#E7D7BF
(231,215,191)
#E9DBC5
(233,219,197)
#EBDFCB
(235,223,203)
#EDE3D1
(237,227,209)
#EFE7D7
(239,231,215)
#F1EBDD
(241,235,221)
#F3EFE3
(243,239,227)
#F5F3E9
(245,243,233)
#F7F7EF
(247,247,239)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D3B9 color. Also use rgb(229,211,185) instead hex code.

Text Font Color

.myTextColor { color: #E5D3B9; }

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

This text font color is #E5D3B9.


Background Color

.myBgColor { background-color: #E5D3B9; }

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

This div background color is #E5D3B9.


Border color

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

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

This div border color is #E5D3B9.


Opacity

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

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

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

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

This text has shadow with #E5D3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D3B9 on black background.


Color preview on white background

This text has color #E5D3B9 on white background.



Black color preview on #E5D3B9 background

This text has black color on #E5D3B9 background.


White color preview on #E5D3B9 background

This text has white color on #E5D3B9 background.