COLOR #E0F8DB

HEX: #E0F8DB RGB: (224,248,219)

Color info

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

RGB color model

#E0F8DB color RGB value is (224,248,219).

RGB: (224,248,219) (88%, 97%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 248 of 255 = 97%
B 219 of 255 = 86%

224
248
219

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

Portions of RGB colors in percentages

R + G + B = 224 + 248 + 219 = 691 (100%)
R 224 of 691 ~ 32.42%
G 248 of 691 ~ 35.89%
B 219 of 691 ~ 31.69'%

%32.42
%35.89
%31.69

CMYK color model

#E0F8DB color CMYK value is (10,0,12,3).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%

CMYK: (10,0,12,3)
C10M0Y12K3 (10%, 0%, 12%, 3%)
(0.10 / 0.00 / 0.12 / 0.03)

CMYK percentages

%9.68
%0
%11.69
%2.75

Codes

Color #E0F8DB in popluar color models

E0 F8 DB
RGB 224 248 219
HSL 110° 67.44% 91.57%
HSB/HSV 110° 11.69% 97.25%
CMYK 9.68% 0.00% 11.69%
2.75%

Color #E0F8DB in popluar number systems.

HEX E0 F8 DB
Decimal 224 248 219
Binary 11100000 11111000 11011011
Octal 340 370 333

Shades and tints

Shades of #E0F8DB

#E0F8DB
(224,248,219)
#CCE2C8
(204,226,200)
#B8CCB5
(184,204,181)
#A4B6A2
(164,182,162)
#90A08F
(144,160,143)
#7C8A7C
(124,138,124)
#687469
(104,116,105)
#545E56
(84,94,86)
#404843
(64,72,67)
#2C3230
(44,50,48)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #E0F8DB

#E0F8DB
(224,248,219)
#E2F8DE
(226,248,222)
#E4F8E1
(228,248,225)
#E6F8E4
(230,248,228)
#E8F8E7
(232,248,231)
#EAF8EA
(234,248,234)
#ECF8ED
(236,248,237)
#EEF8F0
(238,248,240)
#F0F8F3
(240,248,243)
#F2F8F6
(242,248,246)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F8DB; }

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

This text font color is #E0F8DB.

Background Color

.myBgColor { background-color: #E0F8DB; }

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

This div background color is #E0F8DB.

Border color

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

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

This div border color is #E0F8DB.

Opacity

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

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

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

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

This text has shadow with #E0F8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F8DB.

Preview

Color preview on black background

This text has color #E0F8DB on black background.


Color preview on white background

This text has color #E0F8DB on white background.


Black color preview on #E0F8DB background

This text has black color on #E0F8DB background.


White color preview on #E0F8DB background

This text has white color on #E0F8DB background.


Related colors

Complementary color

Complementary color for #hex is #1F0724.


I love getcolorcode.com

Triadic colors

1 #DBE0F8 and #F8DBE0 with #E0F8DB are triadic colors.

2 #DBF8E0 and #F8E0DB with #E0F8DB are triadic colors.