COLOR #E9FAE3

HEX: #E9FAE3
RGB: (233,250,227)

Color info

#E9FAE3 contains red, green and blue colors in about the same proportion. Web safe color of #E9FAE3 is #FFFFCC (or #FFC).

RGB color model

#E9FAE3 color RGB value is (233,250,227).

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

RGB channels and saturation

R 233 of 255 = 91%
G 250 of 255 = 98%
B 227 of 255 = 89%

233
250
227

R + G + B ~ 93%. #E9FAE3 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 250 + 227 = 710 (100%)
R 233 of 710 ~ 32.82%
G 250 of 710 ~ 35.21%
B 227 of 710 ~ 31.97%

%32.82
%35.21
%31.97

CMYK color model

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

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 1.96%
CMYK:
(7,0,9,2)
C7M0Y9K2 
(7%,0%,9%,2%)
(0.07/0.00/0.09/0.02)	

CMYK percentages

%6.8
%0
%9.2
%1.96

Codes

Color #E9FAE3 in popluar color models

E9FAE3
RGB233250227
HSL104°69.70%93.53%
HSB/HSV104°9.20%98.04%
CMYK6.80%0.00%9.20%
1.96%

Color #E9FAE3 in popluar number systems.

HEXE9FAE3
Decimal233250227
Binary111010011111101011100011
Octal351372343

Shades and tints

Shades of #E9FAE3

#E9FAE3
(233,250,227)
#D4E4CF
(212,228,207)
#BFCEBB
(191,206,187)
#AAB8A7
(170,184,167)
#95A293
(149,162,147)
#808C7F
(128,140,127)
#6B766B
(107,118,107)
#566057
(86,96,87)
#414A43
(65,74,67)
#2C342F
(44,52,47)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #E9FAE3

#E9FAE3
(233,250,227)
#EBFAE5
(235,250,229)
#EDFAE7
(237,250,231)
#EFFAE9
(239,250,233)
#F1FAEB
(241,250,235)
#F3FAED
(243,250,237)
#F5FAEF
(245,250,239)
#F7FAF1
(247,250,241)
#F9FAF3
(249,250,243)
#FBFAF5
(251,250,245)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FAE3; }

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

This text font color is #E9FAE3.


Background Color

.myBgColor { background-color: #E9FAE3; }

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

This div background color is #E9FAE3.


Border color

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

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

This div border color is #E9FAE3.


Opacity

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

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

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

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

This text has shadow with #E9FAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FAE3 on black background.


Color preview on white background

This text has color #E9FAE3 on white background.



Black color preview on #E9FAE3 background

This text has black color on #E9FAE3 background.


White color preview on #E9FAE3 background

This text has white color on #E9FAE3 background.