COLOR #E1E0EA

HEX: #E1E0EA
RGB: (225,224,234)

Color info

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

RGB color model

#E1E0EA color RGB value is (225,224,234).

  • red value is 225;
  • green value is 224;
  • blue value is 234.
RGB:
(225,224,234)
(88%,88%,92%)

RGB channels and saturation

R 225 of 255 = 88%
G 224 of 255 = 88%
B 234 of 255 = 92%

225
224
234

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

Portions of RGB colors in percentages

R + G + B =
225 + 224 + 234 = 683 (100%)
R 225 of 683 ~ 32.94%
G 224 of 683 ~ 32.8%
B 234 of 683 ~ 34.26%

%32.94
%32.8
%34.26

CMYK color model

#E1E0EA color CMYK value is (4,4,0,8).

  • cyan value is 3.85%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(4,4,0,8)
C4M4Y0K8 
(4%,4%,0%,8%)
(0.04/0.04/0.00/0.08)	

CMYK percentages

%3.85
%4.27
%0
%8.24

Codes

Color #E1E0EA in popluar color models

E1E0EA
RGB225224234
HSL246°19.23%89.80%
HSB/HSV246°4.27%91.76%
CMYK3.85%4.27%0.00%
8.24%

Color #E1E0EA in popluar number systems.

HEXE1E0EA
Decimal225224234
Binary111000011110000011101010
Octal341340352

Shades and tints

Shades of #E1E0EA

#E1E0EA
(225,224,234)
#CDCCD5
(205,204,213)
#B9B8C0
(185,184,192)
#A5A4AB
(165,164,171)
#919096
(145,144,150)
#7D7C81
(125,124,129)
#69686C
(105,104,108)
#555457
(85,84,87)
#414042
(65,64,66)
#2D2C2D
(45,44,45)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #E1E0EA

#E1E0EA
(225,224,234)
#E3E2EB
(227,226,235)
#E5E4EC
(229,228,236)
#E7E6ED
(231,230,237)
#E9E8EE
(233,232,238)
#EBEAEF
(235,234,239)
#EDECF0
(237,236,240)
#EFEEF1
(239,238,241)
#F1F0F2
(241,240,242)
#F3F2F3
(243,242,243)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E0EA; }

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

This text font color is #E1E0EA.


Background Color

.myBgColor { background-color: #E1E0EA; }

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

This div background color is #E1E0EA.


Border color

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

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

This div border color is #E1E0EA.


Opacity

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

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

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

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

This text has shadow with #E1E0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E0EA on black background.


Color preview on white background

This text has color #E1E0EA on white background.



Black color preview on #E1E0EA background

This text has black color on #E1E0EA background.


White color preview on #E1E0EA background

This text has white color on #E1E0EA background.