COLOR #E0F5C8

HEX: #E0F5C8
RGB: (224,245,200)

Color info

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

RGB color model

#E0F5C8 color RGB value is (224,245,200).

  • red value is 224;
  • green value is 245;
  • blue value is 200.
RGB:
(224,245,200)
(88%,96%,78%)

RGB channels and saturation

R 224 of 255 = 88%
G 245 of 255 = 96%
B 200 of 255 = 78%

224
245
200

R + G + B ~ 87%. #E0F5C8 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 245 + 200 = 669 (100%)
R 224 of 669 ~ 33.48%
G 245 of 669 ~ 36.62%
B 200 of 669 ~ 29.9%

%33.48
%36.62
%29.9

CMYK color model

#E0F5C8 color CMYK value is (9,0,18,4).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 3.92%
CMYK:
(9,0,18,4)
C9M0Y18K4 
(9%,0%,18%,4%)
(0.09/0.00/0.18/0.04)	

CMYK percentages

%8.57
%0
%18.37
%3.92

Codes

Color #E0F5C8 in popluar color models

E0F5C8
RGB224245200
HSL88°69.23%87.25%
HSB/HSV88°18.37%96.08%
CMYK8.57%0.00%18.37%
3.92%

Color #E0F5C8 in popluar number systems.

HEXE0F5C8
Decimal224245200
Binary111000001111010111001000
Octal340365310

Shades and tints

Shades of #E0F5C8

#E0F5C8
(224,245,200)
#CCDFB6
(204,223,182)
#B8C9A4
(184,201,164)
#A4B392
(164,179,146)
#909D80
(144,157,128)
#7C876E
(124,135,110)
#68715C
(104,113,92)
#545B4A
(84,91,74)
#404538
(64,69,56)
#2C2F26
(44,47,38)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #E0F5C8

#E0F5C8
(224,245,200)
#E2F5CD
(226,245,205)
#E4F5D2
(228,245,210)
#E6F5D7
(230,245,215)
#E8F5DC
(232,245,220)
#EAF5E1
(234,245,225)
#ECF5E6
(236,245,230)
#EEF5EB
(238,245,235)
#F0F5F0
(240,245,240)
#F2F5F5
(242,245,245)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F5C8 color. Also use rgb(224,245,200) instead hex code.

Text Font Color

.myTextColor { color: #E0F5C8; }

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

This text font color is #E0F5C8.


Background Color

.myBgColor { background-color: #E0F5C8; }

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

This div background color is #E0F5C8.


Border color

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

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

This div border color is #E0F5C8.


Opacity

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

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

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

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

This text has shadow with #E0F5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F5C8 on black background.


Color preview on white background

This text has color #E0F5C8 on white background.



Black color preview on #E0F5C8 background

This text has black color on #E0F5C8 background.


White color preview on #E0F5C8 background

This text has white color on #E0F5C8 background.