COLOR #E9FAFD

HEX: #E9FAFD RGB: (233,250,253)

Color info

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

RGB color model

#E9FAFD color RGB value is (233,250,253).

RGB: (233,250,253) (91%, 98%, 99%)

RGB channels and saturation

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

233
250
253

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

Portions of RGB colors in percentages

R + G + B = 233 + 250 + 253 = 736 (100%)
R 233 of 736 ~ 31.66%
G 250 of 736 ~ 33.97%
B 253 of 736 ~ 34.38'%

%31.66
%33.97
%34.38

CMYK color model

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

  • cyan value is 7.91%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (8,1,0,1)
C8M1Y0K1 (8%, 1%, 0%, 1%)
(0.08 / 0.01 / 0.00 / 0.01)

CMYK percentages

%7.91
%1.19
%0
%0.78

Codes

Color #E9FAFD in popluar color models

E9 FA FD
RGB 233 250 253
HSL 189° 83.33% 95.29%
HSB/HSV 189° 7.91% 99.22%
CMYK 7.91% 1.19% 0.00%
0.78%

Color #E9FAFD in popluar number systems.

HEX E9 FA FD
Decimal 233 250 253
Binary 11101001 11111010 11111101
Octal 351 372 375

Shades and tints

Shades of #E9FAFD

#E9FAFD
(233,250,253)
#D4E4E6
(212,228,230)
#BFCECF
(191,206,207)
#AAB8B8
(170,184,184)
#95A2A1
(149,162,161)
#808C8A
(128,140,138)
#6B7673
(107,118,115)
#56605C
(86,96,92)
#414A45
(65,74,69)
#2C342E
(44,52,46)
#171E17
(23,30,23)
#000000
(0,0,0)

Tints of #E9FAFD

#E9FAFD
(233,250,253)
#EBFAFD
(235,250,253)
#EDFAFD
(237,250,253)
#EFFAFD
(239,250,253)
#F1FAFD
(241,250,253)
#F3FAFD
(243,250,253)
#F5FAFD
(245,250,253)
#F7FAFD
(247,250,253)
#F9FAFD
(249,250,253)
#FBFAFD
(251,250,253)
#FDFAFD
(253,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FAFD; }

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

This text font color is #E9FAFD.

Background Color

.myBgColor { background-color: #E9FAFD; }

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

This div background color is #E9FAFD.

Border color

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

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

This div border color is #E9FAFD.

Opacity

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

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

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

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

This text has shadow with #E9FAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FAFD.

Preview

Color preview on black background

This text has color #E9FAFD on black background.


Color preview on white background

This text has color #E9FAFD on white background.


Black color preview on #E9FAFD background

This text has black color on #E9FAFD background.


White color preview on #E9FAFD background

This text has white color on #E9FAFD background.


Related colors

Complementary color

Complementary color for #hex is #160502.


I love getcolorcode.com

Triadic colors

1 #FDE9FA and #FAFDE9 with #E9FAFD are triadic colors.

2 #FDFAE9 and #FAE9FD with #E9FAFD are triadic colors.