COLOR #E0FD97

HEX: #E0FD97 RGB: (224,253,151)

Color info

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

RGB color model

#E0FD97 color RGB value is (224,253,151).

RGB: (224,253,151) (88%, 99%, 59%)

RGB channels and saturation

R 224 of 255 = 88%
G 253 of 255 = 99%
B 151 of 255 = 59%

224
253
151

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

Portions of RGB colors in percentages

R + G + B = 224 + 253 + 151 = 628 (100%)
R 224 of 628 ~ 35.67%
G 253 of 628 ~ 40.29%
B 151 of 628 ~ 24.04'%

%35.67
%40.29
%24.04

CMYK color model

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

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

CMYK percentages

%11.46
%0
%40.32
%0.78

Codes

Color #E0FD97 in popluar color models

E0 FD 97
RGB 224 253 151
HSL 77° 96.23% 79.22%
HSB/HSV 77° 40.32% 99.22%
CMYK 11.46% 0.00% 40.32%
0.78%

Color #E0FD97 in popluar number systems.

HEX E0 FD 97
Decimal 224 253 151
Binary 11100000 11111101 10010111
Octal 340 375 227

Shades and tints

Shades of #E0FD97

#E0FD97
(224,253,151)
#CCE68A
(204,230,138)
#B8CF7D
(184,207,125)
#A4B870
(164,184,112)
#90A163
(144,161,99)
#7C8A56
(124,138,86)
#687349
(104,115,73)
#545C3C
(84,92,60)
#40452F
(64,69,47)
#2C2E22
(44,46,34)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #E0FD97

#E0FD97
(224,253,151)
#E2FDA0
(226,253,160)
#E4FDA9
(228,253,169)
#E6FDB2
(230,253,178)
#E8FDBB
(232,253,187)
#EAFDC4
(234,253,196)
#ECFDCD
(236,253,205)
#EEFDD6
(238,253,214)
#F0FDDF
(240,253,223)
#F2FDE8
(242,253,232)
#F4FDF1
(244,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FD97 color. Also use rgb(224,253,151) instead hex code.

Text Font Color

.myTextColor { color: #E0FD97; }

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

This text font color is #E0FD97.

Background Color

.myBgColor { background-color: #E0FD97; }

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

This div background color is #E0FD97.

Border color

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

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

This div border color is #E0FD97.

Opacity

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

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

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

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

This text has shadow with #E0FD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FD97.

Preview

Color preview on black background

This text has color #E0FD97 on black background.


Color preview on white background

This text has color #E0FD97 on white background.


Black color preview on #E0FD97 background

This text has black color on #E0FD97 background.


White color preview on #E0FD97 background

This text has white color on #E0FD97 background.


Related colors

Complementary color

Complementary color for #hex is #1F0268.


I love getcolorcode.com

Triadic colors

1 #97E0FD and #FD97E0 with #E0FD97 are triadic colors.

2 #97FDE0 and #FDE097 with #E0FD97 are triadic colors.