COLOR #E1FD8A

HEX: #E1FD8A RGB: (225,253,138)

Color info

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

RGB color model

#E1FD8A color RGB value is (225,253,138).

RGB: (225,253,138) (88%, 99%, 54%)

RGB channels and saturation

R 225 of 255 = 88%
G 253 of 255 = 99%
B 138 of 255 = 54%

225
253
138

R + G + B ~ 80%. #E1FD8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 253 + 138 = 616 (100%)
R 225 of 616 ~ 36.53%
G 253 of 616 ~ 41.07%
B 138 of 616 ~ 22.4'%

%36.53
%41.07
%22.4

CMYK color model

#E1FD8A color CMYK value is (11,0,45,1).

  • cyan value is 11.07%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 0.78%

CMYK: (11,0,45,1)
C11M0Y45K1 (11%, 0%, 45%, 1%)
(0.11 / 0.00 / 0.45 / 0.01)

CMYK percentages

%11.07
%0
%45.45
%0.78

Codes

Color #E1FD8A in popluar color models

E1 FD 8A
RGB 225 253 138
HSL 75° 96.64% 76.67%
HSB/HSV 75° 45.45% 99.22%
CMYK 11.07% 0.00% 45.45%
0.78%

Color #E1FD8A in popluar number systems.

HEX E1 FD 8A
Decimal 225 253 138
Binary 11100001 11111101 10001010
Octal 341 375 212

Shades and tints

Shades of #E1FD8A

#E1FD8A
(225,253,138)
#CDE67E
(205,230,126)
#B9CF72
(185,207,114)
#A5B866
(165,184,102)
#91A15A
(145,161,90)
#7D8A4E
(125,138,78)
#697342
(105,115,66)
#555C36
(85,92,54)
#41452A
(65,69,42)
#2D2E1E
(45,46,30)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #E1FD8A

#E1FD8A
(225,253,138)
#E3FD94
(227,253,148)
#E5FD9E
(229,253,158)
#E7FDA8
(231,253,168)
#E9FDB2
(233,253,178)
#EBFDBC
(235,253,188)
#EDFDC6
(237,253,198)
#EFFDD0
(239,253,208)
#F1FDDA
(241,253,218)
#F3FDE4
(243,253,228)
#F5FDEE
(245,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FD8A; }

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

This text font color is #E1FD8A.

Background Color

.myBgColor { background-color: #E1FD8A; }

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

This div background color is #E1FD8A.

Border color

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

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

This div border color is #E1FD8A.

Opacity

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

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

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

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

This text has shadow with #E1FD8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FD8A.

Preview

Color preview on black background

This text has color #E1FD8A on black background.


Color preview on white background

This text has color #E1FD8A on white background.


Black color preview on #E1FD8A background

This text has black color on #E1FD8A background.


White color preview on #E1FD8A background

This text has white color on #E1FD8A background.


Related colors

Complementary color

Complementary color for #hex is #1E0275.


I love getcolorcode.com

Triadic colors

1 #8AE1FD and #FD8AE1 with #E1FD8A are triadic colors.

2 #8AFDE1 and #FDE18A with #E1FD8A are triadic colors.