COLOR #E2E5BF

HEX: #E2E5BF
RGB: (226,229,191)

Color info

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

RGB color model

#E2E5BF color RGB value is (226,229,191).

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

RGB channels and saturation

R 226 of 255 = 89%
G 229 of 255 = 90%
B 191 of 255 = 75%

226
229
191

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

Portions of RGB colors in percentages

R + G + B =
226 + 229 + 191 = 646 (100%)
R 226 of 646 ~ 34.98%
G 229 of 646 ~ 35.45%
B 191 of 646 ~ 29.57%

%34.98
%35.45
%29.57

CMYK color model

#E2E5BF color CMYK value is (1,0,17,10).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 10.20%
CMYK:
(1,0,17,10)
C1M0Y17K10 
(1%,0%,17%,10%)
(0.01/0.00/0.17/0.10)	

CMYK percentages

%1.31
%0
%16.59
%10.2

Codes

Color #E2E5BF in popluar color models

E2E5BF
RGB226229191
HSL65°42.22%82.35%
HSB/HSV65°16.59%89.80%
CMYK1.31%0.00%16.59%
10.20%

Color #E2E5BF in popluar number systems.

HEXE2E5BF
Decimal226229191
Binary111000101110010110111111
Octal342345277

Shades and tints

Shades of #E2E5BF

#E2E5BF
(226,229,191)
#CED1AE
(206,209,174)
#BABD9D
(186,189,157)
#A6A98C
(166,169,140)
#92957B
(146,149,123)
#7E816A
(126,129,106)
#6A6D59
(106,109,89)
#565948
(86,89,72)
#424537
(66,69,55)
#2E3126
(46,49,38)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #E2E5BF

#E2E5BF
(226,229,191)
#E4E7C4
(228,231,196)
#E6E9C9
(230,233,201)
#E8EBCE
(232,235,206)
#EAEDD3
(234,237,211)
#ECEFD8
(236,239,216)
#EEF1DD
(238,241,221)
#F0F3E2
(240,243,226)
#F2F5E7
(242,245,231)
#F4F7EC
(244,247,236)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E5BF; }

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

This text font color is #E2E5BF.


Background Color

.myBgColor { background-color: #E2E5BF; }

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

This div background color is #E2E5BF.


Border color

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

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

This div border color is #E2E5BF.


Opacity

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

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

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

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

This text has shadow with #E2E5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E5BF on black background.


Color preview on white background

This text has color #E2E5BF on white background.



Black color preview on #E2E5BF background

This text has black color on #E2E5BF background.


White color preview on #E2E5BF background

This text has white color on #E2E5BF background.