COLOR #E9FAF3

HEX: #E9FAF3
RGB: (233,250,243)

Color info

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

RGB color model

#E9FAF3 color RGB value is (233,250,243).

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

RGB channels and saturation

R 233 of 255 = 91%
G 250 of 255 = 98%
B 243 of 255 = 95%

233
250
243

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

Portions of RGB colors in percentages

R + G + B =
233 + 250 + 243 = 726 (100%)
R 233 of 726 ~ 32.09%
G 250 of 726 ~ 34.44%
B 243 of 726 ~ 33.47%

%32.09
%34.44
%33.47

CMYK color model

#E9FAF3 color CMYK value is (7,0,3,2).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 1.96%
CMYK:
(7,0,3,2)
C7M0Y3K2 
(7%,0%,3%,2%)
(0.07/0.00/0.03/0.02)	

CMYK percentages

%6.8
%0
%2.8
%1.96

Codes

Color #E9FAF3 in popluar color models

E9FAF3
RGB233250243
HSL155°62.96%94.71%
HSB/HSV155°6.80%98.04%
CMYK6.80%0.00%2.80%
1.96%

Color #E9FAF3 in popluar number systems.

HEXE9FAF3
Decimal233250243
Binary111010011111101011110011
Octal351372363

Shades and tints

Shades of #E9FAF3

#E9FAF3
(233,250,243)
#D4E4DD
(212,228,221)
#BFCEC7
(191,206,199)
#AAB8B1
(170,184,177)
#95A29B
(149,162,155)
#808C85
(128,140,133)
#6B766F
(107,118,111)
#566059
(86,96,89)
#414A43
(65,74,67)
#2C342D
(44,52,45)
#171E17
(23,30,23)
#000000
(0,0,0)

Tints of #E9FAF3

#E9FAF3
(233,250,243)
#EBFAF4
(235,250,244)
#EDFAF5
(237,250,245)
#EFFAF6
(239,250,246)
#F1FAF7
(241,250,247)
#F3FAF8
(243,250,248)
#F5FAF9
(245,250,249)
#F7FAFA
(247,250,250)
#F9FAFB
(249,250,251)
#FBFAFC
(251,250,252)
#FDFAFD
(253,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FAF3; }

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

This text font color is #E9FAF3.


Background Color

.myBgColor { background-color: #E9FAF3; }

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

This div background color is #E9FAF3.


Border color

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

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

This div border color is #E9FAF3.


Opacity

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

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

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

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

This text has shadow with #E9FAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FAF3 on black background.


Color preview on white background

This text has color #E9FAF3 on white background.



Black color preview on #E9FAF3 background

This text has black color on #E9FAF3 background.


White color preview on #E9FAF3 background

This text has white color on #E9FAF3 background.