COLOR #E0E0EB

HEX: #E0E0EB RGB: (224,224,235)

Color info

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

RGB color model

#E0E0EB color RGB value is (224,224,235).

RGB: (224,224,235) (88%, 88%, 92%)

RGB channels and saturation

R 224 of 255 = 88%
G 224 of 255 = 88%
B 235 of 255 = 92%

224
224
235

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

Portions of RGB colors in percentages

R + G + B = 224 + 224 + 235 = 683 (100%)
R 224 of 683 ~ 32.8%
G 224 of 683 ~ 32.8%
B 235 of 683 ~ 34.41'%

%32.8
%32.8
%34.41

CMYK color model

#E0E0EB color CMYK value is (5,5,0,8).

  • cyan value is 4.68%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (5,5,0,8)
C5M5Y0K8 (5%, 5%, 0%, 8%)
(0.05 / 0.05 / 0.00 / 0.08)

CMYK percentages

%4.68
%4.68
%0
%7.84

Codes

Color #E0E0EB in popluar color models

E0 E0 EB
RGB 224 224 235
HSL 240° 21.57% 90.00%
HSB/HSV 240° 4.68% 92.16%
CMYK 4.68% 4.68% 0.00%
7.84%

Color #E0E0EB in popluar number systems.

HEX E0 E0 EB
Decimal 224 224 235
Binary 11100000 11100000 11101011
Octal 340 340 353

Shades and tints

Shades of #E0E0EB

#E0E0EB
(224,224,235)
#CCCCD6
(204,204,214)
#B8B8C1
(184,184,193)
#A4A4AC
(164,164,172)
#909097
(144,144,151)
#7C7C82
(124,124,130)
#68686D
(104,104,109)
#545458
(84,84,88)
#404043
(64,64,67)
#2C2C2E
(44,44,46)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #E0E0EB

#E0E0EB
(224,224,235)
#E2E2EC
(226,226,236)
#E4E4ED
(228,228,237)
#E6E6EE
(230,230,238)
#E8E8EF
(232,232,239)
#EAEAF0
(234,234,240)
#ECECF1
(236,236,241)
#EEEEF2
(238,238,242)
#F0F0F3
(240,240,243)
#F2F2F4
(242,242,244)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E0EB; }

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

This text font color is #E0E0EB.

Background Color

.myBgColor { background-color: #E0E0EB; }

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

This div background color is #E0E0EB.

Border color

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

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

This div border color is #E0E0EB.

Opacity

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

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

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

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

This text has shadow with #E0E0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E0EB.

Preview

Color preview on black background

This text has color #E0E0EB on black background.


Color preview on white background

This text has color #E0E0EB on white background.


Black color preview on #E0E0EB background

This text has black color on #E0E0EB background.


White color preview on #E0E0EB background

This text has white color on #E0E0EB background.


Related colors

Complementary color

Complementary color for #hex is #1F1F14.


I love getcolorcode.com