COLOR #E1FDAF

HEX: #E1FDAF
RGB: (225,253,175)

Color info

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

RGB color model

#E1FDAF color RGB value is (225,253,175).

  • red value is 225;
  • green value is 253;
  • blue value is 175.
RGB:
(225,253,175)
(88%,99%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 253 of 255 = 99%
B 175 of 255 = 69%

225
253
175

R + G + B ~ 85%. #E1FDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 253 + 175 = 653 (100%)
R 225 of 653 ~ 34.46%
G 253 of 653 ~ 38.74%
B 175 of 653 ~ 26.8%

%34.46
%38.74
%26.8

CMYK color model

#E1FDAF color CMYK value is (11,0,31,1).

  • cyan value is 11.07%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 0.78%
CMYK:
(11,0,31,1)
C11M0Y31K1 
(11%,0%,31%,1%)
(0.11/0.00/0.31/0.01)	

CMYK percentages

%11.07
%0
%30.83
%0.78

Codes

Color #E1FDAF in popluar color models

E1FDAF
RGB225253175
HSL82°95.12%83.92%
HSB/HSV82°30.83%99.22%
CMYK11.07%0.00%30.83%
0.78%

Color #E1FDAF in popluar number systems.

HEXE1FDAF
Decimal225253175
Binary111000011111110110101111
Octal341375257

Shades and tints

Shades of #E1FDAF

#E1FDAF
(225,253,175)
#CDE6A0
(205,230,160)
#B9CF91
(185,207,145)
#A5B882
(165,184,130)
#91A173
(145,161,115)
#7D8A64
(125,138,100)
#697355
(105,115,85)
#555C46
(85,92,70)
#414537
(65,69,55)
#2D2E28
(45,46,40)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #E1FDAF

#E1FDAF
(225,253,175)
#E3FDB6
(227,253,182)
#E5FDBD
(229,253,189)
#E7FDC4
(231,253,196)
#E9FDCB
(233,253,203)
#EBFDD2
(235,253,210)
#EDFDD9
(237,253,217)
#EFFDE0
(239,253,224)
#F1FDE7
(241,253,231)
#F3FDEE
(243,253,238)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FDAF; }

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

This text font color is #E1FDAF.


Background Color

.myBgColor { background-color: #E1FDAF; }

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

This div background color is #E1FDAF.


Border color

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

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

This div border color is #E1FDAF.


Opacity

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

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

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

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

This text has shadow with #E1FDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FDAF on black background.


Color preview on white background

This text has color #E1FDAF on white background.



Black color preview on #E1FDAF background

This text has black color on #E1FDAF background.


White color preview on #E1FDAF background

This text has white color on #E1FDAF background.