COLOR #E9FAFF

HEX: #E9FAFF RGB: (233,250,255)

Color info

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

RGB color model

#E9FAFF color RGB value is (233,250,255).

RGB: (233,250,255) (91%, 98%, 100%)

RGB channels and saturation

R 233 of 255 = 91%
G 250 of 255 = 98%
B 255 of 255 = 100%

233
250
255

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

Portions of RGB colors in percentages

R + G + B = 233 + 250 + 255 = 738 (100%)
R 233 of 738 ~ 31.57%
G 250 of 738 ~ 33.88%
B 255 of 738 ~ 34.55'%

%31.57
%33.88
%34.55

CMYK color model

#E9FAFF color CMYK value is (9,2,0,0).

  • cyan value is 8.63%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (9,2,0,0) C9M2Y0K0 (9%,2%,0%,0%) (0.09/0.02/0.00/0.00) 

CMYK percentages

%8.63
%1.96
%0
%0

Codes

Color #E9FAFF in popluar color models

E9 FA FF
RGB 233 250 255
HSL 194° 100.00% 95.69%
HSB/HSV 194° 8.63% 100.00%
CMYK 8.63% 1.96% 0.00%
0.00%

Color #E9FAFF in popluar number systems.

HEX E9 FA FF
Decimal 233 250 255
Binary 11101001 11111010 11111111
Octal 351 372 377

Shades and tints

Shades of #E9FAFF

#E9FAFF
(233,250,255)
#D4E4E8
(212,228,232)
#BFCED1
(191,206,209)
#AAB8BA
(170,184,186)
#95A2A3
(149,162,163)
#808C8C
(128,140,140)
#6B7675
(107,118,117)
#56605E
(86,96,94)
#414A47
(65,74,71)
#2C3430
(44,52,48)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #E9FAFF

#E9FAFF
(233,250,255)
#EBFAFF
(235,250,255)
#EDFAFF
(237,250,255)
#EFFAFF
(239,250,255)
#F1FAFF
(241,250,255)
#F3FAFF
(243,250,255)
#F5FAFF
(245,250,255)
#F7FAFF
(247,250,255)
#F9FAFF
(249,250,255)
#FBFAFF
(251,250,255)
#FDFAFF
(253,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FAFF; }

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

This text font color is #E9FAFF.

Background Color

.myBgColor { background-color: #E9FAFF; }

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

This div background color is #E9FAFF.

Border color

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

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

This div border color is #E9FAFF.

Opacity

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

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

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

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

This text has shadow with #E9FAFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FAFF.

Preview

Color preview on black background

This text has color #E9FAFF on black background.


Color preview on white background

This text has color #E9FAFF on white background.


Black color preview on #E9FAFF background

This text has black color on #E9FAFF background.


White color preview on #E9FAFF background

This text has white color on #E9FAFF background.


Related colors

Complementary color

Complementary color for #hex is #160500.


I love getcolorcode.com

Triadic colors

1 #FFE9FA and #FAFFE9 with #E9FAFF are triadic colors.

2 #FFFAE9 and #FAE9FF with #E9FAFF are triadic colors.