COLOR #E0E0ED

HEX: #E0E0ED
RGB: (224,224,237)

Color info

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

RGB color model

#E0E0ED color RGB value is (224,224,237).

  • red value is 224;
  • green value is 224;
  • blue value is 237.
RGB:
(224,224,237)
(88%,88%,93%)

RGB channels and saturation

R 224 of 255 = 88%
G 224 of 255 = 88%
B 237 of 255 = 93%

224
224
237

R + G + B ~ 90%. #E0E0ED is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 224 + 237 = 685 (100%)
R 224 of 685 ~ 32.7%
G 224 of 685 ~ 32.7%
B 237 of 685 ~ 34.6%

%32.7
%32.7
%34.6

CMYK color model

#E0E0ED color CMYK value is (5,5,0,7).

  • cyan value is 5.49%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(5,5,0,7)
C5M5Y0K7 
(5%,5%,0%,7%)
(0.05/0.05/0.00/0.07)	

CMYK percentages

%5.49
%5.49
%0
%7.06

Codes

Color #E0E0ED in popluar color models

E0E0ED
RGB224224237
HSL240°26.53%90.39%
HSB/HSV240°5.49%92.94%
CMYK5.49%5.49%0.00%
7.06%

Color #E0E0ED in popluar number systems.

HEXE0E0ED
Decimal224224237
Binary111000001110000011101101
Octal340340355

Shades and tints

Shades of #E0E0ED

#E0E0ED
(224,224,237)
#CCCCD8
(204,204,216)
#B8B8C3
(184,184,195)
#A4A4AE
(164,164,174)
#909099
(144,144,153)
#7C7C84
(124,124,132)
#68686F
(104,104,111)
#54545A
(84,84,90)
#404045
(64,64,69)
#2C2C30
(44,44,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #E0E0ED

#E0E0ED
(224,224,237)
#E2E2EE
(226,226,238)
#E4E4EF
(228,228,239)
#E6E6F0
(230,230,240)
#E8E8F1
(232,232,241)
#EAEAF2
(234,234,242)
#ECECF3
(236,236,243)
#EEEEF4
(238,238,244)
#F0F0F5
(240,240,245)
#F2F2F6
(242,242,246)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E0ED; }

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

This text font color is #E0E0ED.


Background Color

.myBgColor { background-color: #E0E0ED; }

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

This div background color is #E0E0ED.


Border color

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

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

This div border color is #E0E0ED.


Opacity

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

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

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

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

This text has shadow with #E0E0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E0ED on black background.


Color preview on white background

This text has color #E0E0ED on white background.



Black color preview on #E0E0ED background

This text has black color on #E0E0ED background.


White color preview on #E0E0ED background

This text has white color on #E0E0ED background.