COLOR #E1FC97

HEX: #E1FC97 RGB: (225,252,151)

Color info

#E1FC97 contains mainly red and green colors. Web safe color of #E1FC97 is #CCFF99 (or #CF9).

RGB color model

#E1FC97 color RGB value is (225,252,151).

RGB: (225,252,151) (88%, 99%, 59%)

RGB channels and saturation

R 225 of 255 = 88%
G 252 of 255 = 99%
B 151 of 255 = 59%

225
252
151

R + G + B ~ 82%. #E1FC97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 252 + 151 = 628 (100%)
R 225 of 628 ~ 35.83%
G 252 of 628 ~ 40.13%
B 151 of 628 ~ 24.04'%

%35.83
%40.13
%24.04

CMYK color model

#E1FC97 color CMYK value is (11,0,40,1).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 40.08%
  • key color value is 1.18%
CMYK: (11,0,40,1) C11M0Y40K1 (11%,0%,40%,1%) (0.11/0.00/0.40/0.01) 

CMYK percentages

%10.71
%0
%40.08
%1.18

Codes

Color #E1FC97 in popluar color models

E1 FC 97
RGB 225 252 151
HSL 76° 94.39% 79.02%
HSB/HSV 76° 40.08% 98.82%
CMYK 10.71% 0.00% 40.08%
1.18%

Color #E1FC97 in popluar number systems.

HEX E1 FC 97
Decimal 225 252 151
Binary 11100001 11111100 10010111
Octal 341 374 227

Shades and tints

Shades of #E1FC97

#E1FC97
(225,252,151)
#CDE68A
(205,230,138)
#B9D07D
(185,208,125)
#A5BA70
(165,186,112)
#91A463
(145,164,99)
#7D8E56
(125,142,86)
#697849
(105,120,73)
#55623C
(85,98,60)
#414C2F
(65,76,47)
#2D3622
(45,54,34)
#192015
(25,32,21)
#000000
(0,0,0)

Tints of #E1FC97

#E1FC97
(225,252,151)
#E3FCA0
(227,252,160)
#E5FCA9
(229,252,169)
#E7FCB2
(231,252,178)
#E9FCBB
(233,252,187)
#EBFCC4
(235,252,196)
#EDFCCD
(237,252,205)
#EFFCD6
(239,252,214)
#F1FCDF
(241,252,223)
#F3FCE8
(243,252,232)
#F5FCF1
(245,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FC97; }

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

This text font color is #E1FC97.

Background Color

.myBgColor { background-color: #E1FC97; }

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

This div background color is #E1FC97.

Border color

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

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

This div border color is #E1FC97.

Opacity

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

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

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

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

This text has shadow with #E1FC97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FC97.

Preview

Color preview on black background

This text has color #E1FC97 on black background.


Color preview on white background

This text has color #E1FC97 on white background.


Black color preview on #E1FC97 background

This text has black color on #E1FC97 background.


White color preview on #E1FC97 background

This text has white color on #E1FC97 background.


Related colors

Complementary color

Complementary color for #hex is #1E0368.


I love getcolorcode.com

Triadic colors

1 #97E1FC and #FC97E1 with #E1FC97 are triadic colors.

2 #97FCE1 and #FCE197 with #E1FC97 are triadic colors.