COLOR #E0F8DE

HEX: #E0F8DE RGB: (224,248,222)

Color info

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

RGB color model

#E0F8DE color RGB value is (224,248,222).

RGB: (224,248,222) (88%, 97%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 248 of 255 = 97%
B 222 of 255 = 87%

224
248
222

R + G + B ~ 91%. #E0F8DE is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 248 + 222 = 694 (100%)
R 224 of 694 ~ 32.28%
G 248 of 694 ~ 35.73%
B 222 of 694 ~ 31.99'%

%32.28
%35.73
%31.99

CMYK color model

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

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

CMYK: (10,0,10,3)
C10M0Y10K3 (10%, 0%, 10%, 3%)
(0.10 / 0.00 / 0.10 / 0.03)

CMYK percentages

%9.68
%0
%10.48
%2.75

Codes

Color #E0F8DE in popluar color models

E0 F8 DE
RGB 224 248 222
HSL 115° 65.00% 92.16%
HSB/HSV 115° 10.48% 97.25%
CMYK 9.68% 0.00% 10.48%
2.75%

Color #E0F8DE in popluar number systems.

HEX E0 F8 DE
Decimal 224 248 222
Binary 11100000 11111000 11011110
Octal 340 370 336

Shades and tints

Shades of #E0F8DE

#E0F8DE
(224,248,222)
#CCE2CA
(204,226,202)
#B8CCB6
(184,204,182)
#A4B6A2
(164,182,162)
#90A08E
(144,160,142)
#7C8A7A
(124,138,122)
#687466
(104,116,102)
#545E52
(84,94,82)
#40483E
(64,72,62)
#2C322A
(44,50,42)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #E0F8DE

#E0F8DE
(224,248,222)
#E2F8E1
(226,248,225)
#E4F8E4
(228,248,228)
#E6F8E7
(230,248,231)
#E8F8EA
(232,248,234)
#EAF8ED
(234,248,237)
#ECF8F0
(236,248,240)
#EEF8F3
(238,248,243)
#F0F8F6
(240,248,246)
#F2F8F9
(242,248,249)
#F4F8FC
(244,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F8DE; }

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

This text font color is #E0F8DE.

Background Color

.myBgColor { background-color: #E0F8DE; }

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

This div background color is #E0F8DE.

Border color

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

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

This div border color is #E0F8DE.

Opacity

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

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

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

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

This text has shadow with #E0F8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F8DE.

Preview

Color preview on black background

This text has color #E0F8DE on black background.


Color preview on white background

This text has color #E0F8DE on white background.


Black color preview on #E0F8DE background

This text has black color on #E0F8DE background.


White color preview on #E0F8DE background

This text has white color on #E0F8DE background.


Related colors

Complementary color

Complementary color for #hex is #1F0721.


I love getcolorcode.com

Triadic colors

1 #DEE0F8 and #F8DEE0 with #E0F8DE are triadic colors.

2 #DEF8E0 and #F8E0DE with #E0F8DE are triadic colors.