COLOR #E0F1DE

HEX: #E0F1DE
RGB: (224,241,222)

Color info

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

RGB color model

#E0F1DE color RGB value is (224,241,222).

  • red value is 224;
  • green value is 241;
  • blue value is 222.
RGB:
(224,241,222)
(88%,95%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 222 of 255 = 87%

224
241
222

R + G + B ~ 90%. #E0F1DE is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 241 + 222 = 687 (100%)
R 224 of 687 ~ 32.61%
G 241 of 687 ~ 35.08%
B 222 of 687 ~ 32.31%

%32.61
%35.08
%32.31

CMYK color model

#E0F1DE color CMYK value is (7,0,8,5).

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(7,0,8,5)
C7M0Y8K5 
(7%,0%,8%,5%)
(0.07/0.00/0.08/0.05)	

CMYK percentages

%7.05
%0
%7.88
%5.49

Codes

Color #E0F1DE in popluar color models

E0F1DE
RGB224241222
HSL114°40.43%90.78%
HSB/HSV114°7.88%94.51%
CMYK7.05%0.00%7.88%
5.49%

Color #E0F1DE in popluar number systems.

HEXE0F1DE
Decimal224241222
Binary111000001111000111011110
Octal340361336

Shades and tints

Shades of #E0F1DE

#E0F1DE
(224,241,222)
#CCDCCA
(204,220,202)
#B8C7B6
(184,199,182)
#A4B2A2
(164,178,162)
#909D8E
(144,157,142)
#7C887A
(124,136,122)
#687366
(104,115,102)
#545E52
(84,94,82)
#40493E
(64,73,62)
#2C342A
(44,52,42)
#181F16
(24,31,22)
#000000
(0,0,0)

Tints of #E0F1DE

#E0F1DE
(224,241,222)
#E2F2E1
(226,242,225)
#E4F3E4
(228,243,228)
#E6F4E7
(230,244,231)
#E8F5EA
(232,245,234)
#EAF6ED
(234,246,237)
#ECF7F0
(236,247,240)
#EEF8F3
(238,248,243)
#F0F9F6
(240,249,246)
#F2FAF9
(242,250,249)
#F4FBFC
(244,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F1DE color. Also use rgb(224,241,222) instead hex code.

Text Font Color

.myTextColor { color: #E0F1DE; }

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

This text font color is #E0F1DE.


Background Color

.myBgColor { background-color: #E0F1DE; }

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

This div background color is #E0F1DE.


Border color

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

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

This div border color is #E0F1DE.


Opacity

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

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

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

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

This text has shadow with #E0F1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F1DE on black background.


Color preview on white background

This text has color #E0F1DE on white background.



Black color preview on #E0F1DE background

This text has black color on #E0F1DE background.


White color preview on #E0F1DE background

This text has white color on #E0F1DE background.