COLOR #E9EEF0

HEX: #E9EEF0
RGB: (233,238,240)

Color info

#E9EEF0 contains red, green and blue colors in about the same proportion. Web safe color of #E9EEF0 is #FFFFFF (or #FFF).

RGB color model

#E9EEF0 color RGB value is (233,238,240).

  • red value is 233;
  • green value is 238;
  • blue value is 240.
RGB:
(233,238,240)
(91%,93%,94%)

RGB channels and saturation

R 233 of 255 = 91%
G 238 of 255 = 93%
B 240 of 255 = 94%

233
238
240

R + G + B ~ 93%. #E9EEF0 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 238 + 240 = 711 (100%)
R 233 of 711 ~ 32.77%
G 238 of 711 ~ 33.47%
B 240 of 711 ~ 33.76%

%32.77
%33.47
%33.76

CMYK color model

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

  • cyan value is 2.92%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(3,1,0,6)
C3M1Y0K6 
(3%,1%,0%,6%)
(0.03/0.01/0.00/0.06)	

CMYK percentages

%2.92
%0.83
%0
%5.88

Codes

Color #E9EEF0 in popluar color models

E9EEF0
RGB233238240
HSL197°18.92%92.75%
HSB/HSV197°2.92%94.12%
CMYK2.92%0.83%0.00%
5.88%

Color #E9EEF0 in popluar number systems.

HEXE9EEF0
Decimal233238240
Binary111010011110111011110000
Octal351356360

Shades and tints

Shades of #E9EEF0

#E9EEF0
(233,238,240)
#D4D9DB
(212,217,219)
#BFC4C6
(191,196,198)
#AAAFB1
(170,175,177)
#959A9C
(149,154,156)
#808587
(128,133,135)
#6B7072
(107,112,114)
#565B5D
(86,91,93)
#414648
(65,70,72)
#2C3133
(44,49,51)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #E9EEF0

#E9EEF0
(233,238,240)
#EBEFF1
(235,239,241)
#EDF0F2
(237,240,242)
#EFF1F3
(239,241,243)
#F1F2F4
(241,242,244)
#F3F3F5
(243,243,245)
#F5F4F6
(245,244,246)
#F7F5F7
(247,245,247)
#F9F6F8
(249,246,248)
#FBF7F9
(251,247,249)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EEF0; }

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

This text font color is #E9EEF0.


Background Color

.myBgColor { background-color: #E9EEF0; }

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

This div background color is #E9EEF0.


Border color

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

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

This div border color is #E9EEF0.


Opacity

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

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

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

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

This text has shadow with #E9EEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EEF0 on black background.


Color preview on white background

This text has color #E9EEF0 on white background.



Black color preview on #E9EEF0 background

This text has black color on #E9EEF0 background.


White color preview on #E9EEF0 background

This text has white color on #E9EEF0 background.