COLOR #E0F2D0

HEX: #E0F2D0
RGB: (224,242,208)

Color info

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

RGB color model

#E0F2D0 color RGB value is (224,242,208).

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

RGB channels and saturation

R 224 of 255 = 88%
G 242 of 255 = 95%
B 208 of 255 = 82%

224
242
208

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

Portions of RGB colors in percentages

R + G + B =
224 + 242 + 208 = 674 (100%)
R 224 of 674 ~ 33.23%
G 242 of 674 ~ 35.91%
B 208 of 674 ~ 30.86%

%33.23
%35.91
%30.86

CMYK color model

#E0F2D0 color CMYK value is (7,0,14,5).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 5.10%
CMYK:
(7,0,14,5)
C7M0Y14K5 
(7%,0%,14%,5%)
(0.07/0.00/0.14/0.05)	

CMYK percentages

%7.44
%0
%14.05
%5.1

Codes

Color #E0F2D0 in popluar color models

E0F2D0
RGB224242208
HSL92°56.67%88.24%
HSB/HSV92°14.05%94.90%
CMYK7.44%0.00%14.05%
5.10%

Color #E0F2D0 in popluar number systems.

HEXE0F2D0
Decimal224242208
Binary111000001111001011010000
Octal340362320

Shades and tints

Shades of #E0F2D0

#E0F2D0
(224,242,208)
#CCDCBE
(204,220,190)
#B8C6AC
(184,198,172)
#A4B09A
(164,176,154)
#909A88
(144,154,136)
#7C8476
(124,132,118)
#686E64
(104,110,100)
#545852
(84,88,82)
#404240
(64,66,64)
#2C2C2E
(44,44,46)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #E0F2D0

#E0F2D0
(224,242,208)
#E2F3D4
(226,243,212)
#E4F4D8
(228,244,216)
#E6F5DC
(230,245,220)
#E8F6E0
(232,246,224)
#EAF7E4
(234,247,228)
#ECF8E8
(236,248,232)
#EEF9EC
(238,249,236)
#F0FAF0
(240,250,240)
#F2FBF4
(242,251,244)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F2D0; }

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

This text font color is #E0F2D0.


Background Color

.myBgColor { background-color: #E0F2D0; }

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

This div background color is #E0F2D0.


Border color

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

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

This div border color is #E0F2D0.


Opacity

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

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

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

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

This text has shadow with #E0F2D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F2D0 on black background.


Color preview on white background

This text has color #E0F2D0 on white background.



Black color preview on #E0F2D0 background

This text has black color on #E0F2D0 background.


White color preview on #E0F2D0 background

This text has white color on #E0F2D0 background.