COLOR #E0F0D8

HEX: #E0F0D8
RGB: (224,240,216)

Color info

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

RGB color model

#E0F0D8 color RGB value is (224,240,216).

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

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 216 of 255 = 85%

224
240
216

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

Portions of RGB colors in percentages

R + G + B =
224 + 240 + 216 = 680 (100%)
R 224 of 680 ~ 32.94%
G 240 of 680 ~ 35.29%
B 216 of 680 ~ 31.76%

%32.94
%35.29
%31.76

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • 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
%5.88

Codes

Color #E0F0D8 in popluar color models

E0F0D8
RGB224240216
HSL100°44.44%89.41%
HSB/HSV100°10.00%94.12%
CMYK6.67%0.00%10.00%
5.88%

Color #E0F0D8 in popluar number systems.

HEXE0F0D8
Decimal224240216
Binary111000001111000011011000
Octal340360330

Shades and tints

Shades of #E0F0D8

#E0F0D8
(224,240,216)
#CCDBC5
(204,219,197)
#B8C6B2
(184,198,178)
#A4B19F
(164,177,159)
#909C8C
(144,156,140)
#7C8779
(124,135,121)
#687266
(104,114,102)
#545D53
(84,93,83)
#404840
(64,72,64)
#2C332D
(44,51,45)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #E0F0D8

#E0F0D8
(224,240,216)
#E2F1DB
(226,241,219)
#E4F2DE
(228,242,222)
#E6F3E1
(230,243,225)
#E8F4E4
(232,244,228)
#EAF5E7
(234,245,231)
#ECF6EA
(236,246,234)
#EEF7ED
(238,247,237)
#F0F8F0
(240,248,240)
#F2F9F3
(242,249,243)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F0D8; }

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

This text font color is #E0F0D8.


Background Color

.myBgColor { background-color: #E0F0D8; }

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

This div background color is #E0F0D8.


Border color

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

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

This div border color is #E0F0D8.


Opacity

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

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

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

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

This text has shadow with #E0F0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F0D8 on black background.


Color preview on white background

This text has color #E0F0D8 on white background.



Black color preview on #E0F0D8 background

This text has black color on #E0F0D8 background.


White color preview on #E0F0D8 background

This text has white color on #E0F0D8 background.