COLOR #E0E1EF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

224
225
239

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

Portions of RGB colors in percentages

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

%32.56
%32.7
%34.74

CMYK color model

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

  • cyan value is 6.28%
  • magenta value is 5.86%
  • 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

%6.28
%5.86
%0
%6.27

Codes

Color #E0E1EF in popluar color models

E0E1EF
RGB224225239
HSL236°31.91%90.78%
HSB/HSV236°6.28%93.73%
CMYK6.28%5.86%0.00%
6.27%

Color #E0E1EF in popluar number systems.

HEXE0E1EF
Decimal224225239
Binary111000001110000111101111
Octal340341357

Shades and tints

Shades of #E0E1EF

#E0E1EF
(224,225,239)
#CCCDDA
(204,205,218)
#B8B9C5
(184,185,197)
#A4A5B0
(164,165,176)
#90919B
(144,145,155)
#7C7D86
(124,125,134)
#686971
(104,105,113)
#54555C
(84,85,92)
#404147
(64,65,71)
#2C2D32
(44,45,50)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #E0E1EF

#E0E1EF
(224,225,239)
#E2E3F0
(226,227,240)
#E4E5F1
(228,229,241)
#E6E7F2
(230,231,242)
#E8E9F3
(232,233,243)
#EAEBF4
(234,235,244)
#ECEDF5
(236,237,245)
#EEEFF6
(238,239,246)
#F0F1F7
(240,241,247)
#F2F3F8
(242,243,248)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E1EF; }

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

This text font color is #E0E1EF.


Background Color

.myBgColor { background-color: #E0E1EF; }

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

This div background color is #E0E1EF.


Border color

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

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

This div border color is #E0E1EF.


Opacity

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

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

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

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

This text has shadow with #E0E1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E1EF on black background.


Color preview on white background

This text has color #E0E1EF on white background.



Black color preview on #E0E1EF background

This text has black color on #E0E1EF background.


White color preview on #E0E1EF background

This text has white color on #E0E1EF background.