COLOR #E9FD97

HEX: #E9FD97 RGB: (233,253,151)

Color info

#E9FD97 contains mainly red and green colors. Web safe color of #E9FD97 is #FFFF99 (or #FF9).

RGB color model

#E9FD97 color RGB value is (233,253,151).

RGB: (233,253,151) (91%, 99%, 59%)

RGB channels and saturation

R 233 of 255 = 91%
G 253 of 255 = 99%
B 151 of 255 = 59%

233
253
151

R + G + B ~ 83%. #E9FD97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 253 + 151 = 637 (100%)
R 233 of 637 ~ 36.58%
G 253 of 637 ~ 39.72%
B 151 of 637 ~ 23.7'%

%36.58
%39.72
%23.7

CMYK color model

#E9FD97 color CMYK value is (8,0,40,1).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 40.32%
  • key color value is 0.78%

CMYK: (8,0,40,1)
C8M0Y40K1 (8%, 0%, 40%, 1%)
(0.08 / 0.00 / 0.40 / 0.01)

CMYK percentages

%7.91
%0
%40.32
%0.78

Codes

Color #E9FD97 in popluar color models

E9 FD 97
RGB 233 253 151
HSL 72° 96.23% 79.22%
HSB/HSV 72° 40.32% 99.22%
CMYK 7.91% 0.00% 40.32%
0.78%

Color #E9FD97 in popluar number systems.

HEX E9 FD 97
Decimal 233 253 151
Binary 11101001 11111101 10010111
Octal 351 375 227

Shades and tints

Shades of #E9FD97

#E9FD97
(233,253,151)
#D4E68A
(212,230,138)
#BFCF7D
(191,207,125)
#AAB870
(170,184,112)
#95A163
(149,161,99)
#808A56
(128,138,86)
#6B7349
(107,115,73)
#565C3C
(86,92,60)
#41452F
(65,69,47)
#2C2E22
(44,46,34)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #E9FD97

#E9FD97
(233,253,151)
#EBFDA0
(235,253,160)
#EDFDA9
(237,253,169)
#EFFDB2
(239,253,178)
#F1FDBB
(241,253,187)
#F3FDC4
(243,253,196)
#F5FDCD
(245,253,205)
#F7FDD6
(247,253,214)
#F9FDDF
(249,253,223)
#FBFDE8
(251,253,232)
#FDFDF1
(253,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FD97; }

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

This text font color is #E9FD97.

Background Color

.myBgColor { background-color: #E9FD97; }

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

This div background color is #E9FD97.

Border color

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

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

This div border color is #E9FD97.

Opacity

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

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

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

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

This text has shadow with #E9FD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FD97.

Preview

Color preview on black background

This text has color #E9FD97 on black background.


Color preview on white background

This text has color #E9FD97 on white background.


Black color preview on #E9FD97 background

This text has black color on #E9FD97 background.


White color preview on #E9FD97 background

This text has white color on #E9FD97 background.


Related colors

Complementary color

Complementary color for #hex is #160268.


I love getcolorcode.com

Triadic colors

1 #97E9FD and #FD97E9 with #E9FD97 are triadic colors.

2 #97FDE9 and #FDE997 with #E9FD97 are triadic colors.