COLOR #E0F1DC

HEX: #E0F1DC RGB: (224,241,220)

Color info

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

RGB color model

#E0F1DC color RGB value is (224,241,220).

RGB: (224,241,220) (88%, 95%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 220 of 255 = 86%

224
241
220

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

Portions of RGB colors in percentages

R + G + B = 224 + 241 + 220 = 685 (100%)
R 224 of 685 ~ 32.7%
G 241 of 685 ~ 35.18%
B 220 of 685 ~ 32.12'%

%32.7
%35.18
%32.12

CMYK color model

#E0F1DC color CMYK value is (7,0,9,5).

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

CMYK: (7,0,9,5)
C7M0Y9K5 (7%, 0%, 9%, 5%)
(0.07 / 0.00 / 0.09 / 0.05)

CMYK percentages

%7.05
%0
%8.71
%5.49

Codes

Color #E0F1DC in popluar color models

E0 F1 DC
RGB 224 241 220
HSL 109° 42.86% 90.39%
HSB/HSV 109° 8.71% 94.51%
CMYK 7.05% 0.00% 8.71%
5.49%

Color #E0F1DC in popluar number systems.

HEX E0 F1 DC
Decimal 224 241 220
Binary 11100000 11110001 11011100
Octal 340 361 334

Shades and tints

Shades of #E0F1DC

#E0F1DC
(224,241,220)
#CCDCC8
(204,220,200)
#B8C7B4
(184,199,180)
#A4B2A0
(164,178,160)
#909D8C
(144,157,140)
#7C8878
(124,136,120)
#687364
(104,115,100)
#545E50
(84,94,80)
#40493C
(64,73,60)
#2C3428
(44,52,40)
#181F14
(24,31,20)
#000000
(0,0,0)

Tints of #E0F1DC

#E0F1DC
(224,241,220)
#E2F2DF
(226,242,223)
#E4F3E2
(228,243,226)
#E6F4E5
(230,244,229)
#E8F5E8
(232,245,232)
#EAF6EB
(234,246,235)
#ECF7EE
(236,247,238)
#EEF8F1
(238,248,241)
#F0F9F4
(240,249,244)
#F2FAF7
(242,250,247)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F1DC; }

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

This text font color is #E0F1DC.

Background Color

.myBgColor { background-color: #E0F1DC; }

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

This div background color is #E0F1DC.

Border color

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

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

This div border color is #E0F1DC.

Opacity

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

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

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

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

This text has shadow with #E0F1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F1DC.

Preview

Color preview on black background

This text has color #E0F1DC on black background.


Color preview on white background

This text has color #E0F1DC on white background.


Black color preview on #E0F1DC background

This text has black color on #E0F1DC background.


White color preview on #E0F1DC background

This text has white color on #E0F1DC background.


Related colors

Complementary color

Complementary color for #hex is #1F0E23.


I love getcolorcode.com

Triadic colors

1 #DCE0F1 and #F1DCE0 with #E0F1DC are triadic colors.

2 #DCF1E0 and #F1E0DC with #E0F1DC are triadic colors.