COLOR #E1FEC5

HEX: #E1FEC5 RGB: (225,254,197)

Color info

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

RGB color model

#E1FEC5 color RGB value is (225,254,197).

RGB: (225,254,197) (88%, 100%, 77%)

RGB channels and saturation

R 225 of 255 = 88%
G 254 of 255 = 100%
B 197 of 255 = 77%

225
254
197

R + G + B ~ 88%. #E1FEC5 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 254 + 197 = 676 (100%)
R 225 of 676 ~ 33.28%
G 254 of 676 ~ 37.57%
B 197 of 676 ~ 29.14'%

%33.28
%37.57
%29.14

CMYK color model

#E1FEC5 color CMYK value is (11,0,22,0).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 22.44%
  • key color value is 0.39%

CMYK: (11,0,22,0)
C11M0Y22K0 (11%, 0%, 22%, 0%)
(0.11 / 0.00 / 0.22 / 0.00)

CMYK percentages

%11.42
%0
%22.44
%0.39

Codes

Color #E1FEC5 in popluar color models

E1 FE C5
RGB 225 254 197
HSL 91° 96.61% 88.43%
HSB/HSV 91° 22.44% 99.61%
CMYK 11.42% 0.00% 22.44%
0.39%

Color #E1FEC5 in popluar number systems.

HEX E1 FE C5
Decimal 225 254 197
Binary 11100001 11111110 11000101
Octal 341 376 305

Shades and tints

Shades of #E1FEC5

#E1FEC5
(225,254,197)
#CDE7B4
(205,231,180)
#B9D0A3
(185,208,163)
#A5B992
(165,185,146)
#91A281
(145,162,129)
#7D8B70
(125,139,112)
#69745F
(105,116,95)
#555D4E
(85,93,78)
#41463D
(65,70,61)
#2D2F2C
(45,47,44)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #E1FEC5

#E1FEC5
(225,254,197)
#E3FECA
(227,254,202)
#E5FECF
(229,254,207)
#E7FED4
(231,254,212)
#E9FED9
(233,254,217)
#EBFEDE
(235,254,222)
#EDFEE3
(237,254,227)
#EFFEE8
(239,254,232)
#F1FEED
(241,254,237)
#F3FEF2
(243,254,242)
#F5FEF7
(245,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FEC5 color. Also use rgb(225,254,197) instead hex code.

Text Font Color

.myTextColor { color: #E1FEC5; }

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

This text font color is #E1FEC5.

Background Color

.myBgColor { background-color: #E1FEC5; }

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

This div background color is #E1FEC5.

Border color

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

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

This div border color is #E1FEC5.

Opacity

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

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

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

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

This text has shadow with #E1FEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FEC5.

Preview

Color preview on black background

This text has color #E1FEC5 on black background.


Color preview on white background

This text has color #E1FEC5 on white background.


Black color preview on #E1FEC5 background

This text has black color on #E1FEC5 background.


White color preview on #E1FEC5 background

This text has white color on #E1FEC5 background.


Related colors

Complementary color

Complementary color for #hex is #1E013A.


I love getcolorcode.com

Triadic colors

1 #C5E1FE and #FEC5E1 with #E1FEC5 are triadic colors.

2 #C5FEE1 and #FEE1C5 with #E1FEC5 are triadic colors.