COLOR #E0E2BC

HEX: #E0E2BC
RGB: (224,226,188)

Color info

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

RGB color model

#E0E2BC color RGB value is (224,226,188).

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

RGB channels and saturation

R 224 of 255 = 88%
G 226 of 255 = 89%
B 188 of 255 = 74%

224
226
188

R + G + B ~ 84%. #E0E2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 226 + 188 = 638 (100%)
R 224 of 638 ~ 35.11%
G 226 of 638 ~ 35.42%
B 188 of 638 ~ 29.47%

%35.11
%35.42
%29.47

CMYK color model

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

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 11.37%
CMYK:
(1,0,17,11)
C1M0Y17K11 
(1%,0%,17%,11%)
(0.01/0.00/0.17/0.11)	

CMYK percentages

%0.88
%0
%16.81
%11.37

Codes

Color #E0E2BC in popluar color models

E0E2BC
RGB224226188
HSL63°39.58%81.18%
HSB/HSV63°16.81%88.63%
CMYK0.88%0.00%16.81%
11.37%

Color #E0E2BC in popluar number systems.

HEXE0E2BC
Decimal224226188
Binary111000001110001010111100
Octal340342274

Shades and tints

Shades of #E0E2BC

#E0E2BC
(224,226,188)
#CCCEAB
(204,206,171)
#B8BA9A
(184,186,154)
#A4A689
(164,166,137)
#909278
(144,146,120)
#7C7E67
(124,126,103)
#686A56
(104,106,86)
#545645
(84,86,69)
#404234
(64,66,52)
#2C2E23
(44,46,35)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #E0E2BC

#E0E2BC
(224,226,188)
#E2E4C2
(226,228,194)
#E4E6C8
(228,230,200)
#E6E8CE
(230,232,206)
#E8EAD4
(232,234,212)
#EAECDA
(234,236,218)
#ECEEE0
(236,238,224)
#EEF0E6
(238,240,230)
#F0F2EC
(240,242,236)
#F2F4F2
(242,244,242)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E2BC; }

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

This text font color is #E0E2BC.


Background Color

.myBgColor { background-color: #E0E2BC; }

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

This div background color is #E0E2BC.


Border color

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

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

This div border color is #E0E2BC.


Opacity

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

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

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

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

This text has shadow with #E0E2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E2BC on black background.


Color preview on white background

This text has color #E0E2BC on white background.



Black color preview on #E0E2BC background

This text has black color on #E0E2BC background.


White color preview on #E0E2BC background

This text has white color on #E0E2BC background.