COLOR #E9F4FD

HEX: #E9F4FD
RGB: (233,244,253)

Color info

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

RGB color model

#E9F4FD color RGB value is (233,244,253).

  • red value is 233;
  • green value is 244;
  • blue value is 253.
RGB:
(233,244,253)
(91%,96%,99%)

RGB channels and saturation

R 233 of 255 = 91%
G 244 of 255 = 96%
B 253 of 255 = 99%

233
244
253

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

Portions of RGB colors in percentages

R + G + B =
233 + 244 + 253 = 730 (100%)
R 233 of 730 ~ 31.92%
G 244 of 730 ~ 33.42%
B 253 of 730 ~ 34.66%

%31.92
%33.42
%34.66

CMYK color model

#E9F4FD color CMYK value is (8,4,0,1).

  • cyan value is 7.91%
  • magenta value is 3.56%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,4,0,1)
C8M4Y0K1 
(8%,4%,0%,1%)
(0.08/0.04/0.00/0.01)	

CMYK percentages

%7.91
%3.56
%0
%0.78

Codes

Color #E9F4FD in popluar color models

E9F4FD
RGB233244253
HSL207°83.33%95.29%
HSB/HSV207°7.91%99.22%
CMYK7.91%3.56%0.00%
0.78%

Color #E9F4FD in popluar number systems.

HEXE9F4FD
Decimal233244253
Binary111010011111010011111101
Octal351364375

Shades and tints

Shades of #E9F4FD

#E9F4FD
(233,244,253)
#D4DEE6
(212,222,230)
#BFC8CF
(191,200,207)
#AAB2B8
(170,178,184)
#959CA1
(149,156,161)
#80868A
(128,134,138)
#6B7073
(107,112,115)
#565A5C
(86,90,92)
#414445
(65,68,69)
#2C2E2E
(44,46,46)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #E9F4FD

#E9F4FD
(233,244,253)
#EBF5FD
(235,245,253)
#EDF6FD
(237,246,253)
#EFF7FD
(239,247,253)
#F1F8FD
(241,248,253)
#F3F9FD
(243,249,253)
#F5FAFD
(245,250,253)
#F7FBFD
(247,251,253)
#F9FCFD
(249,252,253)
#FBFDFD
(251,253,253)
#FDFEFD
(253,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F4FD color. Also use rgb(233,244,253) instead hex code.

Text Font Color

.myTextColor { color: #E9F4FD; }

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

This text font color is #E9F4FD.


Background Color

.myBgColor { background-color: #E9F4FD; }

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

This div background color is #E9F4FD.


Border color

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

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

This div border color is #E9F4FD.


Opacity

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

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

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

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

This text has shadow with #E9F4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F4FD on black background.


Color preview on white background

This text has color #E9F4FD on white background.



Black color preview on #E9F4FD background

This text has black color on #E9F4FD background.


White color preview on #E9F4FD background

This text has white color on #E9F4FD background.