COLOR #E0E0E7

HEX: #E0E0E7 RGB: (224,224,231)

Color info

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

RGB color model

#E0E0E7 color RGB value is (224,224,231).

RGB: (224,224,231) (88%, 88%, 91%)

RGB channels and saturation

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

224
224
231

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

Portions of RGB colors in percentages

R + G + B = 224 + 224 + 231 = 679 (100%)
R 224 of 679 ~ 32.99%
G 224 of 679 ~ 32.99%
B 231 of 679 ~ 34.02'%

%32.99
%32.99
%34.02

CMYK color model

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

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

CMYK percentages

%3.03
%3.03
%0
%9.41

Codes

Color #E0E0E7 in popluar color models

E0 E0 E7
RGB 224 224 231
HSL 240° 12.73% 89.22%
HSB/HSV 240° 3.03% 90.59%
CMYK 3.03% 3.03% 0.00%
9.41%

Color #E0E0E7 in popluar number systems.

HEX E0 E0 E7
Decimal 224 224 231
Binary 11100000 11100000 11100111
Octal 340 340 347

Shades and tints

Shades of #E0E0E7

#E0E0E7
(224,224,231)
#CCCCD2
(204,204,210)
#B8B8BD
(184,184,189)
#A4A4A8
(164,164,168)
#909093
(144,144,147)
#7C7C7E
(124,124,126)
#686869
(104,104,105)
#545454
(84,84,84)
#40403F
(64,64,63)
#2C2C2A
(44,44,42)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #E0E0E7

#E0E0E7
(224,224,231)
#E2E2E9
(226,226,233)
#E4E4EB
(228,228,235)
#E6E6ED
(230,230,237)
#E8E8EF
(232,232,239)
#EAEAF1
(234,234,241)
#ECECF3
(236,236,243)
#EEEEF5
(238,238,245)
#F0F0F7
(240,240,247)
#F2F2F9
(242,242,249)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E0E7; }

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

This text font color is #E0E0E7.

Background Color

.myBgColor { background-color: #E0E0E7; }

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

This div background color is #E0E0E7.

Border color

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

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

This div border color is #E0E0E7.

Opacity

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

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

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

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

This text has shadow with #E0E0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E0E7.

Preview

Color preview on black background

This text has color #E0E0E7 on black background.


Color preview on white background

This text has color #E0E0E7 on white background.


Black color preview on #E0E0E7 background

This text has black color on #E0E0E7 background.


White color preview on #E0E0E7 background

This text has white color on #E0E0E7 background.


Related colors

Complementary color

Complementary color for #hex is #1F1F18.


I love getcolorcode.com