COLOR #E0E2E1

HEX: #E0E2E1
RGB: (224,226,225)

Color info

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

RGB color model

#E0E2E1 color RGB value is (224,226,225).

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

RGB channels and saturation

R 224 of 255 = 88%
G 226 of 255 = 89%
B 225 of 255 = 88%

224
226
225

R + G + B ~ 88%. #E0E2E1 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 226 + 225 = 675 (100%)
R 224 of 675 ~ 33.19%
G 226 of 675 ~ 33.48%
B 225 of 675 ~ 33.33%

%33.19
%33.48
%33.33

CMYK color model

#E0E2E1 color CMYK value is (1,0,0,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 0.44%
  • key color value is 11.37%
CMYK:
(1,0,0,11)
C1M0Y0K11 
(1%,0%,0%,11%)
(0.01/0.00/0.00/0.11)	

CMYK percentages

%0.88
%0
%0.44
%11.37

Codes

Color #E0E2E1 in popluar color models

E0E2E1
RGB224226225
HSL150°3.33%88.24%
HSB/HSV150°0.88%88.63%
CMYK0.88%0.00%0.44%
11.37%

Color #E0E2E1 in popluar number systems.

HEXE0E2E1
Decimal224226225
Binary111000001110001011100001
Octal340342341

Shades and tints

Shades of #E0E2E1

#E0E2E1
(224,226,225)
#CCCECD
(204,206,205)
#B8BAB9
(184,186,185)
#A4A6A5
(164,166,165)
#909291
(144,146,145)
#7C7E7D
(124,126,125)
#686A69
(104,106,105)
#545655
(84,86,85)
#404241
(64,66,65)
#2C2E2D
(44,46,45)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #E0E2E1

#E0E2E1
(224,226,225)
#E2E4E3
(226,228,227)
#E4E6E5
(228,230,229)
#E6E8E7
(230,232,231)
#E8EAE9
(232,234,233)
#EAECEB
(234,236,235)
#ECEEED
(236,238,237)
#EEF0EF
(238,240,239)
#F0F2F1
(240,242,241)
#F2F4F3
(242,244,243)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E2E1; }

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

This text font color is #E0E2E1.


Background Color

.myBgColor { background-color: #E0E2E1; }

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

This div background color is #E0E2E1.


Border color

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

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

This div border color is #E0E2E1.


Opacity

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

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

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

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

This text has shadow with #E0E2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E2E1 on black background.


Color preview on white background

This text has color #E0E2E1 on white background.



Black color preview on #E0E2E1 background

This text has black color on #E0E2E1 background.


White color preview on #E0E2E1 background

This text has white color on #E0E2E1 background.