COLOR #E9FDF9

HEX: #E9FDF9
RGB: (233,253,249)

Color info

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

RGB color model

#E9FDF9 color RGB value is (233,253,249).

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

RGB channels and saturation

R 233 of 255 = 91%
G 253 of 255 = 99%
B 249 of 255 = 98%

233
253
249

R + G + B ~ 96%. #E9FDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 253 + 249 = 735 (100%)
R 233 of 735 ~ 31.7%
G 253 of 735 ~ 34.42%
B 249 of 735 ~ 33.88%

%31.7
%34.42
%33.88

CMYK color model

#E9FDF9 color CMYK value is (8,0,2,1).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK:
(8,0,2,1)
C8M0Y2K1 
(8%,0%,2%,1%)
(0.08/0.00/0.02/0.01)	

CMYK percentages

%7.91
%0
%1.58
%0.78

Codes

Color #E9FDF9 in popluar color models

E9FDF9
RGB233253249
HSL168°83.33%95.29%
HSB/HSV168°7.91%99.22%
CMYK7.91%0.00%1.58%
0.78%

Color #E9FDF9 in popluar number systems.

HEXE9FDF9
Decimal233253249
Binary111010011111110111111001
Octal351375371

Shades and tints

Shades of #E9FDF9

#E9FDF9
(233,253,249)
#D4E6E3
(212,230,227)
#BFCFCD
(191,207,205)
#AAB8B7
(170,184,183)
#95A1A1
(149,161,161)
#808A8B
(128,138,139)
#6B7375
(107,115,117)
#565C5F
(86,92,95)
#414549
(65,69,73)
#2C2E33
(44,46,51)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #E9FDF9

#E9FDF9
(233,253,249)
#EBFDF9
(235,253,249)
#EDFDF9
(237,253,249)
#EFFDF9
(239,253,249)
#F1FDF9
(241,253,249)
#F3FDF9
(243,253,249)
#F5FDF9
(245,253,249)
#F7FDF9
(247,253,249)
#F9FDF9
(249,253,249)
#FBFDF9
(251,253,249)
#FDFDF9
(253,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FDF9; }

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

This text font color is #E9FDF9.


Background Color

.myBgColor { background-color: #E9FDF9; }

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

This div background color is #E9FDF9.


Border color

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

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

This div border color is #E9FDF9.


Opacity

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

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

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

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

This text has shadow with #E9FDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FDF9 on black background.


Color preview on white background

This text has color #E9FDF9 on white background.



Black color preview on #E9FDF9 background

This text has black color on #E9FDF9 background.


White color preview on #E9FDF9 background

This text has white color on #E9FDF9 background.