COLOR #E1FDAE

HEX: #E1FDAE
RGB: (225,253,174)

Color info

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

RGB color model

#E1FDAE color RGB value is (225,253,174).

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

RGB channels and saturation

R 225 of 255 = 88%
G 253 of 255 = 99%
B 174 of 255 = 68%

225
253
174

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

Portions of RGB colors in percentages

R + G + B =
225 + 253 + 174 = 652 (100%)
R 225 of 652 ~ 34.51%
G 253 of 652 ~ 38.8%
B 174 of 652 ~ 26.69%

%34.51
%38.8
%26.69

CMYK color model

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

  • cyan value is 11.07%
  • magenta value is 0.00%
  • yellow value is 31.23%
  • 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
%31.23
%0.78

Codes

Color #E1FDAE in popluar color models

E1FDAE
RGB225253174
HSL81°95.18%83.73%
HSB/HSV81°31.23%99.22%
CMYK11.07%0.00%31.23%
0.78%

Color #E1FDAE in popluar number systems.

HEXE1FDAE
Decimal225253174
Binary111000011111110110101110
Octal341375256

Shades and tints

Shades of #E1FDAE

#E1FDAE
(225,253,174)
#CDE69F
(205,230,159)
#B9CF90
(185,207,144)
#A5B881
(165,184,129)
#91A172
(145,161,114)
#7D8A63
(125,138,99)
#697354
(105,115,84)
#555C45
(85,92,69)
#414536
(65,69,54)
#2D2E27
(45,46,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #E1FDAE

#E1FDAE
(225,253,174)
#E3FDB5
(227,253,181)
#E5FDBC
(229,253,188)
#E7FDC3
(231,253,195)
#E9FDCA
(233,253,202)
#EBFDD1
(235,253,209)
#EDFDD8
(237,253,216)
#EFFDDF
(239,253,223)
#F1FDE6
(241,253,230)
#F3FDED
(243,253,237)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FDAE; }

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

This text font color is #E1FDAE.


Background Color

.myBgColor { background-color: #E1FDAE; }

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

This div background color is #E1FDAE.


Border color

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

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

This div border color is #E1FDAE.


Opacity

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

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

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

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

This text has shadow with #E1FDAE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1FDAE on black background.


Color preview on white background

This text has color #E1FDAE on white background.



Black color preview on #E1FDAE background

This text has black color on #E1FDAE background.


White color preview on #E1FDAE background

This text has white color on #E1FDAE background.