COLOR #E5E7BA

HEX: #E5E7BA
RGB: (229,231,186)

Color info

#E5E7BA contains red, green and blue colors in about the same proportion. Web safe color of #E5E7BA is #CCFFCC (or #CFC).

RGB color model

#E5E7BA color RGB value is (229,231,186).

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

RGB channels and saturation

R 229 of 255 = 90%
G 231 of 255 = 91%
B 186 of 255 = 73%

229
231
186

R + G + B ~ 85%. #E5E7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 231 + 186 = 646 (100%)
R 229 of 646 ~ 35.45%
G 231 of 646 ~ 35.76%
B 186 of 646 ~ 28.79%

%35.45
%35.76
%28.79

CMYK color model

#E5E7BA color CMYK value is (1,0,19,9).

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 9.41%
CMYK:
(1,0,19,9)
C1M0Y19K9 
(1%,0%,19%,9%)
(0.01/0.00/0.19/0.09)	

CMYK percentages

%0.87
%0
%19.48
%9.41

Codes

Color #E5E7BA in popluar color models

E5E7BA
RGB229231186
HSL63°48.39%81.76%
HSB/HSV63°19.48%90.59%
CMYK0.87%0.00%19.48%
9.41%

Color #E5E7BA in popluar number systems.

HEXE5E7BA
Decimal229231186
Binary111001011110011110111010
Octal345347272

Shades and tints

Shades of #E5E7BA

#E5E7BA
(229,231,186)
#D1D2AA
(209,210,170)
#BDBD9A
(189,189,154)
#A9A88A
(169,168,138)
#95937A
(149,147,122)
#817E6A
(129,126,106)
#6D695A
(109,105,90)
#59544A
(89,84,74)
#453F3A
(69,63,58)
#312A2A
(49,42,42)
#1D151A
(29,21,26)
#000000
(0,0,0)

Tints of #E5E7BA

#E5E7BA
(229,231,186)
#E7E9C0
(231,233,192)
#E9EBC6
(233,235,198)
#EBEDCC
(235,237,204)
#EDEFD2
(237,239,210)
#EFF1D8
(239,241,216)
#F1F3DE
(241,243,222)
#F3F5E4
(243,245,228)
#F5F7EA
(245,247,234)
#F7F9F0
(247,249,240)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E7BA; }

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

This text font color is #E5E7BA.


Background Color

.myBgColor { background-color: #E5E7BA; }

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

This div background color is #E5E7BA.


Border color

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

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

This div border color is #E5E7BA.


Opacity

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

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

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

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

This text has shadow with #E5E7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E7BA on black background.


Color preview on white background

This text has color #E5E7BA on white background.



Black color preview on #E5E7BA background

This text has black color on #E5E7BA background.


White color preview on #E5E7BA background

This text has white color on #E5E7BA background.