COLOR #E0EFDB

HEX: #E0EFDB
RGB: (224,239,219)

Color info

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

RGB color model

#E0EFDB color RGB value is (224,239,219).

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

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 219 of 255 = 86%

224
239
219

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

Portions of RGB colors in percentages

R + G + B =
224 + 239 + 219 = 682 (100%)
R 224 of 682 ~ 32.84%
G 239 of 682 ~ 35.04%
B 219 of 682 ~ 32.11%

%32.84
%35.04
%32.11

CMYK color model

#E0EFDB color CMYK value is (6,0,8,6).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(6,0,8,6)
C6M0Y8K6 
(6%,0%,8%,6%)
(0.06/0.00/0.08/0.06)	

CMYK percentages

%6.28
%0
%8.37
%6.27

Codes

Color #E0EFDB in popluar color models

E0EFDB
RGB224239219
HSL105°38.46%89.80%
HSB/HSV105°8.37%93.73%
CMYK6.28%0.00%8.37%
6.27%

Color #E0EFDB in popluar number systems.

HEXE0EFDB
Decimal224239219
Binary111000001110111111011011
Octal340357333

Shades and tints

Shades of #E0EFDB

#E0EFDB
(224,239,219)
#CCDAC8
(204,218,200)
#B8C5B5
(184,197,181)
#A4B0A2
(164,176,162)
#909B8F
(144,155,143)
#7C867C
(124,134,124)
#687169
(104,113,105)
#545C56
(84,92,86)
#404743
(64,71,67)
#2C3230
(44,50,48)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #E0EFDB

#E0EFDB
(224,239,219)
#E2F0DE
(226,240,222)
#E4F1E1
(228,241,225)
#E6F2E4
(230,242,228)
#E8F3E7
(232,243,231)
#EAF4EA
(234,244,234)
#ECF5ED
(236,245,237)
#EEF6F0
(238,246,240)
#F0F7F3
(240,247,243)
#F2F8F6
(242,248,246)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EFDB; }

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

This text font color is #E0EFDB.


Background Color

.myBgColor { background-color: #E0EFDB; }

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

This div background color is #E0EFDB.


Border color

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

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

This div border color is #E0EFDB.


Opacity

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

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

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

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

This text has shadow with #E0EFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EFDB on black background.


Color preview on white background

This text has color #E0EFDB on white background.



Black color preview on #E0EFDB background

This text has black color on #E0EFDB background.


White color preview on #E0EFDB background

This text has white color on #E0EFDB background.