COLOR #E9FAEC

HEX: #E9FAEC RGB: (233,250,236)

Color info

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

RGB color model

#E9FAEC color RGB value is (233,250,236).

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

RGB channels and saturation

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

233
250
236

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

Portions of RGB colors in percentages

R + G + B = 233 + 250 + 236 = 719 (100%)
R 233 of 719 ~ 32.41%
G 250 of 719 ~ 34.77%
B 236 of 719 ~ 32.82'%

%32.41
%34.77
%32.82

CMYK color model

#E9FAEC color CMYK value is (7,0,6,2).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 1.96%
CMYK: (7,0,6,2) C7M0Y6K2 (7%,0%,6%,2%) (0.07/0.00/0.06/0.02) 

CMYK percentages

%6.8
%0
%5.6
%1.96

Codes

Color #E9FAEC in popluar color models

E9 FA EC
RGB 233 250 236
HSL 131° 62.96% 94.71%
HSB/HSV 131° 6.80% 98.04%
CMYK 6.80% 0.00% 5.60%
1.96%

Color #E9FAEC in popluar number systems.

HEX E9 FA EC
Decimal 233 250 236
Binary 11101001 11111010 11101100
Octal 351 372 354

Shades and tints

Shades of #E9FAEC

#E9FAEC
(233,250,236)
#D4E4D7
(212,228,215)
#BFCEC2
(191,206,194)
#AAB8AD
(170,184,173)
#95A298
(149,162,152)
#808C83
(128,140,131)
#6B766E
(107,118,110)
#566059
(86,96,89)
#414A44
(65,74,68)
#2C342F
(44,52,47)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #E9FAEC

#E9FAEC
(233,250,236)
#EBFAED
(235,250,237)
#EDFAEE
(237,250,238)
#EFFAEF
(239,250,239)
#F1FAF0
(241,250,240)
#F3FAF1
(243,250,241)
#F5FAF2
(245,250,242)
#F7FAF3
(247,250,243)
#F9FAF4
(249,250,244)
#FBFAF5
(251,250,245)
#FDFAF6
(253,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FAEC; }

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

This text font color is #E9FAEC.

Background Color

.myBgColor { background-color: #E9FAEC; }

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

This div background color is #E9FAEC.

Border color

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

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

This div border color is #E9FAEC.

Opacity

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

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

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

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

This text has shadow with #E9FAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FAEC.

Preview

Color preview on black background

This text has color #E9FAEC on black background.


Color preview on white background

This text has color #E9FAEC on white background.


Black color preview on #E9FAEC background

This text has black color on #E9FAEC background.


White color preview on #E9FAEC background

This text has white color on #E9FAEC background.


Related colors

Complementary color

Complementary color for #hex is #160513.


I love getcolorcode.com

Triadic colors

1 #ECE9FA and #FAECE9 with #E9FAEC are triadic colors.

2 #ECFAE9 and #FAE9EC with #E9FAEC are triadic colors.