COLOR #E9F0FB

HEX: #E9F0FB
RGB: (233,240,251)

Color info

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

RGB color model

#E9F0FB color RGB value is (233,240,251).

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

RGB channels and saturation

R 233 of 255 = 91%
G 240 of 255 = 94%
B 251 of 255 = 98%

233
240
251

R + G + B ~ 94%. #E9F0FB is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 240 + 251 = 724 (100%)
R 233 of 724 ~ 32.18%
G 240 of 724 ~ 33.15%
B 251 of 724 ~ 34.67%

%32.18
%33.15
%34.67

CMYK color model

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

  • cyan value is 7.17%
  • magenta value is 4.38%
  • 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
%4.38
%0
%1.57

Codes

Color #E9F0FB in popluar color models

E9F0FB
RGB233240251
HSL217°69.23%94.90%
HSB/HSV217°7.17%98.43%
CMYK7.17%4.38%0.00%
1.57%

Color #E9F0FB in popluar number systems.

HEXE9F0FB
Decimal233240251
Binary111010011111000011111011
Octal351360373

Shades and tints

Shades of #E9F0FB

#E9F0FB
(233,240,251)
#D4DBE5
(212,219,229)
#BFC6CF
(191,198,207)
#AAB1B9
(170,177,185)
#959CA3
(149,156,163)
#80878D
(128,135,141)
#6B7277
(107,114,119)
#565D61
(86,93,97)
#41484B
(65,72,75)
#2C3335
(44,51,53)
#171E1F
(23,30,31)
#000000
(0,0,0)

Tints of #E9F0FB

#E9F0FB
(233,240,251)
#EBF1FB
(235,241,251)
#EDF2FB
(237,242,251)
#EFF3FB
(239,243,251)
#F1F4FB
(241,244,251)
#F3F5FB
(243,245,251)
#F5F6FB
(245,246,251)
#F7F7FB
(247,247,251)
#F9F8FB
(249,248,251)
#FBF9FB
(251,249,251)
#FDFAFB
(253,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F0FB; }

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

This text font color is #E9F0FB.


Background Color

.myBgColor { background-color: #E9F0FB; }

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

This div background color is #E9F0FB.


Border color

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

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

This div border color is #E9F0FB.


Opacity

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

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

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

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

This text has shadow with #E9F0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F0FB on black background.


Color preview on white background

This text has color #E9F0FB on white background.



Black color preview on #E9F0FB background

This text has black color on #E9F0FB background.


White color preview on #E9F0FB background

This text has white color on #E9F0FB background.