COLOR #E5D0CB

HEX: #E5D0CB
RGB: (229,208,203)

Color info

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

RGB color model

#E5D0CB color RGB value is (229,208,203).

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

RGB channels and saturation

R 229 of 255 = 90%
G 208 of 255 = 82%
B 203 of 255 = 80%

229
208
203

R + G + B ~ 84%. #E5D0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 208 + 203 = 640 (100%)
R 229 of 640 ~ 35.78%
G 208 of 640 ~ 32.5%
B 203 of 640 ~ 31.72%

%35.78
%32.5
%31.72

CMYK color model

#E5D0CB color CMYK value is (0,9,11,10).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 11.35%
  • key color value is 10.20%
CMYK:
(0,9,11,10)
C0M9Y11K10 
(0%,9%,11%,10%)
(0.00/0.09/0.11/0.10)	

CMYK percentages

%0
%9.17
%11.35
%10.2

Codes

Color #E5D0CB in popluar color models

E5D0CB
RGB229208203
HSL12°33.33%84.71%
HSB/HSV12°11.35%89.80%
CMYK0.00%9.17%11.35%
10.20%

Color #E5D0CB in popluar number systems.

HEXE5D0CB
Decimal229208203
Binary111001011101000011001011
Octal345320313

Shades and tints

Shades of #E5D0CB

#E5D0CB
(229,208,203)
#D1BEB9
(209,190,185)
#BDACA7
(189,172,167)
#A99A95
(169,154,149)
#958883
(149,136,131)
#817671
(129,118,113)
#6D645F
(109,100,95)
#59524D
(89,82,77)
#45403B
(69,64,59)
#312E29
(49,46,41)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #E5D0CB

#E5D0CB
(229,208,203)
#E7D4CF
(231,212,207)
#E9D8D3
(233,216,211)
#EBDCD7
(235,220,215)
#EDE0DB
(237,224,219)
#EFE4DF
(239,228,223)
#F1E8E3
(241,232,227)
#F3ECE7
(243,236,231)
#F5F0EB
(245,240,235)
#F7F4EF
(247,244,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D0CB; }

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

This text font color is #E5D0CB.


Background Color

.myBgColor { background-color: #E5D0CB; }

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

This div background color is #E5D0CB.


Border color

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

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

This div border color is #E5D0CB.


Opacity

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

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

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

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

This text has shadow with #E5D0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D0CB on black background.


Color preview on white background

This text has color #E5D0CB on white background.



Black color preview on #E5D0CB background

This text has black color on #E5D0CB background.


White color preview on #E5D0CB background

This text has white color on #E5D0CB background.