COLOR #E5E7BF

HEX: #E5E7BF
RGB: (229,231,191)

Color info

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

RGB color model

#E5E7BF color RGB value is (229,231,191).

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

RGB channels and saturation

R 229 of 255 = 90%
G 231 of 255 = 91%
B 191 of 255 = 75%

229
231
191

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

Portions of RGB colors in percentages

R + G + B =
229 + 231 + 191 = 651 (100%)
R 229 of 651 ~ 35.18%
G 231 of 651 ~ 35.48%
B 191 of 651 ~ 29.34%

%35.18
%35.48
%29.34

CMYK color model

#E5E7BF color CMYK value is (1,0,17,9).

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 9.41%
CMYK:
(1,0,17,9)
C1M0Y17K9 
(1%,0%,17%,9%)
(0.01/0.00/0.17/0.09)	

CMYK percentages

%0.87
%0
%17.32
%9.41

Codes

Color #E5E7BF in popluar color models

E5E7BF
RGB229231191
HSL63°45.45%82.75%
HSB/HSV63°17.32%90.59%
CMYK0.87%0.00%17.32%
9.41%

Color #E5E7BF in popluar number systems.

HEXE5E7BF
Decimal229231191
Binary111001011110011110111111
Octal345347277

Shades and tints

Shades of #E5E7BF

#E5E7BF
(229,231,191)
#D1D2AE
(209,210,174)
#BDBD9D
(189,189,157)
#A9A88C
(169,168,140)
#95937B
(149,147,123)
#817E6A
(129,126,106)
#6D6959
(109,105,89)
#595448
(89,84,72)
#453F37
(69,63,55)
#312A26
(49,42,38)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #E5E7BF

#E5E7BF
(229,231,191)
#E7E9C4
(231,233,196)
#E9EBC9
(233,235,201)
#EBEDCE
(235,237,206)
#EDEFD3
(237,239,211)
#EFF1D8
(239,241,216)
#F1F3DD
(241,243,221)
#F3F5E2
(243,245,226)
#F5F7E7
(245,247,231)
#F7F9EC
(247,249,236)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E7BF; }

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

This text font color is #E5E7BF.


Background Color

.myBgColor { background-color: #E5E7BF; }

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

This div background color is #E5E7BF.


Border color

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

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

This div border color is #E5E7BF.


Opacity

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

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

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

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

This text has shadow with #E5E7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E7BF on black background.


Color preview on white background

This text has color #E5E7BF on white background.



Black color preview on #E5E7BF background

This text has black color on #E5E7BF background.


White color preview on #E5E7BF background

This text has white color on #E5E7BF background.