COLOR #E1FCD7

HEX: #E1FCD7
RGB: (225,252,215)

Color info

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

RGB color model

#E1FCD7 color RGB value is (225,252,215).

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

RGB channels and saturation

R 225 of 255 = 88%
G 252 of 255 = 99%
B 215 of 255 = 84%

225
252
215

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

Portions of RGB colors in percentages

R + G + B =
225 + 252 + 215 = 692 (100%)
R 225 of 692 ~ 32.51%
G 252 of 692 ~ 36.42%
B 215 of 692 ~ 31.07%

%32.51
%36.42
%31.07

CMYK color model

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

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(11,0,15,1)
C11M0Y15K1 
(11%,0%,15%,1%)
(0.11/0.00/0.15/0.01)	

CMYK percentages

%10.71
%0
%14.68
%1.18

Codes

Color #E1FCD7 in popluar color models

E1FCD7
RGB225252215
HSL104°86.05%91.57%
HSB/HSV104°14.68%98.82%
CMYK10.71%0.00%14.68%
1.18%

Color #E1FCD7 in popluar number systems.

HEXE1FCD7
Decimal225252215
Binary111000011111110011010111
Octal341374327

Shades and tints

Shades of #E1FCD7

#E1FCD7
(225,252,215)
#CDE6C4
(205,230,196)
#B9D0B1
(185,208,177)
#A5BA9E
(165,186,158)
#91A48B
(145,164,139)
#7D8E78
(125,142,120)
#697865
(105,120,101)
#556252
(85,98,82)
#414C3F
(65,76,63)
#2D362C
(45,54,44)
#192019
(25,32,25)
#000000
(0,0,0)

Tints of #E1FCD7

#E1FCD7
(225,252,215)
#E3FCDA
(227,252,218)
#E5FCDD
(229,252,221)
#E7FCE0
(231,252,224)
#E9FCE3
(233,252,227)
#EBFCE6
(235,252,230)
#EDFCE9
(237,252,233)
#EFFCEC
(239,252,236)
#F1FCEF
(241,252,239)
#F3FCF2
(243,252,242)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FCD7; }

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

This text font color is #E1FCD7.


Background Color

.myBgColor { background-color: #E1FCD7; }

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

This div background color is #E1FCD7.


Border color

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

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

This div border color is #E1FCD7.


Opacity

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

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

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

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

This text has shadow with #E1FCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FCD7 on black background.


Color preview on white background

This text has color #E1FCD7 on white background.



Black color preview on #E1FCD7 background

This text has black color on #E1FCD7 background.


White color preview on #E1FCD7 background

This text has white color on #E1FCD7 background.