COLOR #E5D0B6

HEX: #E5D0B6
RGB: (229,208,182)

Color info

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

RGB color model

#E5D0B6 color RGB value is (229,208,182).

  • red value is 229;
  • green value is 208;
  • blue value is 182.
RGB:
(229,208,182)
(90%,82%,71%)

RGB channels and saturation

R 229 of 255 = 90%
G 208 of 255 = 82%
B 182 of 255 = 71%

229
208
182

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

Portions of RGB colors in percentages

R + G + B =
229 + 208 + 182 = 619 (100%)
R 229 of 619 ~ 37%
G 208 of 619 ~ 33.6%
B 182 of 619 ~ 29.4%

%37
%33.6
%29.4

CMYK color model

#E5D0B6 color CMYK value is (0,9,21,10).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 20.52%
  • key color value is 10.20%
CMYK:
(0,9,21,10)
C0M9Y21K10 
(0%,9%,21%,10%)
(0.00/0.09/0.21/0.10)	

CMYK percentages

%0
%9.17
%20.52
%10.2

Codes

Color #E5D0B6 in popluar color models

E5D0B6
RGB229208182
HSL33°47.47%80.59%
HSB/HSV33°20.52%89.80%
CMYK0.00%9.17%20.52%
10.20%

Color #E5D0B6 in popluar number systems.

HEXE5D0B6
Decimal229208182
Binary111001011101000010110110
Octal345320266

Shades and tints

Shades of #E5D0B6

#E5D0B6
(229,208,182)
#D1BEA6
(209,190,166)
#BDAC96
(189,172,150)
#A99A86
(169,154,134)
#958876
(149,136,118)
#817666
(129,118,102)
#6D6456
(109,100,86)
#595246
(89,82,70)
#454036
(69,64,54)
#312E26
(49,46,38)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #E5D0B6

#E5D0B6
(229,208,182)
#E7D4BC
(231,212,188)
#E9D8C2
(233,216,194)
#EBDCC8
(235,220,200)
#EDE0CE
(237,224,206)
#EFE4D4
(239,228,212)
#F1E8DA
(241,232,218)
#F3ECE0
(243,236,224)
#F5F0E6
(245,240,230)
#F7F4EC
(247,244,236)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D0B6 color. Also use rgb(229,208,182) instead hex code.

Text Font Color

.myTextColor { color: #E5D0B6; }

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

This text font color is #E5D0B6.


Background Color

.myBgColor { background-color: #E5D0B6; }

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

This div background color is #E5D0B6.


Border color

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

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

This div border color is #E5D0B6.


Opacity

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

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

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

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

This text has shadow with #E5D0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D0B6 on black background.


Color preview on white background

This text has color #E5D0B6 on white background.



Black color preview on #E5D0B6 background

This text has black color on #E5D0B6 background.


White color preview on #E5D0B6 background

This text has white color on #E5D0B6 background.