COLOR #E5E0C9

HEX: #E5E0C9
RGB: (229,224,201)

Color info

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

RGB color model

#E5E0C9 color RGB value is (229,224,201).

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

RGB channels and saturation

R 229 of 255 = 90%
G 224 of 255 = 88%
B 201 of 255 = 79%

229
224
201

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

Portions of RGB colors in percentages

R + G + B =
229 + 224 + 201 = 654 (100%)
R 229 of 654 ~ 35.02%
G 224 of 654 ~ 34.25%
B 201 of 654 ~ 30.73%

%35.02
%34.25
%30.73

CMYK color model

#E5E0C9 color CMYK value is (0,2,12,10).

  • cyan value is 0.00%
  • magenta value is 2.18%
  • yellow value is 12.23%
  • key color value is 10.20%
CMYK:
(0,2,12,10)
C0M2Y12K10 
(0%,2%,12%,10%)
(0.00/0.02/0.12/0.10)	

CMYK percentages

%0
%2.18
%12.23
%10.2

Codes

Color #E5E0C9 in popluar color models

E5E0C9
RGB229224201
HSL49°35.00%84.31%
HSB/HSV49°12.23%89.80%
CMYK0.00%2.18%12.23%
10.20%

Color #E5E0C9 in popluar number systems.

HEXE5E0C9
Decimal229224201
Binary111001011110000011001001
Octal345340311

Shades and tints

Shades of #E5E0C9

#E5E0C9
(229,224,201)
#D1CCB7
(209,204,183)
#BDB8A5
(189,184,165)
#A9A493
(169,164,147)
#959081
(149,144,129)
#817C6F
(129,124,111)
#6D685D
(109,104,93)
#59544B
(89,84,75)
#454039
(69,64,57)
#312C27
(49,44,39)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #E5E0C9

#E5E0C9
(229,224,201)
#E7E2CD
(231,226,205)
#E9E4D1
(233,228,209)
#EBE6D5
(235,230,213)
#EDE8D9
(237,232,217)
#EFEADD
(239,234,221)
#F1ECE1
(241,236,225)
#F3EEE5
(243,238,229)
#F5F0E9
(245,240,233)
#F7F2ED
(247,242,237)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E0C9; }

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

This text font color is #E5E0C9.


Background Color

.myBgColor { background-color: #E5E0C9; }

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

This div background color is #E5E0C9.


Border color

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

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

This div border color is #E5E0C9.


Opacity

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

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

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

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

This text has shadow with #E5E0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E0C9 on black background.


Color preview on white background

This text has color #E5E0C9 on white background.



Black color preview on #E5E0C9 background

This text has black color on #E5E0C9 background.


White color preview on #E5E0C9 background

This text has white color on #E5E0C9 background.