COLOR #E0F9D1

HEX: #E0F9D1 RGB: (224,249,209)

Color info

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

RGB color model

#E0F9D1 color RGB value is (224,249,209).

RGB: (224,249,209) (88%, 98%, 82%)

RGB channels and saturation

R 224 of 255 = 88%
G 249 of 255 = 98%
B 209 of 255 = 82%

224
249
209

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

Portions of RGB colors in percentages

R + G + B = 224 + 249 + 209 = 682 (100%)
R 224 of 682 ~ 32.84%
G 249 of 682 ~ 36.51%
B 209 of 682 ~ 30.65'%

%32.84
%36.51
%30.65

CMYK color model

#E0F9D1 color CMYK value is (10,0,16,2).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 2.35%
CMYK: (10,0,16,2) C10M0Y16K2 (10%,0%,16%,2%) (0.10/0.00/0.16/0.02) 

CMYK percentages

%10.04
%0
%16.06
%2.35

Codes

Color #E0F9D1 in popluar color models

E0 F9 D1
RGB 224 249 209
HSL 98° 76.92% 89.80%
HSB/HSV 98° 16.06% 97.65%
CMYK 10.04% 0.00% 16.06%
2.35%

Color #E0F9D1 in popluar number systems.

HEX E0 F9 D1
Decimal 224 249 209
Binary 11100000 11111001 11010001
Octal 340 371 321

Shades and tints

Shades of #E0F9D1

#E0F9D1
(224,249,209)
#CCE3BE
(204,227,190)
#B8CDAB
(184,205,171)
#A4B798
(164,183,152)
#90A185
(144,161,133)
#7C8B72
(124,139,114)
#68755F
(104,117,95)
#545F4C
(84,95,76)
#404939
(64,73,57)
#2C3326
(44,51,38)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #E0F9D1

#E0F9D1
(224,249,209)
#E2F9D5
(226,249,213)
#E4F9D9
(228,249,217)
#E6F9DD
(230,249,221)
#E8F9E1
(232,249,225)
#EAF9E5
(234,249,229)
#ECF9E9
(236,249,233)
#EEF9ED
(238,249,237)
#F0F9F1
(240,249,241)
#F2F9F5
(242,249,245)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F9D1 color. Also use rgb(224,249,209) instead hex code.

Text Font Color

.myTextColor { color: #E0F9D1; }

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

This text font color is #E0F9D1.

Background Color

.myBgColor { background-color: #E0F9D1; }

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

This div background color is #E0F9D1.

Border color

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

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

This div border color is #E0F9D1.

Opacity

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

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

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

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

This text has shadow with #E0F9D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F9D1.

Preview

Color preview on black background

This text has color #E0F9D1 on black background.


Color preview on white background

This text has color #E0F9D1 on white background.


Black color preview on #E0F9D1 background

This text has black color on #E0F9D1 background.


White color preview on #E0F9D1 background

This text has white color on #E0F9D1 background.


Related colors

Complementary color

Complementary color for #hex is #1F062E.


I love getcolorcode.com

Triadic colors

1 #D1E0F9 and #F9D1E0 with #E0F9D1 are triadic colors.

2 #D1F9E0 and #F9E0D1 with #E0F9D1 are triadic colors.