COLOR #E5FAE7

HEX: #E5FAE7
RGB: (229,250,231)

Color info

#E5FAE7 contains red, green and blue colors in about the same proportion. Web safe color of #E5FAE7 is #CCFFFF (or #CFF).

RGB color model

#E5FAE7 color RGB value is (229,250,231).

  • red value is 229;
  • green value is 250;
  • blue value is 231.
RGB:
(229,250,231)
(90%,98%,91%)

RGB channels and saturation

R 229 of 255 = 90%
G 250 of 255 = 98%
B 231 of 255 = 91%

229
250
231

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

Portions of RGB colors in percentages

R + G + B =
229 + 250 + 231 = 710 (100%)
R 229 of 710 ~ 32.25%
G 250 of 710 ~ 35.21%
B 231 of 710 ~ 32.54%

%32.25
%35.21
%32.54

CMYK color model

#E5FAE7 color CMYK value is (8,0,8,2).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 1.96%
CMYK:
(8,0,8,2)
C8M0Y8K2 
(8%,0%,8%,2%)
(0.08/0.00/0.08/0.02)	

CMYK percentages

%8.4
%0
%7.6
%1.96

Codes

Color #E5FAE7 in popluar color models

E5FAE7
RGB229250231
HSL126°67.74%93.92%
HSB/HSV126°8.40%98.04%
CMYK8.40%0.00%7.60%
1.96%

Color #E5FAE7 in popluar number systems.

HEXE5FAE7
Decimal229250231
Binary111001011111101011100111
Octal345372347

Shades and tints

Shades of #E5FAE7

#E5FAE7
(229,250,231)
#D1E4D2
(209,228,210)
#BDCEBD
(189,206,189)
#A9B8A8
(169,184,168)
#95A293
(149,162,147)
#818C7E
(129,140,126)
#6D7669
(109,118,105)
#596054
(89,96,84)
#454A3F
(69,74,63)
#31342A
(49,52,42)
#1D1E15
(29,30,21)
#000000
(0,0,0)

Tints of #E5FAE7

#E5FAE7
(229,250,231)
#E7FAE9
(231,250,233)
#E9FAEB
(233,250,235)
#EBFAED
(235,250,237)
#EDFAEF
(237,250,239)
#EFFAF1
(239,250,241)
#F1FAF3
(241,250,243)
#F3FAF5
(243,250,245)
#F5FAF7
(245,250,247)
#F7FAF9
(247,250,249)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FAE7 color. Also use rgb(229,250,231) instead hex code.

Text Font Color

.myTextColor { color: #E5FAE7; }

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

This text font color is #E5FAE7.


Background Color

.myBgColor { background-color: #E5FAE7; }

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

This div background color is #E5FAE7.


Border color

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

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

This div border color is #E5FAE7.


Opacity

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

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

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

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

This text has shadow with #E5FAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FAE7 on black background.


Color preview on white background

This text has color #E5FAE7 on white background.



Black color preview on #E5FAE7 background

This text has black color on #E5FAE7 background.


White color preview on #E5FAE7 background

This text has white color on #E5FAE7 background.