COLOR #E1FCE2

HEX: #E1FCE2 RGB: (225,252,226)

Color info

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

RGB color model

#E1FCE2 color RGB value is (225,252,226).

RGB: (225,252,226) (88%, 99%, 89%)

RGB channels and saturation

R 225 of 255 = 88%
G 252 of 255 = 99%
B 226 of 255 = 89%

225
252
226

R + G + B ~ 92%. #E1FCE2 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 252 + 226 = 703 (100%)
R 225 of 703 ~ 32.01%
G 252 of 703 ~ 35.85%
B 226 of 703 ~ 32.15'%

%32.01
%35.85
%32.15

CMYK color model

#E1FCE2 color CMYK value is (11,0,10,1).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 10.32%
  • key color value is 1.18%

CMYK: (11,0,10,1)
C11M0Y10K1 (11%, 0%, 10%, 1%)
(0.11 / 0.00 / 0.10 / 0.01)

CMYK percentages

%10.71
%0
%10.32
%1.18

Codes

Color #E1FCE2 in popluar color models

E1 FC E2
RGB 225 252 226
HSL 122° 81.82% 93.53%
HSB/HSV 122° 10.71% 98.82%
CMYK 10.71% 0.00% 10.32%
1.18%

Color #E1FCE2 in popluar number systems.

HEX E1 FC E2
Decimal 225 252 226
Binary 11100001 11111100 11100010
Octal 341 374 342

Shades and tints

Shades of #E1FCE2

#E1FCE2
(225,252,226)
#CDE6CE
(205,230,206)
#B9D0BA
(185,208,186)
#A5BAA6
(165,186,166)
#91A492
(145,164,146)
#7D8E7E
(125,142,126)
#69786A
(105,120,106)
#556256
(85,98,86)
#414C42
(65,76,66)
#2D362E
(45,54,46)
#19201A
(25,32,26)
#000000
(0,0,0)

Tints of #E1FCE2

#E1FCE2
(225,252,226)
#E3FCE4
(227,252,228)
#E5FCE6
(229,252,230)
#E7FCE8
(231,252,232)
#E9FCEA
(233,252,234)
#EBFCEC
(235,252,236)
#EDFCEE
(237,252,238)
#EFFCF0
(239,252,240)
#F1FCF2
(241,252,242)
#F3FCF4
(243,252,244)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FCE2; }

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

This text font color is #E1FCE2.

Background Color

.myBgColor { background-color: #E1FCE2; }

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

This div background color is #E1FCE2.

Border color

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

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

This div border color is #E1FCE2.

Opacity

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

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

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

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

This text has shadow with #E1FCE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FCE2.

Preview

Color preview on black background

This text has color #E1FCE2 on black background.


Color preview on white background

This text has color #E1FCE2 on white background.


Black color preview on #E1FCE2 background

This text has black color on #E1FCE2 background.


White color preview on #E1FCE2 background

This text has white color on #E1FCE2 background.


Related colors

Complementary color

Complementary color for #hex is #1E031D.


I love getcolorcode.com

Triadic colors

1 #E2E1FC and #FCE2E1 with #E1FCE2 are triadic colors.

2 #E2FCE1 and #FCE1E2 with #E1FCE2 are triadic colors.