COLOR #E5FAE9

HEX: #E5FAE9 RGB: (229,250,233)

Color info

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

RGB color model

#E5FAE9 color RGB value is (229,250,233).

RGB: (229,250,233) (90%, 98%, 91%)

RGB channels and saturation

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

229
250
233

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

Portions of RGB colors in percentages

R + G + B = 229 + 250 + 233 = 712 (100%)
R 229 of 712 ~ 32.16%
G 250 of 712 ~ 35.11%
B 233 of 712 ~ 32.72'%

%32.16
%35.11
%32.72

CMYK color model

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

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

CMYK: (8,0,7,2)
C8M0Y7K2 (8%, 0%, 7%, 2%)
(0.08 / 0.00 / 0.07 / 0.02)

CMYK percentages

%8.4
%0
%6.8
%1.96

Codes

Color #E5FAE9 in popluar color models

E5 FA E9
RGB 229 250 233
HSL 131° 67.74% 93.92%
HSB/HSV 131° 8.40% 98.04%
CMYK 8.40% 0.00% 6.80%
1.96%

Color #E5FAE9 in popluar number systems.

HEX E5 FA E9
Decimal 229 250 233
Binary 11100101 11111010 11101001
Octal 345 372 351

Shades and tints

Shades of #E5FAE9

#E5FAE9
(229,250,233)
#D1E4D4
(209,228,212)
#BDCEBF
(189,206,191)
#A9B8AA
(169,184,170)
#95A295
(149,162,149)
#818C80
(129,140,128)
#6D766B
(109,118,107)
#596056
(89,96,86)
#454A41
(69,74,65)
#31342C
(49,52,44)
#1D1E17
(29,30,23)
#000000
(0,0,0)

Tints of #E5FAE9

#E5FAE9
(229,250,233)
#E7FAEB
(231,250,235)
#E9FAED
(233,250,237)
#EBFAEF
(235,250,239)
#EDFAF1
(237,250,241)
#EFFAF3
(239,250,243)
#F1FAF5
(241,250,245)
#F3FAF7
(243,250,247)
#F5FAF9
(245,250,249)
#F7FAFB
(247,250,251)
#F9FAFD
(249,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FAE9; }

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

This text font color is #E5FAE9.

Background Color

.myBgColor { background-color: #E5FAE9; }

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

This div background color is #E5FAE9.

Border color

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

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

This div border color is #E5FAE9.

Opacity

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

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

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

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

This text has shadow with #E5FAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FAE9.

Preview

Color preview on black background

This text has color #E5FAE9 on black background.


Color preview on white background

This text has color #E5FAE9 on white background.


Black color preview on #E5FAE9 background

This text has black color on #E5FAE9 background.


White color preview on #E5FAE9 background

This text has white color on #E5FAE9 background.


Related colors

Complementary color

Complementary color for #hex is #1A0516.


I love getcolorcode.com

Triadic colors

1 #E9E5FA and #FAE9E5 with #E5FAE9 are triadic colors.

2 #E9FAE5 and #FAE5E9 with #E5FAE9 are triadic colors.