COLOR #E3E0BC

HEX: #E3E0BC
RGB: (227,224,188)

Color info

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

RGB color model

#E3E0BC color RGB value is (227,224,188).

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

RGB channels and saturation

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

227
224
188

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

Portions of RGB colors in percentages

R + G + B =
227 + 224 + 188 = 639 (100%)
R 227 of 639 ~ 35.52%
G 224 of 639 ~ 35.05%
B 188 of 639 ~ 29.42%

%35.52
%35.05
%29.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 17.18%
  • key color value is 10.98%
CMYK:
(0,1,17,11)
C0M1Y17K11 
(0%,1%,17%,11%)
(0.00/0.01/0.17/0.11)	

CMYK percentages

%0
%1.32
%17.18
%10.98

Codes

Color #E3E0BC in popluar color models

E3E0BC
RGB227224188
HSL55°41.05%81.37%
HSB/HSV55°17.18%89.02%
CMYK0.00%1.32%17.18%
10.98%

Color #E3E0BC in popluar number systems.

HEXE3E0BC
Decimal227224188
Binary111000111110000010111100
Octal343340274

Shades and tints

Shades of #E3E0BC

#E3E0BC
(227,224,188)
#CFCCAB
(207,204,171)
#BBB89A
(187,184,154)
#A7A489
(167,164,137)
#939078
(147,144,120)
#7F7C67
(127,124,103)
#6B6856
(107,104,86)
#575445
(87,84,69)
#434034
(67,64,52)
#2F2C23
(47,44,35)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #E3E0BC

#E3E0BC
(227,224,188)
#E5E2C2
(229,226,194)
#E7E4C8
(231,228,200)
#E9E6CE
(233,230,206)
#EBE8D4
(235,232,212)
#EDEADA
(237,234,218)
#EFECE0
(239,236,224)
#F1EEE6
(241,238,230)
#F3F0EC
(243,240,236)
#F5F2F2
(245,242,242)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E0BC; }

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

This text font color is #E3E0BC.


Background Color

.myBgColor { background-color: #E3E0BC; }

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

This div background color is #E3E0BC.


Border color

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

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

This div border color is #E3E0BC.


Opacity

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

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

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

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

This text has shadow with #E3E0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E0BC on black background.


Color preview on white background

This text has color #E3E0BC on white background.



Black color preview on #E3E0BC background

This text has black color on #E3E0BC background.


White color preview on #E3E0BC background

This text has white color on #E3E0BC background.