COLOR #E2E5E0

HEX: #E2E5E0
RGB: (226,229,224)

Color info

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

RGB color model

#E2E5E0 color RGB value is (226,229,224).

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

RGB channels and saturation

R 226 of 255 = 89%
G 229 of 255 = 90%
B 224 of 255 = 88%

226
229
224

R + G + B ~ 89%. #E2E5E0 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 229 + 224 = 679 (100%)
R 226 of 679 ~ 33.28%
G 229 of 679 ~ 33.73%
B 224 of 679 ~ 32.99%

%33.28
%33.73
%32.99

CMYK color model

#E2E5E0 color CMYK value is (1,0,2,10).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 2.18%
  • key color value is 10.20%
CMYK:
(1,0,2,10)
C1M0Y2K10 
(1%,0%,2%,10%)
(0.01/0.00/0.02/0.10)	

CMYK percentages

%1.31
%0
%2.18
%10.2

Codes

Color #E2E5E0 in popluar color models

E2E5E0
RGB226229224
HSL96°8.77%88.82%
HSB/HSV96°2.18%89.80%
CMYK1.31%0.00%2.18%
10.20%

Color #E2E5E0 in popluar number systems.

HEXE2E5E0
Decimal226229224
Binary111000101110010111100000
Octal342345340

Shades and tints

Shades of #E2E5E0

#E2E5E0
(226,229,224)
#CED1CC
(206,209,204)
#BABDB8
(186,189,184)
#A6A9A4
(166,169,164)
#929590
(146,149,144)
#7E817C
(126,129,124)
#6A6D68
(106,109,104)
#565954
(86,89,84)
#424540
(66,69,64)
#2E312C
(46,49,44)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #E2E5E0

#E2E5E0
(226,229,224)
#E4E7E2
(228,231,226)
#E6E9E4
(230,233,228)
#E8EBE6
(232,235,230)
#EAEDE8
(234,237,232)
#ECEFEA
(236,239,234)
#EEF1EC
(238,241,236)
#F0F3EE
(240,243,238)
#F2F5F0
(242,245,240)
#F4F7F2
(244,247,242)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E5E0; }

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

This text font color is #E2E5E0.


Background Color

.myBgColor { background-color: #E2E5E0; }

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

This div background color is #E2E5E0.


Border color

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

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

This div border color is #E2E5E0.


Opacity

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

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

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

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

This text has shadow with #E2E5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E5E0 on black background.


Color preview on white background

This text has color #E2E5E0 on white background.



Black color preview on #E2E5E0 background

This text has black color on #E2E5E0 background.


White color preview on #E2E5E0 background

This text has white color on #E2E5E0 background.