COLOR #E0F1D7

HEX: #E0F1D7
RGB: (224,241,215)

Color info

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

RGB color model

#E0F1D7 color RGB value is (224,241,215).

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

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 215 of 255 = 84%

224
241
215

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

Portions of RGB colors in percentages

R + G + B =
224 + 241 + 215 = 680 (100%)
R 224 of 680 ~ 32.94%
G 241 of 680 ~ 35.44%
B 215 of 680 ~ 31.62%

%32.94
%35.44
%31.62

CMYK color model

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

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

CMYK percentages

%7.05
%0
%10.79
%5.49

Codes

Color #E0F1D7 in popluar color models

E0F1D7
RGB224241215
HSL99°48.15%89.41%
HSB/HSV99°10.79%94.51%
CMYK7.05%0.00%10.79%
5.49%

Color #E0F1D7 in popluar number systems.

HEXE0F1D7
Decimal224241215
Binary111000001111000111010111
Octal340361327

Shades and tints

Shades of #E0F1D7

#E0F1D7
(224,241,215)
#CCDCC4
(204,220,196)
#B8C7B1
(184,199,177)
#A4B29E
(164,178,158)
#909D8B
(144,157,139)
#7C8878
(124,136,120)
#687365
(104,115,101)
#545E52
(84,94,82)
#40493F
(64,73,63)
#2C342C
(44,52,44)
#181F19
(24,31,25)
#000000
(0,0,0)

Tints of #E0F1D7

#E0F1D7
(224,241,215)
#E2F2DA
(226,242,218)
#E4F3DD
(228,243,221)
#E6F4E0
(230,244,224)
#E8F5E3
(232,245,227)
#EAF6E6
(234,246,230)
#ECF7E9
(236,247,233)
#EEF8EC
(238,248,236)
#F0F9EF
(240,249,239)
#F2FAF2
(242,250,242)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F1D7; }

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

This text font color is #E0F1D7.


Background Color

.myBgColor { background-color: #E0F1D7; }

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

This div background color is #E0F1D7.


Border color

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

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

This div border color is #E0F1D7.


Opacity

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

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

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

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

This text has shadow with #E0F1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F1D7 on black background.


Color preview on white background

This text has color #E0F1D7 on white background.



Black color preview on #E0F1D7 background

This text has black color on #E0F1D7 background.


White color preview on #E0F1D7 background

This text has white color on #E0F1D7 background.