COLOR #E0E2C5

HEX: #E0E2C5
RGB: (224,226,197)

Color info

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

RGB color model

#E0E2C5 color RGB value is (224,226,197).

  • red value is 224;
  • green value is 226;
  • blue value is 197.
RGB:
(224,226,197)
(88%,89%,77%)

RGB channels and saturation

R 224 of 255 = 88%
G 226 of 255 = 89%
B 197 of 255 = 77%

224
226
197

R + G + B ~ 85%. #E0E2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 226 + 197 = 647 (100%)
R 224 of 647 ~ 34.62%
G 226 of 647 ~ 34.93%
B 197 of 647 ~ 30.45%

%34.62
%34.93
%30.45

CMYK color model

#E0E2C5 color CMYK value is (1,0,13,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 12.83%
  • key color value is 11.37%
CMYK:
(1,0,13,11)
C1M0Y13K11 
(1%,0%,13%,11%)
(0.01/0.00/0.13/0.11)	

CMYK percentages

%0.88
%0
%12.83
%11.37

Codes

Color #E0E2C5 in popluar color models

E0E2C5
RGB224226197
HSL64°33.33%82.94%
HSB/HSV64°12.83%88.63%
CMYK0.88%0.00%12.83%
11.37%

Color #E0E2C5 in popluar number systems.

HEXE0E2C5
Decimal224226197
Binary111000001110001011000101
Octal340342305

Shades and tints

Shades of #E0E2C5

#E0E2C5
(224,226,197)
#CCCEB4
(204,206,180)
#B8BAA3
(184,186,163)
#A4A692
(164,166,146)
#909281
(144,146,129)
#7C7E70
(124,126,112)
#686A5F
(104,106,95)
#54564E
(84,86,78)
#40423D
(64,66,61)
#2C2E2C
(44,46,44)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #E0E2C5

#E0E2C5
(224,226,197)
#E2E4CA
(226,228,202)
#E4E6CF
(228,230,207)
#E6E8D4
(230,232,212)
#E8EAD9
(232,234,217)
#EAECDE
(234,236,222)
#ECEEE3
(236,238,227)
#EEF0E8
(238,240,232)
#F0F2ED
(240,242,237)
#F2F4F2
(242,244,242)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E2C5 color. Also use rgb(224,226,197) instead hex code.

Text Font Color

.myTextColor { color: #E0E2C5; }

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

This text font color is #E0E2C5.


Background Color

.myBgColor { background-color: #E0E2C5; }

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

This div background color is #E0E2C5.


Border color

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

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

This div border color is #E0E2C5.


Opacity

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

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

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

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

This text has shadow with #E0E2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E2C5 on black background.


Color preview on white background

This text has color #E0E2C5 on white background.



Black color preview on #E0E2C5 background

This text has black color on #E0E2C5 background.


White color preview on #E0E2C5 background

This text has white color on #E0E2C5 background.