COLOR #E9F2FB

HEX: #E9F2FB
RGB: (233,242,251)

Color info

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

RGB color model

#E9F2FB color RGB value is (233,242,251).

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

RGB channels and saturation

R 233 of 255 = 91%
G 242 of 255 = 95%
B 251 of 255 = 98%

233
242
251

R + G + B ~ 95%. #E9F2FB is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 242 + 251 = 726 (100%)
R 233 of 726 ~ 32.09%
G 242 of 726 ~ 33.33%
B 251 of 726 ~ 34.57%

%32.09
%33.33
%34.57

CMYK color model

#E9F2FB color CMYK value is (7,4,0,2).

  • cyan value is 7.17%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(7,4,0,2)
C7M4Y0K2 
(7%,4%,0%,2%)
(0.07/0.04/0.00/0.02)	

CMYK percentages

%7.17
%3.59
%0
%1.57

Codes

Color #E9F2FB in popluar color models

E9F2FB
RGB233242251
HSL210°69.23%94.90%
HSB/HSV210°7.17%98.43%
CMYK7.17%3.59%0.00%
1.57%

Color #E9F2FB in popluar number systems.

HEXE9F2FB
Decimal233242251
Binary111010011111001011111011
Octal351362373

Shades and tints

Shades of #E9F2FB

#E9F2FB
(233,242,251)
#D4DCE5
(212,220,229)
#BFC6CF
(191,198,207)
#AAB0B9
(170,176,185)
#959AA3
(149,154,163)
#80848D
(128,132,141)
#6B6E77
(107,110,119)
#565861
(86,88,97)
#41424B
(65,66,75)
#2C2C35
(44,44,53)
#17161F
(23,22,31)
#000000
(0,0,0)

Tints of #E9F2FB

#E9F2FB
(233,242,251)
#EBF3FB
(235,243,251)
#EDF4FB
(237,244,251)
#EFF5FB
(239,245,251)
#F1F6FB
(241,246,251)
#F3F7FB
(243,247,251)
#F5F8FB
(245,248,251)
#F7F9FB
(247,249,251)
#F9FAFB
(249,250,251)
#FBFBFB
(251,251,251)
#FDFCFB
(253,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F2FB; }

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

This text font color is #E9F2FB.


Background Color

.myBgColor { background-color: #E9F2FB; }

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

This div background color is #E9F2FB.


Border color

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

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

This div border color is #E9F2FB.


Opacity

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

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

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

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

This text has shadow with #E9F2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F2FB on black background.


Color preview on white background

This text has color #E9F2FB on white background.



Black color preview on #E9F2FB background

This text has black color on #E9F2FB background.


White color preview on #E9F2FB background

This text has white color on #E9F2FB background.