COLOR #E1FCD4

HEX: #E1FCD4
RGB: (225,252,212)

Color info

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

RGB color model

#E1FCD4 color RGB value is (225,252,212).

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

RGB channels and saturation

R 225 of 255 = 88%
G 252 of 255 = 99%
B 212 of 255 = 83%

225
252
212

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

Portions of RGB colors in percentages

R + G + B =
225 + 252 + 212 = 689 (100%)
R 225 of 689 ~ 32.66%
G 252 of 689 ~ 36.57%
B 212 of 689 ~ 30.77%

%32.66
%36.57
%30.77

CMYK color model

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

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 1.18%
CMYK:
(11,0,16,1)
C11M0Y16K1 
(11%,0%,16%,1%)
(0.11/0.00/0.16/0.01)	

CMYK percentages

%10.71
%0
%15.87
%1.18

Codes

Color #E1FCD4 in popluar color models

E1FCD4
RGB225252212
HSL101°86.96%90.98%
HSB/HSV101°15.87%98.82%
CMYK10.71%0.00%15.87%
1.18%

Color #E1FCD4 in popluar number systems.

HEXE1FCD4
Decimal225252212
Binary111000011111110011010100
Octal341374324

Shades and tints

Shades of #E1FCD4

#E1FCD4
(225,252,212)
#CDE6C1
(205,230,193)
#B9D0AE
(185,208,174)
#A5BA9B
(165,186,155)
#91A488
(145,164,136)
#7D8E75
(125,142,117)
#697862
(105,120,98)
#55624F
(85,98,79)
#414C3C
(65,76,60)
#2D3629
(45,54,41)
#192016
(25,32,22)
#000000
(0,0,0)

Tints of #E1FCD4

#E1FCD4
(225,252,212)
#E3FCD7
(227,252,215)
#E5FCDA
(229,252,218)
#E7FCDD
(231,252,221)
#E9FCE0
(233,252,224)
#EBFCE3
(235,252,227)
#EDFCE6
(237,252,230)
#EFFCE9
(239,252,233)
#F1FCEC
(241,252,236)
#F3FCEF
(243,252,239)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FCD4; }

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

This text font color is #E1FCD4.


Background Color

.myBgColor { background-color: #E1FCD4; }

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

This div background color is #E1FCD4.


Border color

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

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

This div border color is #E1FCD4.


Opacity

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

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

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

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

This text has shadow with #E1FCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FCD4 on black background.


Color preview on white background

This text has color #E1FCD4 on white background.



Black color preview on #E1FCD4 background

This text has black color on #E1FCD4 background.


White color preview on #E1FCD4 background

This text has white color on #E1FCD4 background.