COLOR #E5E0BA

HEX: #E5E0BA
RGB: (229,224,186)

Color info

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

RGB color model

#E5E0BA color RGB value is (229,224,186).

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

RGB channels and saturation

R 229 of 255 = 90%
G 224 of 255 = 88%
B 186 of 255 = 73%

229
224
186

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

Portions of RGB colors in percentages

R + G + B =
229 + 224 + 186 = 639 (100%)
R 229 of 639 ~ 35.84%
G 224 of 639 ~ 35.05%
B 186 of 639 ~ 29.11%

%35.84
%35.05
%29.11

CMYK color model

#E5E0BA color CMYK value is (0,2,19,10).

  • cyan value is 0.00%
  • magenta value is 2.18%
  • yellow value is 18.78%
  • key color value is 10.20%
CMYK:
(0,2,19,10)
C0M2Y19K10 
(0%,2%,19%,10%)
(0.00/0.02/0.19/0.10)	

CMYK percentages

%0
%2.18
%18.78
%10.2

Codes

Color #E5E0BA in popluar color models

E5E0BA
RGB229224186
HSL53°45.26%81.37%
HSB/HSV53°18.78%89.80%
CMYK0.00%2.18%18.78%
10.20%

Color #E5E0BA in popluar number systems.

HEXE5E0BA
Decimal229224186
Binary111001011110000010111010
Octal345340272

Shades and tints

Shades of #E5E0BA

#E5E0BA
(229,224,186)
#D1CCAA
(209,204,170)
#BDB89A
(189,184,154)
#A9A48A
(169,164,138)
#95907A
(149,144,122)
#817C6A
(129,124,106)
#6D685A
(109,104,90)
#59544A
(89,84,74)
#45403A
(69,64,58)
#312C2A
(49,44,42)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #E5E0BA

#E5E0BA
(229,224,186)
#E7E2C0
(231,226,192)
#E9E4C6
(233,228,198)
#EBE6CC
(235,230,204)
#EDE8D2
(237,232,210)
#EFEAD8
(239,234,216)
#F1ECDE
(241,236,222)
#F3EEE4
(243,238,228)
#F5F0EA
(245,240,234)
#F7F2F0
(247,242,240)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E0BA; }

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

This text font color is #E5E0BA.


Background Color

.myBgColor { background-color: #E5E0BA; }

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

This div background color is #E5E0BA.


Border color

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

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

This div border color is #E5E0BA.


Opacity

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

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

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

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

This text has shadow with #E5E0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E0BA on black background.


Color preview on white background

This text has color #E5E0BA on white background.



Black color preview on #E5E0BA background

This text has black color on #E5E0BA background.


White color preview on #E5E0BA background

This text has white color on #E5E0BA background.