COLOR #E0F8C8

HEX: #E0F8C8
RGB: (224,248,200)

Color info

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

RGB color model

#E0F8C8 color RGB value is (224,248,200).

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

RGB channels and saturation

R 224 of 255 = 88%
G 248 of 255 = 97%
B 200 of 255 = 78%

224
248
200

R + G + B ~ 88%. #E0F8C8 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 248 + 200 = 672 (100%)
R 224 of 672 ~ 33.33%
G 248 of 672 ~ 36.9%
B 200 of 672 ~ 29.76%

%33.33
%36.9
%29.76

CMYK color model

#E0F8C8 color CMYK value is (10,0,19,3).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 2.75%
CMYK:
(10,0,19,3)
C10M0Y19K3 
(10%,0%,19%,3%)
(0.10/0.00/0.19/0.03)	

CMYK percentages

%9.68
%0
%19.35
%2.75

Codes

Color #E0F8C8 in popluar color models

E0F8C8
RGB224248200
HSL90°77.42%87.84%
HSB/HSV90°19.35%97.25%
CMYK9.68%0.00%19.35%
2.75%

Color #E0F8C8 in popluar number systems.

HEXE0F8C8
Decimal224248200
Binary111000001111100011001000
Octal340370310

Shades and tints

Shades of #E0F8C8

#E0F8C8
(224,248,200)
#CCE2B6
(204,226,182)
#B8CCA4
(184,204,164)
#A4B692
(164,182,146)
#90A080
(144,160,128)
#7C8A6E
(124,138,110)
#68745C
(104,116,92)
#545E4A
(84,94,74)
#404838
(64,72,56)
#2C3226
(44,50,38)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #E0F8C8

#E0F8C8
(224,248,200)
#E2F8CD
(226,248,205)
#E4F8D2
(228,248,210)
#E6F8D7
(230,248,215)
#E8F8DC
(232,248,220)
#EAF8E1
(234,248,225)
#ECF8E6
(236,248,230)
#EEF8EB
(238,248,235)
#F0F8F0
(240,248,240)
#F2F8F5
(242,248,245)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F8C8; }

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

This text font color is #E0F8C8.


Background Color

.myBgColor { background-color: #E0F8C8; }

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

This div background color is #E0F8C8.


Border color

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

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

This div border color is #E0F8C8.


Opacity

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

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

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

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

This text has shadow with #E0F8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F8C8 on black background.


Color preview on white background

This text has color #E0F8C8 on white background.



Black color preview on #E0F8C8 background

This text has black color on #E0F8C8 background.


White color preview on #E0F8C8 background

This text has white color on #E0F8C8 background.