COLOR #E9ECF2

HEX: #E9ECF2
RGB: (233,236,242)

Color info

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

RGB color model

#E9ECF2 color RGB value is (233,236,242).

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

RGB channels and saturation

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

233
236
242

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

Portions of RGB colors in percentages

R + G + B =
233 + 236 + 242 = 711 (100%)
R 233 of 711 ~ 32.77%
G 236 of 711 ~ 33.19%
B 242 of 711 ~ 34.04%

%32.77
%33.19
%34.04

CMYK color model

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

  • cyan value is 3.72%
  • magenta value is 2.48%
  • 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
%2.48
%0
%5.1

Codes

Color #E9ECF2 in popluar color models

E9ECF2
RGB233236242
HSL220°25.71%93.14%
HSB/HSV220°3.72%94.90%
CMYK3.72%2.48%0.00%
5.10%

Color #E9ECF2 in popluar number systems.

HEXE9ECF2
Decimal233236242
Binary111010011110110011110010
Octal351354362

Shades and tints

Shades of #E9ECF2

#E9ECF2
(233,236,242)
#D4D7DC
(212,215,220)
#BFC2C6
(191,194,198)
#AAADB0
(170,173,176)
#95989A
(149,152,154)
#808384
(128,131,132)
#6B6E6E
(107,110,110)
#565958
(86,89,88)
#414442
(65,68,66)
#2C2F2C
(44,47,44)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #E9ECF2

#E9ECF2
(233,236,242)
#EBEDF3
(235,237,243)
#EDEEF4
(237,238,244)
#EFEFF5
(239,239,245)
#F1F0F6
(241,240,246)
#F3F1F7
(243,241,247)
#F5F2F8
(245,242,248)
#F7F3F9
(247,243,249)
#F9F4FA
(249,244,250)
#FBF5FB
(251,245,251)
#FDF6FC
(253,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9ECF2; }

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

This text font color is #E9ECF2.


Background Color

.myBgColor { background-color: #E9ECF2; }

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

This div background color is #E9ECF2.


Border color

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

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

This div border color is #E9ECF2.


Opacity

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

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

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

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

This text has shadow with #E9ECF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9ECF2 on black background.


Color preview on white background

This text has color #E9ECF2 on white background.



Black color preview on #E9ECF2 background

This text has black color on #E9ECF2 background.


White color preview on #E9ECF2 background

This text has white color on #E9ECF2 background.