COLOR #E0FEDF

HEX: #E0FEDF
RGB: (224,254,223)

Color info

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

RGB color model

#E0FEDF color RGB value is (224,254,223).

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

RGB channels and saturation

R 224 of 255 = 88%
G 254 of 255 = 100%
B 223 of 255 = 87%

224
254
223

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

Portions of RGB colors in percentages

R + G + B =
224 + 254 + 223 = 701 (100%)
R 224 of 701 ~ 31.95%
G 254 of 701 ~ 36.23%
B 223 of 701 ~ 31.81%

%31.95
%36.23
%31.81

CMYK color model

#E0FEDF color CMYK value is (12,0,12,0).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 0.39%
CMYK:
(12,0,12,0)
C12M0Y12K0 
(12%,0%,12%,0%)
(0.12/0.00/0.12/0.00)	

CMYK percentages

%11.81
%0
%12.2
%0.39

Codes

Color #E0FEDF in popluar color models

E0FEDF
RGB224254223
HSL118°93.94%93.53%
HSB/HSV118°12.20%99.61%
CMYK11.81%0.00%12.20%
0.39%

Color #E0FEDF in popluar number systems.

HEXE0FEDF
Decimal224254223
Binary111000001111111011011111
Octal340376337

Shades and tints

Shades of #E0FEDF

#E0FEDF
(224,254,223)
#CCE7CB
(204,231,203)
#B8D0B7
(184,208,183)
#A4B9A3
(164,185,163)
#90A28F
(144,162,143)
#7C8B7B
(124,139,123)
#687467
(104,116,103)
#545D53
(84,93,83)
#40463F
(64,70,63)
#2C2F2B
(44,47,43)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #E0FEDF

#E0FEDF
(224,254,223)
#E2FEE1
(226,254,225)
#E4FEE3
(228,254,227)
#E6FEE5
(230,254,229)
#E8FEE7
(232,254,231)
#EAFEE9
(234,254,233)
#ECFEEB
(236,254,235)
#EEFEED
(238,254,237)
#F0FEEF
(240,254,239)
#F2FEF1
(242,254,241)
#F4FEF3
(244,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FEDF; }

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

This text font color is #E0FEDF.


Background Color

.myBgColor { background-color: #E0FEDF; }

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

This div background color is #E0FEDF.


Border color

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

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

This div border color is #E0FEDF.


Opacity

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

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

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

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

This text has shadow with #E0FEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FEDF on black background.


Color preview on white background

This text has color #E0FEDF on white background.



Black color preview on #E0FEDF background

This text has black color on #E0FEDF background.


White color preview on #E0FEDF background

This text has white color on #E0FEDF background.