COLOR #E0E2C9

HEX: #E0E2C9
RGB: (224,226,201)

Color info

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

RGB color model

#E0E2C9 color RGB value is (224,226,201).

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

RGB channels and saturation

R 224 of 255 = 88%
G 226 of 255 = 89%
B 201 of 255 = 79%

224
226
201

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

Portions of RGB colors in percentages

R + G + B =
224 + 226 + 201 = 651 (100%)
R 224 of 651 ~ 34.41%
G 226 of 651 ~ 34.72%
B 201 of 651 ~ 30.88%

%34.41
%34.72
%30.88

CMYK color model

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

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 11.37%
CMYK:
(1,0,11,11)
C1M0Y11K11 
(1%,0%,11%,11%)
(0.01/0.00/0.11/0.11)	

CMYK percentages

%0.88
%0
%11.06
%11.37

Codes

Color #E0E2C9 in popluar color models

E0E2C9
RGB224226201
HSL65°30.12%83.73%
HSB/HSV65°11.06%88.63%
CMYK0.88%0.00%11.06%
11.37%

Color #E0E2C9 in popluar number systems.

HEXE0E2C9
Decimal224226201
Binary111000001110001011001001
Octal340342311

Shades and tints

Shades of #E0E2C9

#E0E2C9
(224,226,201)
#CCCEB7
(204,206,183)
#B8BAA5
(184,186,165)
#A4A693
(164,166,147)
#909281
(144,146,129)
#7C7E6F
(124,126,111)
#686A5D
(104,106,93)
#54564B
(84,86,75)
#404239
(64,66,57)
#2C2E27
(44,46,39)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #E0E2C9

#E0E2C9
(224,226,201)
#E2E4CD
(226,228,205)
#E4E6D1
(228,230,209)
#E6E8D5
(230,232,213)
#E8EAD9
(232,234,217)
#EAECDD
(234,236,221)
#ECEEE1
(236,238,225)
#EEF0E5
(238,240,229)
#F0F2E9
(240,242,233)
#F2F4ED
(242,244,237)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E2C9; }

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

This text font color is #E0E2C9.


Background Color

.myBgColor { background-color: #E0E2C9; }

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

This div background color is #E0E2C9.


Border color

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

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

This div border color is #E0E2C9.


Opacity

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

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

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

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

This text has shadow with #E0E2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E2C9 on black background.


Color preview on white background

This text has color #E0E2C9 on white background.



Black color preview on #E0E2C9 background

This text has black color on #E0E2C9 background.


White color preview on #E0E2C9 background

This text has white color on #E0E2C9 background.