COLOR #E0FCE1

HEX: #E0FCE1
RGB: (224,252,225)

Color info

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

RGB color model

#E0FCE1 color RGB value is (224,252,225).

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

RGB channels and saturation

R 224 of 255 = 88%
G 252 of 255 = 99%
B 225 of 255 = 88%

224
252
225

R + G + B ~ 92%. #E0FCE1 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 252 + 225 = 701 (100%)
R 224 of 701 ~ 31.95%
G 252 of 701 ~ 35.95%
B 225 of 701 ~ 32.1%

%31.95
%35.95
%32.1

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK:
(11,0,11,1)
C11M0Y11K1 
(11%,0%,11%,1%)
(0.11/0.00/0.11/0.01)	

CMYK percentages

%11.11
%0
%10.71
%1.18

Codes

Color #E0FCE1 in popluar color models

E0FCE1
RGB224252225
HSL122°82.35%93.33%
HSB/HSV122°11.11%98.82%
CMYK11.11%0.00%10.71%
1.18%

Color #E0FCE1 in popluar number systems.

HEXE0FCE1
Decimal224252225
Binary111000001111110011100001
Octal340374341

Shades and tints

Shades of #E0FCE1

#E0FCE1
(224,252,225)
#CCE6CD
(204,230,205)
#B8D0B9
(184,208,185)
#A4BAA5
(164,186,165)
#90A491
(144,164,145)
#7C8E7D
(124,142,125)
#687869
(104,120,105)
#546255
(84,98,85)
#404C41
(64,76,65)
#2C362D
(44,54,45)
#182019
(24,32,25)
#000000
(0,0,0)

Tints of #E0FCE1

#E0FCE1
(224,252,225)
#E2FCE3
(226,252,227)
#E4FCE5
(228,252,229)
#E6FCE7
(230,252,231)
#E8FCE9
(232,252,233)
#EAFCEB
(234,252,235)
#ECFCED
(236,252,237)
#EEFCEF
(238,252,239)
#F0FCF1
(240,252,241)
#F2FCF3
(242,252,243)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FCE1; }

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

This text font color is #E0FCE1.


Background Color

.myBgColor { background-color: #E0FCE1; }

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

This div background color is #E0FCE1.


Border color

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

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

This div border color is #E0FCE1.


Opacity

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

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

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

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

This text has shadow with #E0FCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FCE1 on black background.


Color preview on white background

This text has color #E0FCE1 on white background.



Black color preview on #E0FCE1 background

This text has black color on #E0FCE1 background.


White color preview on #E0FCE1 background

This text has white color on #E0FCE1 background.