COLOR #E9FAEE

HEX: #E9FAEE RGB: (233,250,238)

Color info

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

RGB color model

#E9FAEE color RGB value is (233,250,238).

RGB: (233,250,238) (91%, 98%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 250 of 255 = 98%
B 238 of 255 = 93%

233
250
238

R + G + B ~ 94%. #E9FAEE is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 250 + 238 = 721 (100%)
R 233 of 721 ~ 32.32%
G 250 of 721 ~ 34.67%
B 238 of 721 ~ 33.01'%

%32.32
%34.67
%33.01

CMYK color model

#E9FAEE color CMYK value is (7,0,5,2).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%

CMYK: (7,0,5,2)
C7M0Y5K2 (7%, 0%, 5%, 2%)
(0.07 / 0.00 / 0.05 / 0.02)

CMYK percentages

%6.8
%0
%4.8
%1.96

Codes

Color #E9FAEE in popluar color models

E9 FA EE
RGB 233 250 238
HSL 138° 62.96% 94.71%
HSB/HSV 138° 6.80% 98.04%
CMYK 6.80% 0.00% 4.80%
1.96%

Color #E9FAEE in popluar number systems.

HEX E9 FA EE
Decimal 233 250 238
Binary 11101001 11111010 11101110
Octal 351 372 356

Shades and tints

Shades of #E9FAEE

#E9FAEE
(233,250,238)
#D4E4D9
(212,228,217)
#BFCEC4
(191,206,196)
#AAB8AF
(170,184,175)
#95A29A
(149,162,154)
#808C85
(128,140,133)
#6B7670
(107,118,112)
#56605B
(86,96,91)
#414A46
(65,74,70)
#2C3431
(44,52,49)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #E9FAEE

#E9FAEE
(233,250,238)
#EBFAEF
(235,250,239)
#EDFAF0
(237,250,240)
#EFFAF1
(239,250,241)
#F1FAF2
(241,250,242)
#F3FAF3
(243,250,243)
#F5FAF4
(245,250,244)
#F7FAF5
(247,250,245)
#F9FAF6
(249,250,246)
#FBFAF7
(251,250,247)
#FDFAF8
(253,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FAEE; }

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

This text font color is #E9FAEE.

Background Color

.myBgColor { background-color: #E9FAEE; }

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

This div background color is #E9FAEE.

Border color

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

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

This div border color is #E9FAEE.

Opacity

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

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

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

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

This text has shadow with #E9FAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FAEE.

Preview

Color preview on black background

This text has color #E9FAEE on black background.


Color preview on white background

This text has color #E9FAEE on white background.


Black color preview on #E9FAEE background

This text has black color on #E9FAEE background.


White color preview on #E9FAEE background

This text has white color on #E9FAEE background.


Related colors

Complementary color

Complementary color for #hex is #160511.


I love getcolorcode.com

Triadic colors

1 #EEE9FA and #FAEEE9 with #E9FAEE are triadic colors.

2 #EEFAE9 and #FAE9EE with #E9FAEE are triadic colors.