COLOR #E5FAF4

HEX: #E5FAF4
RGB: (229,250,244)

Color info

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

RGB color model

#E5FAF4 color RGB value is (229,250,244).

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

RGB channels and saturation

R 229 of 255 = 90%
G 250 of 255 = 98%
B 244 of 255 = 96%

229
250
244

R + G + B ~ 95%. #E5FAF4 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 250 + 244 = 723 (100%)
R 229 of 723 ~ 31.67%
G 250 of 723 ~ 34.58%
B 244 of 723 ~ 33.75%

%31.67
%34.58
%33.75

CMYK color model

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

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

CMYK percentages

%8.4
%0
%2.4
%1.96

Codes

Color #E5FAF4 in popluar color models

E5FAF4
RGB229250244
HSL163°67.74%93.92%
HSB/HSV163°8.40%98.04%
CMYK8.40%0.00%2.40%
1.96%

Color #E5FAF4 in popluar number systems.

HEXE5FAF4
Decimal229250244
Binary111001011111101011110100
Octal345372364

Shades and tints

Shades of #E5FAF4

#E5FAF4
(229,250,244)
#D1E4DE
(209,228,222)
#BDCEC8
(189,206,200)
#A9B8B2
(169,184,178)
#95A29C
(149,162,156)
#818C86
(129,140,134)
#6D7670
(109,118,112)
#59605A
(89,96,90)
#454A44
(69,74,68)
#31342E
(49,52,46)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #E5FAF4

#E5FAF4
(229,250,244)
#E7FAF5
(231,250,245)
#E9FAF6
(233,250,246)
#EBFAF7
(235,250,247)
#EDFAF8
(237,250,248)
#EFFAF9
(239,250,249)
#F1FAFA
(241,250,250)
#F3FAFB
(243,250,251)
#F5FAFC
(245,250,252)
#F7FAFD
(247,250,253)
#F9FAFE
(249,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FAF4; }

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

This text font color is #E5FAF4.


Background Color

.myBgColor { background-color: #E5FAF4; }

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

This div background color is #E5FAF4.


Border color

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

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

This div border color is #E5FAF4.


Opacity

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

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

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

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

This text has shadow with #E5FAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FAF4 on black background.


Color preview on white background

This text has color #E5FAF4 on white background.



Black color preview on #E5FAF4 background

This text has black color on #E5FAF4 background.


White color preview on #E5FAF4 background

This text has white color on #E5FAF4 background.