COLOR #E1E1EF

HEX: #E1E1EF RGB: (225,225,239)

Color info

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

RGB color model

#E1E1EF color RGB value is (225,225,239).

RGB: (225,225,239) (88%, 88%, 94%)

RGB channels and saturation

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

225
225
239

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

Portions of RGB colors in percentages

R + G + B = 225 + 225 + 239 = 689 (100%)
R 225 of 689 ~ 32.66%
G 225 of 689 ~ 32.66%
B 239 of 689 ~ 34.69'%

%32.66
%32.66
%34.69

CMYK color model

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

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

%5.86
%5.86
%0
%6.27

Codes

Color #E1E1EF in popluar color models

E1 E1 EF
RGB 225 225 239
HSL 240° 30.43% 90.98%
HSB/HSV 240° 5.86% 93.73%
CMYK 5.86% 5.86% 0.00%
6.27%

Color #E1E1EF in popluar number systems.

HEX E1 E1 EF
Decimal 225 225 239
Binary 11100001 11100001 11101111
Octal 341 341 357

Shades and tints

Shades of #E1E1EF

#E1E1EF
(225,225,239)
#CDCDDA
(205,205,218)
#B9B9C5
(185,185,197)
#A5A5B0
(165,165,176)
#91919B
(145,145,155)
#7D7D86
(125,125,134)
#696971
(105,105,113)
#55555C
(85,85,92)
#414147
(65,65,71)
#2D2D32
(45,45,50)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #E1E1EF

#E1E1EF
(225,225,239)
#E3E3F0
(227,227,240)
#E5E5F1
(229,229,241)
#E7E7F2
(231,231,242)
#E9E9F3
(233,233,243)
#EBEBF4
(235,235,244)
#EDEDF5
(237,237,245)
#EFEFF6
(239,239,246)
#F1F1F7
(241,241,247)
#F3F3F8
(243,243,248)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E1EF; }

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

This text font color is #E1E1EF.

Background Color

.myBgColor { background-color: #E1E1EF; }

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

This div background color is #E1E1EF.

Border color

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

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

This div border color is #E1E1EF.

Opacity

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

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

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

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

This text has shadow with #E1E1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E1EF.

Preview

Color preview on black background

This text has color #E1E1EF on black background.


Color preview on white background

This text has color #E1E1EF on white background.


Black color preview on #E1E1EF background

This text has black color on #E1E1EF background.


White color preview on #E1E1EF background

This text has white color on #E1E1EF background.


Related colors

Complementary color

Complementary color for #hex is #1E1E10.


I love getcolorcode.com