COLOR #E1FCCA

HEX: #E1FCCA
RGB: (225,252,202)

Color info

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

RGB color model

#E1FCCA color RGB value is (225,252,202).

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

RGB channels and saturation

R 225 of 255 = 88%
G 252 of 255 = 99%
B 202 of 255 = 79%

225
252
202

R + G + B ~ 89%. #E1FCCA is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 252 + 202 = 679 (100%)
R 225 of 679 ~ 33.14%
G 252 of 679 ~ 37.11%
B 202 of 679 ~ 29.75%

%33.14
%37.11
%29.75

CMYK color model

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

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 1.18%
CMYK:
(11,0,20,1)
C11M0Y20K1 
(11%,0%,20%,1%)
(0.11/0.00/0.20/0.01)	

CMYK percentages

%10.71
%0
%19.84
%1.18

Codes

Color #E1FCCA in popluar color models

E1FCCA
RGB225252202
HSL92°89.29%89.02%
HSB/HSV92°19.84%98.82%
CMYK10.71%0.00%19.84%
1.18%

Color #E1FCCA in popluar number systems.

HEXE1FCCA
Decimal225252202
Binary111000011111110011001010
Octal341374312

Shades and tints

Shades of #E1FCCA

#E1FCCA
(225,252,202)
#CDE6B8
(205,230,184)
#B9D0A6
(185,208,166)
#A5BA94
(165,186,148)
#91A482
(145,164,130)
#7D8E70
(125,142,112)
#69785E
(105,120,94)
#55624C
(85,98,76)
#414C3A
(65,76,58)
#2D3628
(45,54,40)
#192016
(25,32,22)
#000000
(0,0,0)

Tints of #E1FCCA

#E1FCCA
(225,252,202)
#E3FCCE
(227,252,206)
#E5FCD2
(229,252,210)
#E7FCD6
(231,252,214)
#E9FCDA
(233,252,218)
#EBFCDE
(235,252,222)
#EDFCE2
(237,252,226)
#EFFCE6
(239,252,230)
#F1FCEA
(241,252,234)
#F3FCEE
(243,252,238)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FCCA; }

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

This text font color is #E1FCCA.


Background Color

.myBgColor { background-color: #E1FCCA; }

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

This div background color is #E1FCCA.


Border color

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

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

This div border color is #E1FCCA.


Opacity

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

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

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

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

This text has shadow with #E1FCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FCCA on black background.


Color preview on white background

This text has color #E1FCCA on white background.



Black color preview on #E1FCCA background

This text has black color on #E1FCCA background.


White color preview on #E1FCCA background

This text has white color on #E1FCCA background.