COLOR #E9EEF2

HEX: #E9EEF2
RGB: (233,238,242)

Color info

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

RGB color model

#E9EEF2 color RGB value is (233,238,242).

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

RGB channels and saturation

R 233 of 255 = 91%
G 238 of 255 = 93%
B 242 of 255 = 95%

233
238
242

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

Portions of RGB colors in percentages

R + G + B =
233 + 238 + 242 = 713 (100%)
R 233 of 713 ~ 32.68%
G 238 of 713 ~ 33.38%
B 242 of 713 ~ 33.94%

%32.68
%33.38
%33.94

CMYK color model

#E9EEF2 color CMYK value is (4,2,0,5).

  • cyan value is 3.72%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(4,2,0,5)
C4M2Y0K5 
(4%,2%,0%,5%)
(0.04/0.02/0.00/0.05)	

CMYK percentages

%3.72
%1.65
%0
%5.1

Codes

Color #E9EEF2 in popluar color models

E9EEF2
RGB233238242
HSL207°25.71%93.14%
HSB/HSV207°3.72%94.90%
CMYK3.72%1.65%0.00%
5.10%

Color #E9EEF2 in popluar number systems.

HEXE9EEF2
Decimal233238242
Binary111010011110111011110010
Octal351356362

Shades and tints

Shades of #E9EEF2

#E9EEF2
(233,238,242)
#D4D9DC
(212,217,220)
#BFC4C6
(191,196,198)
#AAAFB0
(170,175,176)
#959A9A
(149,154,154)
#808584
(128,133,132)
#6B706E
(107,112,110)
#565B58
(86,91,88)
#414642
(65,70,66)
#2C312C
(44,49,44)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #E9EEF2

#E9EEF2
(233,238,242)
#EBEFF3
(235,239,243)
#EDF0F4
(237,240,244)
#EFF1F5
(239,241,245)
#F1F2F6
(241,242,246)
#F3F3F7
(243,243,247)
#F5F4F8
(245,244,248)
#F7F5F9
(247,245,249)
#F9F6FA
(249,246,250)
#FBF7FB
(251,247,251)
#FDF8FC
(253,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EEF2; }

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

This text font color is #E9EEF2.


Background Color

.myBgColor { background-color: #E9EEF2; }

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

This div background color is #E9EEF2.


Border color

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

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

This div border color is #E9EEF2.


Opacity

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

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

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

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

This text has shadow with #E9EEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EEF2 on black background.


Color preview on white background

This text has color #E9EEF2 on white background.



Black color preview on #E9EEF2 background

This text has black color on #E9EEF2 background.


White color preview on #E9EEF2 background

This text has white color on #E9EEF2 background.