COLOR #E0E2B9

HEX: #E0E2B9
RGB: (224,226,185)

Color info

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

RGB color model

#E0E2B9 color RGB value is (224,226,185).

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

RGB channels and saturation

R 224 of 255 = 88%
G 226 of 255 = 89%
B 185 of 255 = 73%

224
226
185

R + G + B ~ 83%. #E0E2B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 226 + 185 = 635 (100%)
R 224 of 635 ~ 35.28%
G 226 of 635 ~ 35.59%
B 185 of 635 ~ 29.13%

%35.28
%35.59
%29.13

CMYK color model

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

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 11.37%
CMYK:
(1,0,18,11)
C1M0Y18K11 
(1%,0%,18%,11%)
(0.01/0.00/0.18/0.11)	

CMYK percentages

%0.88
%0
%18.14
%11.37

Codes

Color #E0E2B9 in popluar color models

E0E2B9
RGB224226185
HSL63°41.41%80.59%
HSB/HSV63°18.14%88.63%
CMYK0.88%0.00%18.14%
11.37%

Color #E0E2B9 in popluar number systems.

HEXE0E2B9
Decimal224226185
Binary111000001110001010111001
Octal340342271

Shades and tints

Shades of #E0E2B9

#E0E2B9
(224,226,185)
#CCCEA9
(204,206,169)
#B8BA99
(184,186,153)
#A4A689
(164,166,137)
#909279
(144,146,121)
#7C7E69
(124,126,105)
#686A59
(104,106,89)
#545649
(84,86,73)
#404239
(64,66,57)
#2C2E29
(44,46,41)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #E0E2B9

#E0E2B9
(224,226,185)
#E2E4BF
(226,228,191)
#E4E6C5
(228,230,197)
#E6E8CB
(230,232,203)
#E8EAD1
(232,234,209)
#EAECD7
(234,236,215)
#ECEEDD
(236,238,221)
#EEF0E3
(238,240,227)
#F0F2E9
(240,242,233)
#F2F4EF
(242,244,239)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E2B9; }

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

This text font color is #E0E2B9.


Background Color

.myBgColor { background-color: #E0E2B9; }

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

This div background color is #E0E2B9.


Border color

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

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

This div border color is #E0E2B9.


Opacity

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

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

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

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

This text has shadow with #E0E2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E2B9 on black background.


Color preview on white background

This text has color #E0E2B9 on white background.



Black color preview on #E0E2B9 background

This text has black color on #E0E2B9 background.


White color preview on #E0E2B9 background

This text has white color on #E0E2B9 background.