COLOR #E0F3DC

HEX: #E0F3DC RGB: (224,243,220)

Color info

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

RGB color model

#E0F3DC color RGB value is (224,243,220).

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

RGB channels and saturation

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

224
243
220

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

Portions of RGB colors in percentages

R + G + B = 224 + 243 + 220 = 687 (100%)
R 224 of 687 ~ 32.61%
G 243 of 687 ~ 35.37%
B 220 of 687 ~ 32.02'%

%32.61
%35.37
%32.02

CMYK color model

#E0F3DC color CMYK value is (8,0,9,5).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 4.71%

CMYK: (8,0,9,5)
C8M0Y9K5 (8%, 0%, 9%, 5%)
(0.08 / 0.00 / 0.09 / 0.05)

CMYK percentages

%7.82
%0
%9.47
%4.71

Codes

Color #E0F3DC in popluar color models

E0 F3 DC
RGB 224 243 220
HSL 110° 48.94% 90.78%
HSB/HSV 110° 9.47% 95.29%
CMYK 7.82% 0.00% 9.47%
4.71%

Color #E0F3DC in popluar number systems.

HEX E0 F3 DC
Decimal 224 243 220
Binary 11100000 11110011 11011100
Octal 340 363 334

Shades and tints

Shades of #E0F3DC

#E0F3DC
(224,243,220)
#CCDDC8
(204,221,200)
#B8C7B4
(184,199,180)
#A4B1A0
(164,177,160)
#909B8C
(144,155,140)
#7C8578
(124,133,120)
#686F64
(104,111,100)
#545950
(84,89,80)
#40433C
(64,67,60)
#2C2D28
(44,45,40)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #E0F3DC

#E0F3DC
(224,243,220)
#E2F4DF
(226,244,223)
#E4F5E2
(228,245,226)
#E6F6E5
(230,246,229)
#E8F7E8
(232,247,232)
#EAF8EB
(234,248,235)
#ECF9EE
(236,249,238)
#EEFAF1
(238,250,241)
#F0FBF4
(240,251,244)
#F2FCF7
(242,252,247)
#F4FDFA
(244,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F3DC; }

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

This text font color is #E0F3DC.

Background Color

.myBgColor { background-color: #E0F3DC; }

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

This div background color is #E0F3DC.

Border color

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

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

This div border color is #E0F3DC.

Opacity

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

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

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

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

This text has shadow with #E0F3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F3DC.

Preview

Color preview on black background

This text has color #E0F3DC on black background.


Color preview on white background

This text has color #E0F3DC on white background.


Black color preview on #E0F3DC background

This text has black color on #E0F3DC background.


White color preview on #E0F3DC background

This text has white color on #E0F3DC background.


Related colors

Complementary color

Complementary color for #hex is #1F0C23.


I love getcolorcode.com

Triadic colors

1 #DCE0F3 and #F3DCE0 with #E0F3DC are triadic colors.

2 #DCF3E0 and #F3E0DC with #E0F3DC are triadic colors.