COLOR #E1E0EB

HEX: #E1E0EB
RGB: (225,224,235)

Color info

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

RGB color model

#E1E0EB color RGB value is (225,224,235).

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

RGB channels and saturation

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

225
224
235

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

Portions of RGB colors in percentages

R + G + B =
225 + 224 + 235 = 684 (100%)
R 225 of 684 ~ 32.89%
G 224 of 684 ~ 32.75%
B 235 of 684 ~ 34.36%

%32.89
%32.75
%34.36

CMYK color model

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

  • cyan value is 4.26%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,5,0,8)
C4M5Y0K8 
(4%,5%,0%,8%)
(0.04/0.05/0.00/0.08)	

CMYK percentages

%4.26
%4.68
%0
%7.84

Codes

Color #E1E0EB in popluar color models

E1E0EB
RGB225224235
HSL245°21.57%90.00%
HSB/HSV245°4.68%92.16%
CMYK4.26%4.68%0.00%
7.84%

Color #E1E0EB in popluar number systems.

HEXE1E0EB
Decimal225224235
Binary111000011110000011101011
Octal341340353

Shades and tints

Shades of #E1E0EB

#E1E0EB
(225,224,235)
#CDCCD6
(205,204,214)
#B9B8C1
(185,184,193)
#A5A4AC
(165,164,172)
#919097
(145,144,151)
#7D7C82
(125,124,130)
#69686D
(105,104,109)
#555458
(85,84,88)
#414043
(65,64,67)
#2D2C2E
(45,44,46)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1E0EB

#E1E0EB
(225,224,235)
#E3E2EC
(227,226,236)
#E5E4ED
(229,228,237)
#E7E6EE
(231,230,238)
#E9E8EF
(233,232,239)
#EBEAF0
(235,234,240)
#EDECF1
(237,236,241)
#EFEEF2
(239,238,242)
#F1F0F3
(241,240,243)
#F3F2F4
(243,242,244)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E0EB; }

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

This text font color is #E1E0EB.


Background Color

.myBgColor { background-color: #E1E0EB; }

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

This div background color is #E1E0EB.


Border color

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

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

This div border color is #E1E0EB.


Opacity

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

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

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

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

This text has shadow with #E1E0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E0EB on black background.


Color preview on white background

This text has color #E1E0EB on white background.



Black color preview on #E1E0EB background

This text has black color on #E1E0EB background.


White color preview on #E1E0EB background

This text has white color on #E1E0EB background.