COLOR #E1E0EF

HEX: #E1E0EF
RGB: (225,224,239)

Color info

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

RGB color model

#E1E0EF color RGB value is (225,224,239).

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

RGB channels and saturation

R 225 of 255 = 88%
G 224 of 255 = 88%
B 239 of 255 = 94%

225
224
239

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

Portions of RGB colors in percentages

R + G + B =
225 + 224 + 239 = 688 (100%)
R 225 of 688 ~ 32.7%
G 224 of 688 ~ 32.56%
B 239 of 688 ~ 34.74%

%32.7
%32.56
%34.74

CMYK color model

#E1E0EF color CMYK value is (6,6,0,6).

  • cyan value is 5.86%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,6,0,6)
C6M6Y0K6 
(6%,6%,0%,6%)
(0.06/0.06/0.00/0.06)	

CMYK percentages

%5.86
%6.28
%0
%6.27

Codes

Color #E1E0EF in popluar color models

E1E0EF
RGB225224239
HSL244°31.91%90.78%
HSB/HSV244°6.28%93.73%
CMYK5.86%6.28%0.00%
6.27%

Color #E1E0EF in popluar number systems.

HEXE1E0EF
Decimal225224239
Binary111000011110000011101111
Octal341340357

Shades and tints

Shades of #E1E0EF

#E1E0EF
(225,224,239)
#CDCCDA
(205,204,218)
#B9B8C5
(185,184,197)
#A5A4B0
(165,164,176)
#91909B
(145,144,155)
#7D7C86
(125,124,134)
#696871
(105,104,113)
#55545C
(85,84,92)
#414047
(65,64,71)
#2D2C32
(45,44,50)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #E1E0EF

#E1E0EF
(225,224,239)
#E3E2F0
(227,226,240)
#E5E4F1
(229,228,241)
#E7E6F2
(231,230,242)
#E9E8F3
(233,232,243)
#EBEAF4
(235,234,244)
#EDECF5
(237,236,245)
#EFEEF6
(239,238,246)
#F1F0F7
(241,240,247)
#F3F2F8
(243,242,248)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E0EF; }

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

This text font color is #E1E0EF.


Background Color

.myBgColor { background-color: #E1E0EF; }

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

This div background color is #E1E0EF.


Border color

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

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

This div border color is #E1E0EF.


Opacity

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

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

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

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

This text has shadow with #E1E0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E0EF on black background.


Color preview on white background

This text has color #E1E0EF on white background.



Black color preview on #E1E0EF background

This text has black color on #E1E0EF background.


White color preview on #E1E0EF background

This text has white color on #E1E0EF background.