COLOR #E5E2BB

HEX: #E5E2BB
RGB: (229,226,187)

Color info

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

RGB color model

#E5E2BB color RGB value is (229,226,187).

  • red value is 229;
  • green value is 226;
  • blue value is 187.
RGB:
(229,226,187)
(90%,89%,73%)

RGB channels and saturation

R 229 of 255 = 90%
G 226 of 255 = 89%
B 187 of 255 = 73%

229
226
187

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

Portions of RGB colors in percentages

R + G + B =
229 + 226 + 187 = 642 (100%)
R 229 of 642 ~ 35.67%
G 226 of 642 ~ 35.2%
B 187 of 642 ~ 29.13%

%35.67
%35.2
%29.13

CMYK color model

#E5E2BB color CMYK value is (0,1,18,10).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 18.34%
  • key color value is 10.20%
CMYK:
(0,1,18,10)
C0M1Y18K10 
(0%,1%,18%,10%)
(0.00/0.01/0.18/0.10)	

CMYK percentages

%0
%1.31
%18.34
%10.2

Codes

Color #E5E2BB in popluar color models

E5E2BB
RGB229226187
HSL56°44.68%81.57%
HSB/HSV56°18.34%89.80%
CMYK0.00%1.31%18.34%
10.20%

Color #E5E2BB in popluar number systems.

HEXE5E2BB
Decimal229226187
Binary111001011110001010111011
Octal345342273

Shades and tints

Shades of #E5E2BB

#E5E2BB
(229,226,187)
#D1CEAA
(209,206,170)
#BDBA99
(189,186,153)
#A9A688
(169,166,136)
#959277
(149,146,119)
#817E66
(129,126,102)
#6D6A55
(109,106,85)
#595644
(89,86,68)
#454233
(69,66,51)
#312E22
(49,46,34)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #E5E2BB

#E5E2BB
(229,226,187)
#E7E4C1
(231,228,193)
#E9E6C7
(233,230,199)
#EBE8CD
(235,232,205)
#EDEAD3
(237,234,211)
#EFECD9
(239,236,217)
#F1EEDF
(241,238,223)
#F3F0E5
(243,240,229)
#F5F2EB
(245,242,235)
#F7F4F1
(247,244,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E2BB color. Also use rgb(229,226,187) instead hex code.

Text Font Color

.myTextColor { color: #E5E2BB; }

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

This text font color is #E5E2BB.


Background Color

.myBgColor { background-color: #E5E2BB; }

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

This div background color is #E5E2BB.


Border color

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

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

This div border color is #E5E2BB.


Opacity

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

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

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

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

This text has shadow with #E5E2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E2BB on black background.


Color preview on white background

This text has color #E5E2BB on white background.



Black color preview on #E5E2BB background

This text has black color on #E5E2BB background.


White color preview on #E5E2BB background

This text has white color on #E5E2BB background.