COLOR #E5E9BF

HEX: #E5E9BF
RGB: (229,233,191)

Color info

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

RGB color model

#E5E9BF color RGB value is (229,233,191).

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

RGB channels and saturation

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

229
233
191

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

Portions of RGB colors in percentages

R + G + B =
229 + 233 + 191 = 653 (100%)
R 229 of 653 ~ 35.07%
G 233 of 653 ~ 35.68%
B 191 of 653 ~ 29.25%

%35.07
%35.68
%29.25

CMYK color model

#E5E9BF color CMYK value is (2,0,18,9).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 8.63%
CMYK:
(2,0,18,9)
C2M0Y18K9 
(2%,0%,18%,9%)
(0.02/0.00/0.18/0.09)	

CMYK percentages

%1.72
%0
%18.03
%8.63

Codes

Color #E5E9BF in popluar color models

E5E9BF
RGB229233191
HSL66°48.84%83.14%
HSB/HSV66°18.03%91.37%
CMYK1.72%0.00%18.03%
8.63%

Color #E5E9BF in popluar number systems.

HEXE5E9BF
Decimal229233191
Binary111001011110100110111111
Octal345351277

Shades and tints

Shades of #E5E9BF

#E5E9BF
(229,233,191)
#D1D4AE
(209,212,174)
#BDBF9D
(189,191,157)
#A9AA8C
(169,170,140)
#95957B
(149,149,123)
#81806A
(129,128,106)
#6D6B59
(109,107,89)
#595648
(89,86,72)
#454137
(69,65,55)
#312C26
(49,44,38)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #E5E9BF

#E5E9BF
(229,233,191)
#E7EBC4
(231,235,196)
#E9EDC9
(233,237,201)
#EBEFCE
(235,239,206)
#EDF1D3
(237,241,211)
#EFF3D8
(239,243,216)
#F1F5DD
(241,245,221)
#F3F7E2
(243,247,226)
#F5F9E7
(245,249,231)
#F7FBEC
(247,251,236)
#F9FDF1
(249,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E9BF; }

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

This text font color is #E5E9BF.


Background Color

.myBgColor { background-color: #E5E9BF; }

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

This div background color is #E5E9BF.


Border color

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

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

This div border color is #E5E9BF.


Opacity

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

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

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

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

This text has shadow with #E5E9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E9BF on black background.


Color preview on white background

This text has color #E5E9BF on white background.



Black color preview on #E5E9BF background

This text has black color on #E5E9BF background.


White color preview on #E5E9BF background

This text has white color on #E5E9BF background.