COLOR #E0FAE2

HEX: #E0FAE2
RGB: (224,250,226)

Color info

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

RGB color model

#E0FAE2 color RGB value is (224,250,226).

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

RGB channels and saturation

R 224 of 255 = 88%
G 250 of 255 = 98%
B 226 of 255 = 89%

224
250
226

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

Portions of RGB colors in percentages

R + G + B =
224 + 250 + 226 = 700 (100%)
R 224 of 700 ~ 32%
G 250 of 700 ~ 35.71%
B 226 of 700 ~ 32.29%

%32
%35.71
%32.29

CMYK color model

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

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 1.96%
CMYK:
(10,0,10,2)
C10M0Y10K2 
(10%,0%,10%,2%)
(0.10/0.00/0.10/0.02)	

CMYK percentages

%10.4
%0
%9.6
%1.96

Codes

Color #E0FAE2 in popluar color models

E0FAE2
RGB224250226
HSL125°72.22%92.94%
HSB/HSV125°10.40%98.04%
CMYK10.40%0.00%9.60%
1.96%

Color #E0FAE2 in popluar number systems.

HEXE0FAE2
Decimal224250226
Binary111000001111101011100010
Octal340372342

Shades and tints

Shades of #E0FAE2

#E0FAE2
(224,250,226)
#CCE4CE
(204,228,206)
#B8CEBA
(184,206,186)
#A4B8A6
(164,184,166)
#90A292
(144,162,146)
#7C8C7E
(124,140,126)
#68766A
(104,118,106)
#546056
(84,96,86)
#404A42
(64,74,66)
#2C342E
(44,52,46)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #E0FAE2

#E0FAE2
(224,250,226)
#E2FAE4
(226,250,228)
#E4FAE6
(228,250,230)
#E6FAE8
(230,250,232)
#E8FAEA
(232,250,234)
#EAFAEC
(234,250,236)
#ECFAEE
(236,250,238)
#EEFAF0
(238,250,240)
#F0FAF2
(240,250,242)
#F2FAF4
(242,250,244)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FAE2; }

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

This text font color is #E0FAE2.


Background Color

.myBgColor { background-color: #E0FAE2; }

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

This div background color is #E0FAE2.


Border color

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

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

This div border color is #E0FAE2.


Opacity

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

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

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

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

This text has shadow with #E0FAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FAE2 on black background.


Color preview on white background

This text has color #E0FAE2 on white background.



Black color preview on #E0FAE2 background

This text has black color on #E0FAE2 background.


White color preview on #E0FAE2 background

This text has white color on #E0FAE2 background.