COLOR #E0F1DD

HEX: #E0F1DD RGB: (224,241,221)

Color info

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

RGB color model

#E0F1DD color RGB value is (224,241,221).

RGB: (224,241,221) (88%, 95%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 221 of 255 = 87%

224
241
221

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

Portions of RGB colors in percentages

R + G + B = 224 + 241 + 221 = 686 (100%)
R 224 of 686 ~ 32.65%
G 241 of 686 ~ 35.13%
B 221 of 686 ~ 32.22'%

%32.65
%35.13
%32.22

CMYK color model

#E0F1DD color CMYK value is (7,0,8,5).

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

CMYK: (7,0,8,5)
C7M0Y8K5 (7%, 0%, 8%, 5%)
(0.07 / 0.00 / 0.08 / 0.05)

CMYK percentages

%7.05
%0
%8.3
%5.49

Codes

Color #E0F1DD in popluar color models

E0 F1 DD
RGB 224 241 221
HSL 111° 41.67% 90.59%
HSB/HSV 111° 8.30% 94.51%
CMYK 7.05% 0.00% 8.30%
5.49%

Color #E0F1DD in popluar number systems.

HEX E0 F1 DD
Decimal 224 241 221
Binary 11100000 11110001 11011101
Octal 340 361 335

Shades and tints

Shades of #E0F1DD

#E0F1DD
(224,241,221)
#CCDCC9
(204,220,201)
#B8C7B5
(184,199,181)
#A4B2A1
(164,178,161)
#909D8D
(144,157,141)
#7C8879
(124,136,121)
#687365
(104,115,101)
#545E51
(84,94,81)
#40493D
(64,73,61)
#2C3429
(44,52,41)
#181F15
(24,31,21)
#000000
(0,0,0)

Tints of #E0F1DD

#E0F1DD
(224,241,221)
#E2F2E0
(226,242,224)
#E4F3E3
(228,243,227)
#E6F4E6
(230,244,230)
#E8F5E9
(232,245,233)
#EAF6EC
(234,246,236)
#ECF7EF
(236,247,239)
#EEF8F2
(238,248,242)
#F0F9F5
(240,249,245)
#F2FAF8
(242,250,248)
#F4FBFB
(244,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F1DD; }

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

This text font color is #E0F1DD.

Background Color

.myBgColor { background-color: #E0F1DD; }

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

This div background color is #E0F1DD.

Border color

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

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

This div border color is #E0F1DD.

Opacity

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

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

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

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

This text has shadow with #E0F1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F1DD.

Preview

Color preview on black background

This text has color #E0F1DD on black background.


Color preview on white background

This text has color #E0F1DD on white background.


Black color preview on #E0F1DD background

This text has black color on #E0F1DD background.


White color preview on #E0F1DD background

This text has white color on #E0F1DD background.


Related colors

Complementary color

Complementary color for #hex is #1F0E22.


I love getcolorcode.com

Triadic colors

1 #DDE0F1 and #F1DDE0 with #E0F1DD are triadic colors.

2 #DDF1E0 and #F1E0DD with #E0F1DD are triadic colors.