COLOR #E0E0EC

HEX: #E0E0EC
RGB: (224,224,236)

Color info

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

RGB color model

#E0E0EC color RGB value is (224,224,236).

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

RGB channels and saturation

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

224
224
236

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

Portions of RGB colors in percentages

R + G + B =
224 + 224 + 236 = 684 (100%)
R 224 of 684 ~ 32.75%
G 224 of 684 ~ 32.75%
B 236 of 684 ~ 34.5%

%32.75
%32.75
%34.5

CMYK color model

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

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

CMYK percentages

%5.08
%5.08
%0
%7.45

Codes

Color #E0E0EC in popluar color models

E0E0EC
RGB224224236
HSL240°24.00%90.20%
HSB/HSV240°5.08%92.55%
CMYK5.08%5.08%0.00%
7.45%

Color #E0E0EC in popluar number systems.

HEXE0E0EC
Decimal224224236
Binary111000001110000011101100
Octal340340354

Shades and tints

Shades of #E0E0EC

#E0E0EC
(224,224,236)
#CCCCD7
(204,204,215)
#B8B8C2
(184,184,194)
#A4A4AD
(164,164,173)
#909098
(144,144,152)
#7C7C83
(124,124,131)
#68686E
(104,104,110)
#545459
(84,84,89)
#404044
(64,64,68)
#2C2C2F
(44,44,47)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #E0E0EC

#E0E0EC
(224,224,236)
#E2E2ED
(226,226,237)
#E4E4EE
(228,228,238)
#E6E6EF
(230,230,239)
#E8E8F0
(232,232,240)
#EAEAF1
(234,234,241)
#ECECF2
(236,236,242)
#EEEEF3
(238,238,243)
#F0F0F4
(240,240,244)
#F2F2F5
(242,242,245)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E0EC; }

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

This text font color is #E0E0EC.


Background Color

.myBgColor { background-color: #E0E0EC; }

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

This div background color is #E0E0EC.


Border color

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

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

This div border color is #E0E0EC.


Opacity

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

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

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

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

This text has shadow with #E0E0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E0EC on black background.


Color preview on white background

This text has color #E0E0EC on white background.



Black color preview on #E0E0EC background

This text has black color on #E0E0EC background.


White color preview on #E0E0EC background

This text has white color on #E0E0EC background.