COLOR #E1FCD0

HEX: #E1FCD0
RGB: (225,252,208)

Color info

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

RGB color model

#E1FCD0 color RGB value is (225,252,208).

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

RGB channels and saturation

R 225 of 255 = 88%
G 252 of 255 = 99%
B 208 of 255 = 82%

225
252
208

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

Portions of RGB colors in percentages

R + G + B =
225 + 252 + 208 = 685 (100%)
R 225 of 685 ~ 32.85%
G 252 of 685 ~ 36.79%
B 208 of 685 ~ 30.36%

%32.85
%36.79
%30.36

CMYK color model

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

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 1.18%
CMYK:
(11,0,17,1)
C11M0Y17K1 
(11%,0%,17%,1%)
(0.11/0.00/0.17/0.01)	

CMYK percentages

%10.71
%0
%17.46
%1.18

Codes

Color #E1FCD0 in popluar color models

E1FCD0
RGB225252208
HSL97°88.00%90.20%
HSB/HSV97°17.46%98.82%
CMYK10.71%0.00%17.46%
1.18%

Color #E1FCD0 in popluar number systems.

HEXE1FCD0
Decimal225252208
Binary111000011111110011010000
Octal341374320

Shades and tints

Shades of #E1FCD0

#E1FCD0
(225,252,208)
#CDE6BE
(205,230,190)
#B9D0AC
(185,208,172)
#A5BA9A
(165,186,154)
#91A488
(145,164,136)
#7D8E76
(125,142,118)
#697864
(105,120,100)
#556252
(85,98,82)
#414C40
(65,76,64)
#2D362E
(45,54,46)
#19201C
(25,32,28)
#000000
(0,0,0)

Tints of #E1FCD0

#E1FCD0
(225,252,208)
#E3FCD4
(227,252,212)
#E5FCD8
(229,252,216)
#E7FCDC
(231,252,220)
#E9FCE0
(233,252,224)
#EBFCE4
(235,252,228)
#EDFCE8
(237,252,232)
#EFFCEC
(239,252,236)
#F1FCF0
(241,252,240)
#F3FCF4
(243,252,244)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FCD0; }

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

This text font color is #E1FCD0.


Background Color

.myBgColor { background-color: #E1FCD0; }

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

This div background color is #E1FCD0.


Border color

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

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

This div border color is #E1FCD0.


Opacity

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

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

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

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

This text has shadow with #E1FCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FCD0 on black background.


Color preview on white background

This text has color #E1FCD0 on white background.



Black color preview on #E1FCD0 background

This text has black color on #E1FCD0 background.


White color preview on #E1FCD0 background

This text has white color on #E1FCD0 background.