COLOR #E1FCD6

HEX: #E1FCD6 RGB: (225,252,214)

Color info

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

RGB color model

#E1FCD6 color RGB value is (225,252,214).

RGB: (225,252,214) (88%, 99%, 84%)

RGB channels and saturation

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

225
252
214

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

Portions of RGB colors in percentages

R + G + B = 225 + 252 + 214 = 691 (100%)
R 225 of 691 ~ 32.56%
G 252 of 691 ~ 36.47%
B 214 of 691 ~ 30.97'%

%32.56
%36.47
%30.97

CMYK color model

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

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • 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
%15.08
%1.18

Codes

Color #E1FCD6 in popluar color models

E1 FC D6
RGB 225 252 214
HSL 103° 86.36% 91.37%
HSB/HSV 103° 15.08% 98.82%
CMYK 10.71% 0.00% 15.08%
1.18%

Color #E1FCD6 in popluar number systems.

HEX E1 FC D6
Decimal 225 252 214
Binary 11100001 11111100 11010110
Octal 341 374 326

Shades and tints

Shades of #E1FCD6

#E1FCD6
(225,252,214)
#CDE6C3
(205,230,195)
#B9D0B0
(185,208,176)
#A5BA9D
(165,186,157)
#91A48A
(145,164,138)
#7D8E77
(125,142,119)
#697864
(105,120,100)
#556251
(85,98,81)
#414C3E
(65,76,62)
#2D362B
(45,54,43)
#192018
(25,32,24)
#000000
(0,0,0)

Tints of #E1FCD6

#E1FCD6
(225,252,214)
#E3FCD9
(227,252,217)
#E5FCDC
(229,252,220)
#E7FCDF
(231,252,223)
#E9FCE2
(233,252,226)
#EBFCE5
(235,252,229)
#EDFCE8
(237,252,232)
#EFFCEB
(239,252,235)
#F1FCEE
(241,252,238)
#F3FCF1
(243,252,241)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FCD6; }

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

This text font color is #E1FCD6.

Background Color

.myBgColor { background-color: #E1FCD6; }

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

This div background color is #E1FCD6.

Border color

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

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

This div border color is #E1FCD6.

Opacity

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

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

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

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

This text has shadow with #E1FCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FCD6.

Preview

Color preview on black background

This text has color #E1FCD6 on black background.


Color preview on white background

This text has color #E1FCD6 on white background.


Black color preview on #E1FCD6 background

This text has black color on #E1FCD6 background.


White color preview on #E1FCD6 background

This text has white color on #E1FCD6 background.


Related colors

Complementary color

Complementary color for #hex is #1E0329.


I love getcolorcode.com

Triadic colors

1 #D6E1FC and #FCD6E1 with #E1FCD6 are triadic colors.

2 #D6FCE1 and #FCE1D6 with #E1FCD6 are triadic colors.