COLOR #E0FED9

HEX: #E0FED9
RGB: (224,254,217)

Color info

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

RGB color model

#E0FED9 color RGB value is (224,254,217).

  • red value is 224;
  • green value is 254;
  • blue value is 217.
RGB:
(224,254,217)
(88%,100%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 254 of 255 = 100%
B 217 of 255 = 85%

224
254
217

R + G + B ~ 91%. #E0FED9 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 254 + 217 = 695 (100%)
R 224 of 695 ~ 32.23%
G 254 of 695 ~ 36.55%
B 217 of 695 ~ 31.22%

%32.23
%36.55
%31.22

CMYK color model

#E0FED9 color CMYK value is (12,0,15,0).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 0.39%
CMYK:
(12,0,15,0)
C12M0Y15K0 
(12%,0%,15%,0%)
(0.12/0.00/0.15/0.00)	

CMYK percentages

%11.81
%0
%14.57
%0.39

Codes

Color #E0FED9 in popluar color models

E0FED9
RGB224254217
HSL109°94.87%92.35%
HSB/HSV109°14.57%99.61%
CMYK11.81%0.00%14.57%
0.39%

Color #E0FED9 in popluar number systems.

HEXE0FED9
Decimal224254217
Binary111000001111111011011001
Octal340376331

Shades and tints

Shades of #E0FED9

#E0FED9
(224,254,217)
#CCE7C6
(204,231,198)
#B8D0B3
(184,208,179)
#A4B9A0
(164,185,160)
#90A28D
(144,162,141)
#7C8B7A
(124,139,122)
#687467
(104,116,103)
#545D54
(84,93,84)
#404641
(64,70,65)
#2C2F2E
(44,47,46)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #E0FED9

#E0FED9
(224,254,217)
#E2FEDC
(226,254,220)
#E4FEDF
(228,254,223)
#E6FEE2
(230,254,226)
#E8FEE5
(232,254,229)
#EAFEE8
(234,254,232)
#ECFEEB
(236,254,235)
#EEFEEE
(238,254,238)
#F0FEF1
(240,254,241)
#F2FEF4
(242,254,244)
#F4FEF7
(244,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FED9 color. Also use rgb(224,254,217) instead hex code.

Text Font Color

.myTextColor { color: #E0FED9; }

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

This text font color is #E0FED9.


Background Color

.myBgColor { background-color: #E0FED9; }

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

This div background color is #E0FED9.


Border color

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

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

This div border color is #E0FED9.


Opacity

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

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

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

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

This text has shadow with #E0FED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FED9 on black background.


Color preview on white background

This text has color #E0FED9 on white background.



Black color preview on #E0FED9 background

This text has black color on #E0FED9 background.


White color preview on #E0FED9 background

This text has white color on #E0FED9 background.