COLOR #E0F0D7

HEX: #E0F0D7
RGB: (224,240,215)

Color info

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

RGB color model

#E0F0D7 color RGB value is (224,240,215).

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

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 215 of 255 = 84%

224
240
215

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

Portions of RGB colors in percentages

R + G + B =
224 + 240 + 215 = 679 (100%)
R 224 of 679 ~ 32.99%
G 240 of 679 ~ 35.35%
B 215 of 679 ~ 31.66%

%32.99
%35.35
%31.66

CMYK color model

#E0F0D7 color CMYK value is (7,0,10,6).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 5.88%
CMYK:
(7,0,10,6)
C7M0Y10K6 
(7%,0%,10%,6%)
(0.07/0.00/0.10/0.06)	

CMYK percentages

%6.67
%0
%10.42
%5.88

Codes

Color #E0F0D7 in popluar color models

E0F0D7
RGB224240215
HSL98°45.45%89.22%
HSB/HSV98°10.42%94.12%
CMYK6.67%0.00%10.42%
5.88%

Color #E0F0D7 in popluar number systems.

HEXE0F0D7
Decimal224240215
Binary111000001111000011010111
Octal340360327

Shades and tints

Shades of #E0F0D7

#E0F0D7
(224,240,215)
#CCDBC4
(204,219,196)
#B8C6B1
(184,198,177)
#A4B19E
(164,177,158)
#909C8B
(144,156,139)
#7C8778
(124,135,120)
#687265
(104,114,101)
#545D52
(84,93,82)
#40483F
(64,72,63)
#2C332C
(44,51,44)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #E0F0D7

#E0F0D7
(224,240,215)
#E2F1DA
(226,241,218)
#E4F2DD
(228,242,221)
#E6F3E0
(230,243,224)
#E8F4E3
(232,244,227)
#EAF5E6
(234,245,230)
#ECF6E9
(236,246,233)
#EEF7EC
(238,247,236)
#F0F8EF
(240,248,239)
#F2F9F2
(242,249,242)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F0D7; }

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

This text font color is #E0F0D7.


Background Color

.myBgColor { background-color: #E0F0D7; }

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

This div background color is #E0F0D7.


Border color

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

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

This div border color is #E0F0D7.


Opacity

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

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

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

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

This text has shadow with #E0F0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F0D7 on black background.


Color preview on white background

This text has color #E0F0D7 on white background.



Black color preview on #E0F0D7 background

This text has black color on #E0F0D7 background.


White color preview on #E0F0D7 background

This text has white color on #E0F0D7 background.