COLOR #E5DDBB

HEX: #E5DDBB
RGB: (229,221,187)

Color info

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

RGB color model

#E5DDBB color RGB value is (229,221,187).

  • red value is 229;
  • green value is 221;
  • blue value is 187.
RGB:
(229,221,187)
(90%,87%,73%)

RGB channels and saturation

R 229 of 255 = 90%
G 221 of 255 = 87%
B 187 of 255 = 73%

229
221
187

R + G + B ~ 83%. #E5DDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 221 + 187 = 637 (100%)
R 229 of 637 ~ 35.95%
G 221 of 637 ~ 34.69%
B 187 of 637 ~ 29.36%

%35.95
%34.69
%29.36

CMYK color model

#E5DDBB color CMYK value is (0,3,18,10).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 18.34%
  • key color value is 10.20%
CMYK:
(0,3,18,10)
C0M3Y18K10 
(0%,3%,18%,10%)
(0.00/0.03/0.18/0.10)	

CMYK percentages

%0
%3.49
%18.34
%10.2

Codes

Color #E5DDBB in popluar color models

E5DDBB
RGB229221187
HSL49°44.68%81.57%
HSB/HSV49°18.34%89.80%
CMYK0.00%3.49%18.34%
10.20%

Color #E5DDBB in popluar number systems.

HEXE5DDBB
Decimal229221187
Binary111001011101110110111011
Octal345335273

Shades and tints

Shades of #E5DDBB

#E5DDBB
(229,221,187)
#D1C9AA
(209,201,170)
#BDB599
(189,181,153)
#A9A188
(169,161,136)
#958D77
(149,141,119)
#817966
(129,121,102)
#6D6555
(109,101,85)
#595144
(89,81,68)
#453D33
(69,61,51)
#312922
(49,41,34)
#1D1511
(29,21,17)
#000000
(0,0,0)

Tints of #E5DDBB

#E5DDBB
(229,221,187)
#E7E0C1
(231,224,193)
#E9E3C7
(233,227,199)
#EBE6CD
(235,230,205)
#EDE9D3
(237,233,211)
#EFECD9
(239,236,217)
#F1EFDF
(241,239,223)
#F3F2E5
(243,242,229)
#F5F5EB
(245,245,235)
#F7F8F1
(247,248,241)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DDBB color. Also use rgb(229,221,187) instead hex code.

Text Font Color

.myTextColor { color: #E5DDBB; }

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

This text font color is #E5DDBB.


Background Color

.myBgColor { background-color: #E5DDBB; }

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

This div background color is #E5DDBB.


Border color

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

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

This div border color is #E5DDBB.


Opacity

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

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

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

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

This text has shadow with #E5DDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DDBB on black background.


Color preview on white background

This text has color #E5DDBB on white background.



Black color preview on #E5DDBB background

This text has black color on #E5DDBB background.


White color preview on #E5DDBB background

This text has white color on #E5DDBB background.