COLOR #E0EFDA

HEX: #E0EFDA
RGB: (224,239,218)

Color info

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

RGB color model

#E0EFDA color RGB value is (224,239,218).

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

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 218 of 255 = 85%

224
239
218

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

Portions of RGB colors in percentages

R + G + B =
224 + 239 + 218 = 681 (100%)
R 224 of 681 ~ 32.89%
G 239 of 681 ~ 35.1%
B 218 of 681 ~ 32.01%

%32.89
%35.1
%32.01

CMYK color model

#E0EFDA color CMYK value is (6,0,9,6).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK:
(6,0,9,6)
C6M0Y9K6 
(6%,0%,9%,6%)
(0.06/0.00/0.09/0.06)	

CMYK percentages

%6.28
%0
%8.79
%6.27

Codes

Color #E0EFDA in popluar color models

E0EFDA
RGB224239218
HSL103°39.62%89.61%
HSB/HSV103°8.79%93.73%
CMYK6.28%0.00%8.79%
6.27%

Color #E0EFDA in popluar number systems.

HEXE0EFDA
Decimal224239218
Binary111000001110111111011010
Octal340357332

Shades and tints

Shades of #E0EFDA

#E0EFDA
(224,239,218)
#CCDAC7
(204,218,199)
#B8C5B4
(184,197,180)
#A4B0A1
(164,176,161)
#909B8E
(144,155,142)
#7C867B
(124,134,123)
#687168
(104,113,104)
#545C55
(84,92,85)
#404742
(64,71,66)
#2C322F
(44,50,47)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #E0EFDA

#E0EFDA
(224,239,218)
#E2F0DD
(226,240,221)
#E4F1E0
(228,241,224)
#E6F2E3
(230,242,227)
#E8F3E6
(232,243,230)
#EAF4E9
(234,244,233)
#ECF5EC
(236,245,236)
#EEF6EF
(238,246,239)
#F0F7F2
(240,247,242)
#F2F8F5
(242,248,245)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EFDA color. Also use rgb(224,239,218) instead hex code.

Text Font Color

.myTextColor { color: #E0EFDA; }

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

This text font color is #E0EFDA.


Background Color

.myBgColor { background-color: #E0EFDA; }

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

This div background color is #E0EFDA.


Border color

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

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

This div border color is #E0EFDA.


Opacity

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

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

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

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

This text has shadow with #E0EFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EFDA on black background.


Color preview on white background

This text has color #E0EFDA on white background.



Black color preview on #E0EFDA background

This text has black color on #E0EFDA background.


White color preview on #E0EFDA background

This text has white color on #E0EFDA background.