COLOR #E9FDAF

HEX: #E9FDAF RGB: (233,253,175)

Color info

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

RGB color model

#E9FDAF color RGB value is (233,253,175).

RGB: (233,253,175) (91%, 99%, 69%)

RGB channels and saturation

R 233 of 255 = 91%
G 253 of 255 = 99%
B 175 of 255 = 69%

233
253
175

R + G + B ~ 86%. #E9FDAF is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 253 + 175 = 661 (100%)
R 233 of 661 ~ 35.25%
G 253 of 661 ~ 38.28%
B 175 of 661 ~ 26.48'%

%35.25
%38.28
%26.48

CMYK color model

#E9FDAF color CMYK value is (8,0,31,1).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 0.78%
CMYK: (8,0,31,1) C8M0Y31K1 (8%,0%,31%,1%) (0.08/0.00/0.31/0.01) 

CMYK percentages

%7.91
%0
%30.83
%0.78

Codes

Color #E9FDAF in popluar color models

E9 FD AF
RGB 233 253 175
HSL 75° 95.12% 83.92%
HSB/HSV 75° 30.83% 99.22%
CMYK 7.91% 0.00% 30.83%
0.78%

Color #E9FDAF in popluar number systems.

HEX E9 FD AF
Decimal 233 253 175
Binary 11101001 11111101 10101111
Octal 351 375 257

Shades and tints

Shades of #E9FDAF

#E9FDAF
(233,253,175)
#D4E6A0
(212,230,160)
#BFCF91
(191,207,145)
#AAB882
(170,184,130)
#95A173
(149,161,115)
#808A64
(128,138,100)
#6B7355
(107,115,85)
#565C46
(86,92,70)
#414537
(65,69,55)
#2C2E28
(44,46,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #E9FDAF

#E9FDAF
(233,253,175)
#EBFDB6
(235,253,182)
#EDFDBD
(237,253,189)
#EFFDC4
(239,253,196)
#F1FDCB
(241,253,203)
#F3FDD2
(243,253,210)
#F5FDD9
(245,253,217)
#F7FDE0
(247,253,224)
#F9FDE7
(249,253,231)
#FBFDEE
(251,253,238)
#FDFDF5
(253,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FDAF; }

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

This text font color is #E9FDAF.

Background Color

.myBgColor { background-color: #E9FDAF; }

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

This div background color is #E9FDAF.

Border color

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

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

This div border color is #E9FDAF.

Opacity

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

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

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

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

This text has shadow with #E9FDAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FDAF.

Preview

Color preview on black background

This text has color #E9FDAF on black background.


Color preview on white background

This text has color #E9FDAF on white background.


Black color preview on #E9FDAF background

This text has black color on #E9FDAF background.


White color preview on #E9FDAF background

This text has white color on #E9FDAF background.


Related colors

Complementary color

Complementary color for #hex is #160250.


I love getcolorcode.com

Triadic colors

1 #AFE9FD and #FDAFE9 with #E9FDAF are triadic colors.

2 #AFFDE9 and #FDE9AF with #E9FDAF are triadic colors.