COLOR #E9FAF7

HEX: #E9FAF7
RGB: (233,250,247)

Color info

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

RGB color model

#E9FAF7 color RGB value is (233,250,247).

  • red value is 233;
  • green value is 250;
  • blue value is 247.
RGB:
(233,250,247)
(91%,98%,97%)

RGB channels and saturation

R 233 of 255 = 91%
G 250 of 255 = 98%
B 247 of 255 = 97%

233
250
247

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

Portions of RGB colors in percentages

R + G + B =
233 + 250 + 247 = 730 (100%)
R 233 of 730 ~ 31.92%
G 250 of 730 ~ 34.25%
B 247 of 730 ~ 33.84%

%31.92
%34.25
%33.84

CMYK color model

#E9FAF7 color CMYK value is (7,0,1,2).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 1.20%
  • key color value is 1.96%
CMYK:
(7,0,1,2)
C7M0Y1K2 
(7%,0%,1%,2%)
(0.07/0.00/0.01/0.02)	

CMYK percentages

%6.8
%0
%1.2
%1.96

Codes

Color #E9FAF7 in popluar color models

E9FAF7
RGB233250247
HSL169°62.96%94.71%
HSB/HSV169°6.80%98.04%
CMYK6.80%0.00%1.20%
1.96%

Color #E9FAF7 in popluar number systems.

HEXE9FAF7
Decimal233250247
Binary111010011111101011110111
Octal351372367

Shades and tints

Shades of #E9FAF7

#E9FAF7
(233,250,247)
#D4E4E1
(212,228,225)
#BFCECB
(191,206,203)
#AAB8B5
(170,184,181)
#95A29F
(149,162,159)
#808C89
(128,140,137)
#6B7673
(107,118,115)
#56605D
(86,96,93)
#414A47
(65,74,71)
#2C3431
(44,52,49)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #E9FAF7

#E9FAF7
(233,250,247)
#EBFAF7
(235,250,247)
#EDFAF7
(237,250,247)
#EFFAF7
(239,250,247)
#F1FAF7
(241,250,247)
#F3FAF7
(243,250,247)
#F5FAF7
(245,250,247)
#F7FAF7
(247,250,247)
#F9FAF7
(249,250,247)
#FBFAF7
(251,250,247)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FAF7 color. Also use rgb(233,250,247) instead hex code.

Text Font Color

.myTextColor { color: #E9FAF7; }

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

This text font color is #E9FAF7.


Background Color

.myBgColor { background-color: #E9FAF7; }

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

This div background color is #E9FAF7.


Border color

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

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

This div border color is #E9FAF7.


Opacity

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

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

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

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

This text has shadow with #E9FAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FAF7 on black background.


Color preview on white background

This text has color #E9FAF7 on white background.



Black color preview on #E9FAF7 background

This text has black color on #E9FAF7 background.


White color preview on #E9FAF7 background

This text has white color on #E9FAF7 background.