COLOR #E5FAEB

HEX: #E5FAEB
RGB: (229,250,235)

Color info

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

RGB color model

#E5FAEB color RGB value is (229,250,235).

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

RGB channels and saturation

R 229 of 255 = 90%
G 250 of 255 = 98%
B 235 of 255 = 92%

229
250
235

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

Portions of RGB colors in percentages

R + G + B =
229 + 250 + 235 = 714 (100%)
R 229 of 714 ~ 32.07%
G 250 of 714 ~ 35.01%
B 235 of 714 ~ 32.91%

%32.07
%35.01
%32.91

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(8,0,6,2)
C8M0Y6K2 
(8%,0%,6%,2%)
(0.08/0.00/0.06/0.02)	

CMYK percentages

%8.4
%0
%6
%1.96

Codes

Color #E5FAEB in popluar color models

E5FAEB
RGB229250235
HSL137°67.74%93.92%
HSB/HSV137°8.40%98.04%
CMYK8.40%0.00%6.00%
1.96%

Color #E5FAEB in popluar number systems.

HEXE5FAEB
Decimal229250235
Binary111001011111101011101011
Octal345372353

Shades and tints

Shades of #E5FAEB

#E5FAEB
(229,250,235)
#D1E4D6
(209,228,214)
#BDCEC1
(189,206,193)
#A9B8AC
(169,184,172)
#95A297
(149,162,151)
#818C82
(129,140,130)
#6D766D
(109,118,109)
#596058
(89,96,88)
#454A43
(69,74,67)
#31342E
(49,52,46)
#1D1E19
(29,30,25)
#000000
(0,0,0)

Tints of #E5FAEB

#E5FAEB
(229,250,235)
#E7FAEC
(231,250,236)
#E9FAED
(233,250,237)
#EBFAEE
(235,250,238)
#EDFAEF
(237,250,239)
#EFFAF0
(239,250,240)
#F1FAF1
(241,250,241)
#F3FAF2
(243,250,242)
#F5FAF3
(245,250,243)
#F7FAF4
(247,250,244)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FAEB; }

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

This text font color is #E5FAEB.


Background Color

.myBgColor { background-color: #E5FAEB; }

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

This div background color is #E5FAEB.


Border color

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

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

This div border color is #E5FAEB.


Opacity

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

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

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

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

This text has shadow with #E5FAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FAEB on black background.


Color preview on white background

This text has color #E5FAEB on white background.



Black color preview on #E5FAEB background

This text has black color on #E5FAEB background.


White color preview on #E5FAEB background

This text has white color on #E5FAEB background.