COLOR #E0F5DB

HEX: #E0F5DB
RGB: (224,245,219)

Color info

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

RGB color model

#E0F5DB color RGB value is (224,245,219).

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

RGB channels and saturation

R 224 of 255 = 88%
G 245 of 255 = 96%
B 219 of 255 = 86%

224
245
219

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

Portions of RGB colors in percentages

R + G + B =
224 + 245 + 219 = 688 (100%)
R 224 of 688 ~ 32.56%
G 245 of 688 ~ 35.61%
B 219 of 688 ~ 31.83%

%32.56
%35.61
%31.83

CMYK color model

#E0F5DB color CMYK value is (9,0,11,4).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 3.92%
CMYK:
(9,0,11,4)
C9M0Y11K4 
(9%,0%,11%,4%)
(0.09/0.00/0.11/0.04)	

CMYK percentages

%8.57
%0
%10.61
%3.92

Codes

Color #E0F5DB in popluar color models

E0F5DB
RGB224245219
HSL108°56.52%90.98%
HSB/HSV108°10.61%96.08%
CMYK8.57%0.00%10.61%
3.92%

Color #E0F5DB in popluar number systems.

HEXE0F5DB
Decimal224245219
Binary111000001111010111011011
Octal340365333

Shades and tints

Shades of #E0F5DB

#E0F5DB
(224,245,219)
#CCDFC8
(204,223,200)
#B8C9B5
(184,201,181)
#A4B3A2
(164,179,162)
#909D8F
(144,157,143)
#7C877C
(124,135,124)
#687169
(104,113,105)
#545B56
(84,91,86)
#404543
(64,69,67)
#2C2F30
(44,47,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #E0F5DB

#E0F5DB
(224,245,219)
#E2F5DE
(226,245,222)
#E4F5E1
(228,245,225)
#E6F5E4
(230,245,228)
#E8F5E7
(232,245,231)
#EAF5EA
(234,245,234)
#ECF5ED
(236,245,237)
#EEF5F0
(238,245,240)
#F0F5F3
(240,245,243)
#F2F5F6
(242,245,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F5DB; }

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

This text font color is #E0F5DB.


Background Color

.myBgColor { background-color: #E0F5DB; }

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

This div background color is #E0F5DB.


Border color

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

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

This div border color is #E0F5DB.


Opacity

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

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

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

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

This text has shadow with #E0F5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F5DB on black background.


Color preview on white background

This text has color #E0F5DB on white background.



Black color preview on #E0F5DB background

This text has black color on #E0F5DB background.


White color preview on #E0F5DB background

This text has white color on #E0F5DB background.