COLOR #E0FCDE

HEX: #E0FCDE
RGB: (224,252,222)

Color info

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

RGB color model

#E0FCDE color RGB value is (224,252,222).

  • red value is 224;
  • green value is 252;
  • blue value is 222.
RGB:
(224,252,222)
(88%,99%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 252 of 255 = 99%
B 222 of 255 = 87%

224
252
222

R + G + B ~ 91%. #E0FCDE is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 252 + 222 = 698 (100%)
R 224 of 698 ~ 32.09%
G 252 of 698 ~ 36.1%
B 222 of 698 ~ 31.81%

%32.09
%36.1
%31.81

CMYK color model

#E0FCDE color CMYK value is (11,0,12,1).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 1.18%
CMYK:
(11,0,12,1)
C11M0Y12K1 
(11%,0%,12%,1%)
(0.11/0.00/0.12/0.01)	

CMYK percentages

%11.11
%0
%11.9
%1.18

Codes

Color #E0FCDE in popluar color models

E0FCDE
RGB224252222
HSL116°83.33%92.94%
HSB/HSV116°11.90%98.82%
CMYK11.11%0.00%11.90%
1.18%

Color #E0FCDE in popluar number systems.

HEXE0FCDE
Decimal224252222
Binary111000001111110011011110
Octal340374336

Shades and tints

Shades of #E0FCDE

#E0FCDE
(224,252,222)
#CCE6CA
(204,230,202)
#B8D0B6
(184,208,182)
#A4BAA2
(164,186,162)
#90A48E
(144,164,142)
#7C8E7A
(124,142,122)
#687866
(104,120,102)
#546252
(84,98,82)
#404C3E
(64,76,62)
#2C362A
(44,54,42)
#182016
(24,32,22)
#000000
(0,0,0)

Tints of #E0FCDE

#E0FCDE
(224,252,222)
#E2FCE1
(226,252,225)
#E4FCE4
(228,252,228)
#E6FCE7
(230,252,231)
#E8FCEA
(232,252,234)
#EAFCED
(234,252,237)
#ECFCF0
(236,252,240)
#EEFCF3
(238,252,243)
#F0FCF6
(240,252,246)
#F2FCF9
(242,252,249)
#F4FCFC
(244,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FCDE color. Also use rgb(224,252,222) instead hex code.

Text Font Color

.myTextColor { color: #E0FCDE; }

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

This text font color is #E0FCDE.


Background Color

.myBgColor { background-color: #E0FCDE; }

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

This div background color is #E0FCDE.


Border color

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

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

This div border color is #E0FCDE.


Opacity

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

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

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

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

This text has shadow with #E0FCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FCDE on black background.


Color preview on white background

This text has color #E0FCDE on white background.



Black color preview on #E0FCDE background

This text has black color on #E0FCDE background.


White color preview on #E0FCDE background

This text has white color on #E0FCDE background.