COLOR #E1E1EE

HEX: #E1E1EE
RGB: (225,225,238)

Color info

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

RGB color model

#E1E1EE color RGB value is (225,225,238).

  • red value is 225;
  • green value is 225;
  • blue value is 238.
RGB:
(225,225,238)
(88%,88%,93%)

RGB channels and saturation

R 225 of 255 = 88%
G 225 of 255 = 88%
B 238 of 255 = 93%

225
225
238

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

Portions of RGB colors in percentages

R + G + B =
225 + 225 + 238 = 688 (100%)
R 225 of 688 ~ 32.7%
G 225 of 688 ~ 32.7%
B 238 of 688 ~ 34.59%

%32.7
%32.7
%34.59

CMYK color model

#E1E1EE color CMYK value is (5,5,0,7).

  • cyan value is 5.46%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,5,0,7)
C5M5Y0K7 
(5%,5%,0%,7%)
(0.05/0.05/0.00/0.07)	

CMYK percentages

%5.46
%5.46
%0
%6.67

Codes

Color #E1E1EE in popluar color models

E1E1EE
RGB225225238
HSL240°27.66%90.78%
HSB/HSV240°5.46%93.33%
CMYK5.46%5.46%0.00%
6.67%

Color #E1E1EE in popluar number systems.

HEXE1E1EE
Decimal225225238
Binary111000011110000111101110
Octal341341356

Shades and tints

Shades of #E1E1EE

#E1E1EE
(225,225,238)
#CDCDD9
(205,205,217)
#B9B9C4
(185,185,196)
#A5A5AF
(165,165,175)
#91919A
(145,145,154)
#7D7D85
(125,125,133)
#696970
(105,105,112)
#55555B
(85,85,91)
#414146
(65,65,70)
#2D2D31
(45,45,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #E1E1EE

#E1E1EE
(225,225,238)
#E3E3EF
(227,227,239)
#E5E5F0
(229,229,240)
#E7E7F1
(231,231,241)
#E9E9F2
(233,233,242)
#EBEBF3
(235,235,243)
#EDEDF4
(237,237,244)
#EFEFF5
(239,239,245)
#F1F1F6
(241,241,246)
#F3F3F7
(243,243,247)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E1EE; }

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

This text font color is #E1E1EE.


Background Color

.myBgColor { background-color: #E1E1EE; }

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

This div background color is #E1E1EE.


Border color

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

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

This div border color is #E1E1EE.


Opacity

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

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

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

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

This text has shadow with #E1E1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E1EE on black background.


Color preview on white background

This text has color #E1E1EE on white background.



Black color preview on #E1E1EE background

This text has black color on #E1E1EE background.


White color preview on #E1E1EE background

This text has white color on #E1E1EE background.