COLOR #E0E2BA

HEX: #E0E2BA
RGB: (224,226,186)

Color info

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

RGB color model

#E0E2BA color RGB value is (224,226,186).

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

RGB channels and saturation

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

224
226
186

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

Portions of RGB colors in percentages

R + G + B =
224 + 226 + 186 = 636 (100%)
R 224 of 636 ~ 35.22%
G 226 of 636 ~ 35.53%
B 186 of 636 ~ 29.25%

%35.22
%35.53
%29.25

CMYK color model

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

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • 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
%17.7
%11.37

Codes

Color #E0E2BA in popluar color models

E0E2BA
RGB224226186
HSL63°40.82%80.78%
HSB/HSV63°17.70%88.63%
CMYK0.88%0.00%17.70%
11.37%

Color #E0E2BA in popluar number systems.

HEXE0E2BA
Decimal224226186
Binary111000001110001010111010
Octal340342272

Shades and tints

Shades of #E0E2BA

#E0E2BA
(224,226,186)
#CCCEAA
(204,206,170)
#B8BA9A
(184,186,154)
#A4A68A
(164,166,138)
#90927A
(144,146,122)
#7C7E6A
(124,126,106)
#686A5A
(104,106,90)
#54564A
(84,86,74)
#40423A
(64,66,58)
#2C2E2A
(44,46,42)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #E0E2BA

#E0E2BA
(224,226,186)
#E2E4C0
(226,228,192)
#E4E6C6
(228,230,198)
#E6E8CC
(230,232,204)
#E8EAD2
(232,234,210)
#EAECD8
(234,236,216)
#ECEEDE
(236,238,222)
#EEF0E4
(238,240,228)
#F0F2EA
(240,242,234)
#F2F4F0
(242,244,240)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E2BA; }

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

This text font color is #E0E2BA.


Background Color

.myBgColor { background-color: #E0E2BA; }

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

This div background color is #E0E2BA.


Border color

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

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

This div border color is #E0E2BA.


Opacity

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

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

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

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

This text has shadow with #E0E2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E2BA on black background.


Color preview on white background

This text has color #E0E2BA on white background.



Black color preview on #E0E2BA background

This text has black color on #E0E2BA background.


White color preview on #E0E2BA background

This text has white color on #E0E2BA background.