COLOR #E0FCAF

HEX: #E0FCAF
RGB: (224,252,175)

Color info

#E0FCAF contains mainly red and green colors. Web safe color of #E0FCAF is #CCFF99 (or #CF9).

RGB color model

#E0FCAF color RGB value is (224,252,175).

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

RGB channels and saturation

R 224 of 255 = 88%
G 252 of 255 = 99%
B 175 of 255 = 69%

224
252
175

R + G + B ~ 85%. #E0FCAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 252 + 175 = 651 (100%)
R 224 of 651 ~ 34.41%
G 252 of 651 ~ 38.71%
B 175 of 651 ~ 26.88%

%34.41
%38.71
%26.88

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 1.18%
CMYK:
(11,0,31,1)
C11M0Y31K1 
(11%,0%,31%,1%)
(0.11/0.00/0.31/0.01)	

CMYK percentages

%11.11
%0
%30.56
%1.18

Codes

Color #E0FCAF in popluar color models

E0FCAF
RGB224252175
HSL82°92.77%83.73%
HSB/HSV82°30.56%98.82%
CMYK11.11%0.00%30.56%
1.18%

Color #E0FCAF in popluar number systems.

HEXE0FCAF
Decimal224252175
Binary111000001111110010101111
Octal340374257

Shades and tints

Shades of #E0FCAF

#E0FCAF
(224,252,175)
#CCE6A0
(204,230,160)
#B8D091
(184,208,145)
#A4BA82
(164,186,130)
#90A473
(144,164,115)
#7C8E64
(124,142,100)
#687855
(104,120,85)
#546246
(84,98,70)
#404C37
(64,76,55)
#2C3628
(44,54,40)
#182019
(24,32,25)
#000000
(0,0,0)

Tints of #E0FCAF

#E0FCAF
(224,252,175)
#E2FCB6
(226,252,182)
#E4FCBD
(228,252,189)
#E6FCC4
(230,252,196)
#E8FCCB
(232,252,203)
#EAFCD2
(234,252,210)
#ECFCD9
(236,252,217)
#EEFCE0
(238,252,224)
#F0FCE7
(240,252,231)
#F2FCEE
(242,252,238)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FCAF; }

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

This text font color is #E0FCAF.


Background Color

.myBgColor { background-color: #E0FCAF; }

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

This div background color is #E0FCAF.


Border color

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

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

This div border color is #E0FCAF.


Opacity

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

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

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

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

This text has shadow with #E0FCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FCAF on black background.


Color preview on white background

This text has color #E0FCAF on white background.



Black color preview on #E0FCAF background

This text has black color on #E0FCAF background.


White color preview on #E0FCAF background

This text has white color on #E0FCAF background.