COLOR #E1E9EF

HEX: #E1E9EF
RGB: (225,233,239)

Color info

#E1E9EF contains red, green and blue colors in about the same proportion. Web safe color of #E1E9EF is #CCFFFF (or #CFF).

RGB color model

#E1E9EF color RGB value is (225,233,239).

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

RGB channels and saturation

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

225
233
239

R + G + B ~ 91%. #E1E9EF is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 233 + 239 = 697 (100%)
R 225 of 697 ~ 32.28%
G 233 of 697 ~ 33.43%
B 239 of 697 ~ 34.29%

%32.28
%33.43
%34.29

CMYK color model

#E1E9EF color CMYK value is (6,3,0,6).

  • cyan value is 5.86%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,3,0,6)
C6M3Y0K6 
(6%,3%,0%,6%)
(0.06/0.03/0.00/0.06)	

CMYK percentages

%5.86
%2.51
%0
%6.27

Codes

Color #E1E9EF in popluar color models

E1E9EF
RGB225233239
HSL206°30.43%90.98%
HSB/HSV206°5.86%93.73%
CMYK5.86%2.51%0.00%
6.27%

Color #E1E9EF in popluar number systems.

HEXE1E9EF
Decimal225233239
Binary111000011110100111101111
Octal341351357

Shades and tints

Shades of #E1E9EF

#E1E9EF
(225,233,239)
#CDD4DA
(205,212,218)
#B9BFC5
(185,191,197)
#A5AAB0
(165,170,176)
#91959B
(145,149,155)
#7D8086
(125,128,134)
#696B71
(105,107,113)
#55565C
(85,86,92)
#414147
(65,65,71)
#2D2C32
(45,44,50)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #E1E9EF

#E1E9EF
(225,233,239)
#E3EBF0
(227,235,240)
#E5EDF1
(229,237,241)
#E7EFF2
(231,239,242)
#E9F1F3
(233,241,243)
#EBF3F4
(235,243,244)
#EDF5F5
(237,245,245)
#EFF7F6
(239,247,246)
#F1F9F7
(241,249,247)
#F3FBF8
(243,251,248)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E9EF; }

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

This text font color is #E1E9EF.


Background Color

.myBgColor { background-color: #E1E9EF; }

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

This div background color is #E1E9EF.


Border color

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

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

This div border color is #E1E9EF.


Opacity

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

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

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

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

This text has shadow with #E1E9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E9EF on black background.


Color preview on white background

This text has color #E1E9EF on white background.



Black color preview on #E1E9EF background

This text has black color on #E1E9EF background.


White color preview on #E1E9EF background

This text has white color on #E1E9EF background.