COLOR #E0F1DA

HEX: #E0F1DA RGB: (224,241,218)

Color info

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

RGB color model

#E0F1DA color RGB value is (224,241,218).

RGB: (224,241,218) (88%, 95%, 85%)

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 218 of 255 = 85%

224
241
218

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

Portions of RGB colors in percentages

R + G + B = 224 + 241 + 218 = 683 (100%)
R 224 of 683 ~ 32.8%
G 241 of 683 ~ 35.29%
B 218 of 683 ~ 31.92'%

%32.8
%35.29
%31.92

CMYK color model

#E0F1DA color CMYK value is (7,0,10,5).

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 9.54%
  • key color value is 5.49%

CMYK: (7,0,10,5)
C7M0Y10K5 (7%, 0%, 10%, 5%)
(0.07 / 0.00 / 0.10 / 0.05)

CMYK percentages

%7.05
%0
%9.54
%5.49

Codes

Color #E0F1DA in popluar color models

E0 F1 DA
RGB 224 241 218
HSL 104° 45.10% 90.00%
HSB/HSV 104° 9.54% 94.51%
CMYK 7.05% 0.00% 9.54%
5.49%

Color #E0F1DA in popluar number systems.

HEX E0 F1 DA
Decimal 224 241 218
Binary 11100000 11110001 11011010
Octal 340 361 332

Shades and tints

Shades of #E0F1DA

#E0F1DA
(224,241,218)
#CCDCC7
(204,220,199)
#B8C7B4
(184,199,180)
#A4B2A1
(164,178,161)
#909D8E
(144,157,142)
#7C887B
(124,136,123)
#687368
(104,115,104)
#545E55
(84,94,85)
#404942
(64,73,66)
#2C342F
(44,52,47)
#181F1C
(24,31,28)
#000000
(0,0,0)

Tints of #E0F1DA

#E0F1DA
(224,241,218)
#E2F2DD
(226,242,221)
#E4F3E0
(228,243,224)
#E6F4E3
(230,244,227)
#E8F5E6
(232,245,230)
#EAF6E9
(234,246,233)
#ECF7EC
(236,247,236)
#EEF8EF
(238,248,239)
#F0F9F2
(240,249,242)
#F2FAF5
(242,250,245)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F1DA color. Also use rgb(224,241,218) instead hex code.

Text Font Color

.myTextColor { color: #E0F1DA; }

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

This text font color is #E0F1DA.

Background Color

.myBgColor { background-color: #E0F1DA; }

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

This div background color is #E0F1DA.

Border color

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

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

This div border color is #E0F1DA.

Opacity

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

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

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

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

This text has shadow with #E0F1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F1DA.

Preview

Color preview on black background

This text has color #E0F1DA on black background.


Color preview on white background

This text has color #E0F1DA on white background.


Black color preview on #E0F1DA background

This text has black color on #E0F1DA background.


White color preview on #E0F1DA background

This text has white color on #E0F1DA background.


Related colors

Complementary color

Complementary color for #hex is #1F0E25.


I love getcolorcode.com

Triadic colors

1 #DAE0F1 and #F1DAE0 with #E0F1DA are triadic colors.

2 #DAF1E0 and #F1E0DA with #E0F1DA are triadic colors.