COLOR #E5E0CB

HEX: #E5E0CB
RGB: (229,224,203)

Color info

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

RGB color model

#E5E0CB color RGB value is (229,224,203).

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

RGB channels and saturation

R 229 of 255 = 90%
G 224 of 255 = 88%
B 203 of 255 = 80%

229
224
203

R + G + B ~ 86%. #E5E0CB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 224 + 203 = 656 (100%)
R 229 of 656 ~ 34.91%
G 224 of 656 ~ 34.15%
B 203 of 656 ~ 30.95%

%34.91
%34.15
%30.95

CMYK color model

#E5E0CB color CMYK value is (0,2,11,10).

  • cyan value is 0.00%
  • magenta value is 2.18%
  • yellow value is 11.35%
  • key color value is 10.20%
CMYK:
(0,2,11,10)
C0M2Y11K10 
(0%,2%,11%,10%)
(0.00/0.02/0.11/0.10)	

CMYK percentages

%0
%2.18
%11.35
%10.2

Codes

Color #E5E0CB in popluar color models

E5E0CB
RGB229224203
HSL48°33.33%84.71%
HSB/HSV48°11.35%89.80%
CMYK0.00%2.18%11.35%
10.20%

Color #E5E0CB in popluar number systems.

HEXE5E0CB
Decimal229224203
Binary111001011110000011001011
Octal345340313

Shades and tints

Shades of #E5E0CB

#E5E0CB
(229,224,203)
#D1CCB9
(209,204,185)
#BDB8A7
(189,184,167)
#A9A495
(169,164,149)
#959083
(149,144,131)
#817C71
(129,124,113)
#6D685F
(109,104,95)
#59544D
(89,84,77)
#45403B
(69,64,59)
#312C29
(49,44,41)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #E5E0CB

#E5E0CB
(229,224,203)
#E7E2CF
(231,226,207)
#E9E4D3
(233,228,211)
#EBE6D7
(235,230,215)
#EDE8DB
(237,232,219)
#EFEADF
(239,234,223)
#F1ECE3
(241,236,227)
#F3EEE7
(243,238,231)
#F5F0EB
(245,240,235)
#F7F2EF
(247,242,239)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E0CB; }

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

This text font color is #E5E0CB.


Background Color

.myBgColor { background-color: #E5E0CB; }

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

This div background color is #E5E0CB.


Border color

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

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

This div border color is #E5E0CB.


Opacity

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

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

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

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

This text has shadow with #E5E0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E0CB on black background.


Color preview on white background

This text has color #E5E0CB on white background.



Black color preview on #E5E0CB background

This text has black color on #E5E0CB background.


White color preview on #E5E0CB background

This text has white color on #E5E0CB background.