COLOR #E0F5DD

HEX: #E0F5DD
RGB: (224,245,221)

Color info

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

RGB color model

#E0F5DD color RGB value is (224,245,221).

  • red value is 224;
  • green value is 245;
  • blue value is 221.
RGB:
(224,245,221)
(88%,96%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 245 of 255 = 96%
B 221 of 255 = 87%

224
245
221

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

Portions of RGB colors in percentages

R + G + B =
224 + 245 + 221 = 690 (100%)
R 224 of 690 ~ 32.46%
G 245 of 690 ~ 35.51%
B 221 of 690 ~ 32.03%

%32.46
%35.51
%32.03

CMYK color model

#E0F5DD color CMYK value is (9,0,10,4).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(9,0,10,4)
C9M0Y10K4 
(9%,0%,10%,4%)
(0.09/0.00/0.10/0.04)	

CMYK percentages

%8.57
%0
%9.8
%3.92

Codes

Color #E0F5DD in popluar color models

E0F5DD
RGB224245221
HSL113°54.55%91.37%
HSB/HSV113°9.80%96.08%
CMYK8.57%0.00%9.80%
3.92%

Color #E0F5DD in popluar number systems.

HEXE0F5DD
Decimal224245221
Binary111000001111010111011101
Octal340365335

Shades and tints

Shades of #E0F5DD

#E0F5DD
(224,245,221)
#CCDFC9
(204,223,201)
#B8C9B5
(184,201,181)
#A4B3A1
(164,179,161)
#909D8D
(144,157,141)
#7C8779
(124,135,121)
#687165
(104,113,101)
#545B51
(84,91,81)
#40453D
(64,69,61)
#2C2F29
(44,47,41)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #E0F5DD

#E0F5DD
(224,245,221)
#E2F5E0
(226,245,224)
#E4F5E3
(228,245,227)
#E6F5E6
(230,245,230)
#E8F5E9
(232,245,233)
#EAF5EC
(234,245,236)
#ECF5EF
(236,245,239)
#EEF5F2
(238,245,242)
#F0F5F5
(240,245,245)
#F2F5F8
(242,245,248)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F5DD color. Also use rgb(224,245,221) instead hex code.

Text Font Color

.myTextColor { color: #E0F5DD; }

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

This text font color is #E0F5DD.


Background Color

.myBgColor { background-color: #E0F5DD; }

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

This div background color is #E0F5DD.


Border color

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

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

This div border color is #E0F5DD.


Opacity

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

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

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

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

This text has shadow with #E0F5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F5DD on black background.


Color preview on white background

This text has color #E0F5DD on white background.



Black color preview on #E0F5DD background

This text has black color on #E0F5DD background.


White color preview on #E0F5DD background

This text has white color on #E0F5DD background.