COLOR #E4FAE2

HEX: #E4FAE2
RGB: (228,250,226)

Color info

#E4FAE2 contains red, green and blue colors in about the same proportion. Web safe color of #E4FAE2 is #CCFFCC (or #CFC).

RGB color model

#E4FAE2 color RGB value is (228,250,226).

  • red value is 228;
  • green value is 250;
  • blue value is 226.
RGB:
(228,250,226)
(89%,98%,89%)

RGB channels and saturation

R 228 of 255 = 89%
G 250 of 255 = 98%
B 226 of 255 = 89%

228
250
226

R + G + B ~ 92%. #E4FAE2 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 250 + 226 = 704 (100%)
R 228 of 704 ~ 32.39%
G 250 of 704 ~ 35.51%
B 226 of 704 ~ 32.1%

%32.39
%35.51
%32.1

CMYK color model

#E4FAE2 color CMYK value is (9,0,10,2).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 1.96%
CMYK:
(9,0,10,2)
C9M0Y10K2 
(9%,0%,10%,2%)
(0.09/0.00/0.10/0.02)	

CMYK percentages

%8.8
%0
%9.6
%1.96

Codes

Color #E4FAE2 in popluar color models

E4FAE2
RGB228250226
HSL115°70.59%93.33%
HSB/HSV115°9.60%98.04%
CMYK8.80%0.00%9.60%
1.96%

Color #E4FAE2 in popluar number systems.

HEXE4FAE2
Decimal228250226
Binary111001001111101011100010
Octal344372342

Shades and tints

Shades of #E4FAE2

#E4FAE2
(228,250,226)
#D0E4CE
(208,228,206)
#BCCEBA
(188,206,186)
#A8B8A6
(168,184,166)
#94A292
(148,162,146)
#808C7E
(128,140,126)
#6C766A
(108,118,106)
#586056
(88,96,86)
#444A42
(68,74,66)
#30342E
(48,52,46)
#1C1E1A
(28,30,26)
#000000
(0,0,0)

Tints of #E4FAE2

#E4FAE2
(228,250,226)
#E6FAE4
(230,250,228)
#E8FAE6
(232,250,230)
#EAFAE8
(234,250,232)
#ECFAEA
(236,250,234)
#EEFAEC
(238,250,236)
#F0FAEE
(240,250,238)
#F2FAF0
(242,250,240)
#F4FAF2
(244,250,242)
#F6FAF4
(246,250,244)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FAE2 color. Also use rgb(228,250,226) instead hex code.

Text Font Color

.myTextColor { color: #E4FAE2; }

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

This text font color is #E4FAE2.


Background Color

.myBgColor { background-color: #E4FAE2; }

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

This div background color is #E4FAE2.


Border color

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

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

This div border color is #E4FAE2.


Opacity

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

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

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

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

This text has shadow with #E4FAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FAE2 on black background.


Color preview on white background

This text has color #E4FAE2 on white background.



Black color preview on #E4FAE2 background

This text has black color on #E4FAE2 background.


White color preview on #E4FAE2 background

This text has white color on #E4FAE2 background.