COLOR #E0F2D2

HEX: #E0F2D2
RGB: (224,242,210)

Color info

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

RGB color model

#E0F2D2 color RGB value is (224,242,210).

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

RGB channels and saturation

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

224
242
210

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

Portions of RGB colors in percentages

R + G + B =
224 + 242 + 210 = 676 (100%)
R 224 of 676 ~ 33.14%
G 242 of 676 ~ 35.8%
B 210 of 676 ~ 31.07%

%33.14
%35.8
%31.07

CMYK color model

#E0F2D2 color CMYK value is (7,0,13,5).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 5.10%
CMYK:
(7,0,13,5)
C7M0Y13K5 
(7%,0%,13%,5%)
(0.07/0.00/0.13/0.05)	

CMYK percentages

%7.44
%0
%13.22
%5.1

Codes

Color #E0F2D2 in popluar color models

E0F2D2
RGB224242210
HSL94°55.17%88.63%
HSB/HSV94°13.22%94.90%
CMYK7.44%0.00%13.22%
5.10%

Color #E0F2D2 in popluar number systems.

HEXE0F2D2
Decimal224242210
Binary111000001111001011010010
Octal340362322

Shades and tints

Shades of #E0F2D2

#E0F2D2
(224,242,210)
#CCDCBF
(204,220,191)
#B8C6AC
(184,198,172)
#A4B099
(164,176,153)
#909A86
(144,154,134)
#7C8473
(124,132,115)
#686E60
(104,110,96)
#54584D
(84,88,77)
#40423A
(64,66,58)
#2C2C27
(44,44,39)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0F2D2

#E0F2D2
(224,242,210)
#E2F3D6
(226,243,214)
#E4F4DA
(228,244,218)
#E6F5DE
(230,245,222)
#E8F6E2
(232,246,226)
#EAF7E6
(234,247,230)
#ECF8EA
(236,248,234)
#EEF9EE
(238,249,238)
#F0FAF2
(240,250,242)
#F2FBF6
(242,251,246)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F2D2; }

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

This text font color is #E0F2D2.


Background Color

.myBgColor { background-color: #E0F2D2; }

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

This div background color is #E0F2D2.


Border color

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

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

This div border color is #E0F2D2.


Opacity

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

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

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

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

This text has shadow with #E0F2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F2D2 on black background.


Color preview on white background

This text has color #E0F2D2 on white background.



Black color preview on #E0F2D2 background

This text has black color on #E0F2D2 background.


White color preview on #E0F2D2 background

This text has white color on #E0F2D2 background.