COLOR #E0F2D5

HEX: #E0F2D5
RGB: (224,242,213)

Color info

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

RGB color model

#E0F2D5 color RGB value is (224,242,213).

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

RGB channels and saturation

R 224 of 255 = 88%
G 242 of 255 = 95%
B 213 of 255 = 84%

224
242
213

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

Portions of RGB colors in percentages

R + G + B =
224 + 242 + 213 = 679 (100%)
R 224 of 679 ~ 32.99%
G 242 of 679 ~ 35.64%
B 213 of 679 ~ 31.37%

%32.99
%35.64
%31.37

CMYK color model

#E0F2D5 color CMYK value is (7,0,12,5).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 5.10%
CMYK:
(7,0,12,5)
C7M0Y12K5 
(7%,0%,12%,5%)
(0.07/0.00/0.12/0.05)	

CMYK percentages

%7.44
%0
%11.98
%5.1

Codes

Color #E0F2D5 in popluar color models

E0F2D5
RGB224242213
HSL97°52.73%89.22%
HSB/HSV97°11.98%94.90%
CMYK7.44%0.00%11.98%
5.10%

Color #E0F2D5 in popluar number systems.

HEXE0F2D5
Decimal224242213
Binary111000001111001011010101
Octal340362325

Shades and tints

Shades of #E0F2D5

#E0F2D5
(224,242,213)
#CCDCC2
(204,220,194)
#B8C6AF
(184,198,175)
#A4B09C
(164,176,156)
#909A89
(144,154,137)
#7C8476
(124,132,118)
#686E63
(104,110,99)
#545850
(84,88,80)
#40423D
(64,66,61)
#2C2C2A
(44,44,42)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #E0F2D5

#E0F2D5
(224,242,213)
#E2F3D8
(226,243,216)
#E4F4DB
(228,244,219)
#E6F5DE
(230,245,222)
#E8F6E1
(232,246,225)
#EAF7E4
(234,247,228)
#ECF8E7
(236,248,231)
#EEF9EA
(238,249,234)
#F0FAED
(240,250,237)
#F2FBF0
(242,251,240)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F2D5; }

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

This text font color is #E0F2D5.


Background Color

.myBgColor { background-color: #E0F2D5; }

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

This div background color is #E0F2D5.


Border color

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

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

This div border color is #E0F2D5.


Opacity

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

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

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

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

This text has shadow with #E0F2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F2D5 on black background.


Color preview on white background

This text has color #E0F2D5 on white background.



Black color preview on #E0F2D5 background

This text has black color on #E0F2D5 background.


White color preview on #E0F2D5 background

This text has white color on #E0F2D5 background.