COLOR #E0F2D8

HEX: #E0F2D8
RGB: (224,242,216)

Color info

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

RGB color model

#E0F2D8 color RGB value is (224,242,216).

  • red value is 224;
  • green value is 242;
  • blue value is 216.
RGB:
(224,242,216)
(88%,95%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 242 of 255 = 95%
B 216 of 255 = 85%

224
242
216

R + G + B ~ 89%. #E0F2D8 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 242 + 216 = 682 (100%)
R 224 of 682 ~ 32.84%
G 242 of 682 ~ 35.48%
B 216 of 682 ~ 31.67%

%32.84
%35.48
%31.67

CMYK color model

#E0F2D8 color CMYK value is (7,0,11,5).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 5.10%
CMYK:
(7,0,11,5)
C7M0Y11K5 
(7%,0%,11%,5%)
(0.07/0.00/0.11/0.05)	

CMYK percentages

%7.44
%0
%10.74
%5.1

Codes

Color #E0F2D8 in popluar color models

E0F2D8
RGB224242216
HSL102°50.00%89.80%
HSB/HSV102°10.74%94.90%
CMYK7.44%0.00%10.74%
5.10%

Color #E0F2D8 in popluar number systems.

HEXE0F2D8
Decimal224242216
Binary111000001111001011011000
Octal340362330

Shades and tints

Shades of #E0F2D8

#E0F2D8
(224,242,216)
#CCDCC5
(204,220,197)
#B8C6B2
(184,198,178)
#A4B09F
(164,176,159)
#909A8C
(144,154,140)
#7C8479
(124,132,121)
#686E66
(104,110,102)
#545853
(84,88,83)
#404240
(64,66,64)
#2C2C2D
(44,44,45)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #E0F2D8

#E0F2D8
(224,242,216)
#E2F3DB
(226,243,219)
#E4F4DE
(228,244,222)
#E6F5E1
(230,245,225)
#E8F6E4
(232,246,228)
#EAF7E7
(234,247,231)
#ECF8EA
(236,248,234)
#EEF9ED
(238,249,237)
#F0FAF0
(240,250,240)
#F2FBF3
(242,251,243)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F2D8 color. Also use rgb(224,242,216) instead hex code.

Text Font Color

.myTextColor { color: #E0F2D8; }

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

This text font color is #E0F2D8.


Background Color

.myBgColor { background-color: #E0F2D8; }

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

This div background color is #E0F2D8.


Border color

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

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

This div border color is #E0F2D8.


Opacity

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

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

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

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

This text has shadow with #E0F2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F2D8 on black background.


Color preview on white background

This text has color #E0F2D8 on white background.



Black color preview on #E0F2D8 background

This text has black color on #E0F2D8 background.


White color preview on #E0F2D8 background

This text has white color on #E0F2D8 background.