COLOR #E2E0E7

HEX: #E2E0E7
RGB: (226,224,231)

Color info

#E2E0E7 contains red, green and blue colors in about the same proportion. Web safe color of #E2E0E7 is #CCCCFF (or #CCF).

RGB color model

#E2E0E7 color RGB value is (226,224,231).

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

RGB channels and saturation

R 226 of 255 = 89%
G 224 of 255 = 88%
B 231 of 255 = 91%

226
224
231

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

Portions of RGB colors in percentages

R + G + B =
226 + 224 + 231 = 681 (100%)
R 226 of 681 ~ 33.19%
G 224 of 681 ~ 32.89%
B 231 of 681 ~ 33.92%

%33.19
%32.89
%33.92

CMYK color model

#E2E0E7 color CMYK value is (2,3,0,9).

  • cyan value is 2.16%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(2,3,0,9)
C2M3Y0K9 
(2%,3%,0%,9%)
(0.02/0.03/0.00/0.09)	

CMYK percentages

%2.16
%3.03
%0
%9.41

Codes

Color #E2E0E7 in popluar color models

E2E0E7
RGB226224231
HSL257°12.73%89.22%
HSB/HSV257°3.03%90.59%
CMYK2.16%3.03%0.00%
9.41%

Color #E2E0E7 in popluar number systems.

HEXE2E0E7
Decimal226224231
Binary111000101110000011100111
Octal342340347

Shades and tints

Shades of #E2E0E7

#E2E0E7
(226,224,231)
#CECCD2
(206,204,210)
#BAB8BD
(186,184,189)
#A6A4A8
(166,164,168)
#929093
(146,144,147)
#7E7C7E
(126,124,126)
#6A6869
(106,104,105)
#565454
(86,84,84)
#42403F
(66,64,63)
#2E2C2A
(46,44,42)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #E2E0E7

#E2E0E7
(226,224,231)
#E4E2E9
(228,226,233)
#E6E4EB
(230,228,235)
#E8E6ED
(232,230,237)
#EAE8EF
(234,232,239)
#ECEAF1
(236,234,241)
#EEECF3
(238,236,243)
#F0EEF5
(240,238,245)
#F2F0F7
(242,240,247)
#F4F2F9
(244,242,249)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E0E7; }

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

This text font color is #E2E0E7.


Background Color

.myBgColor { background-color: #E2E0E7; }

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

This div background color is #E2E0E7.


Border color

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

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

This div border color is #E2E0E7.


Opacity

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

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

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

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

This text has shadow with #E2E0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E0E7 on black background.


Color preview on white background

This text has color #E2E0E7 on white background.



Black color preview on #E2E0E7 background

This text has black color on #E2E0E7 background.


White color preview on #E2E0E7 background

This text has white color on #E2E0E7 background.