COLOR #E1FEDA

HEX: #E1FEDA RGB: (225,254,218)

Color info

#E1FEDA contains red, green and blue colors in about the same proportion. Web safe color of #E1FEDA is #CCFFCC (or #CFC).

RGB color model

#E1FEDA color RGB value is (225,254,218).

RGB: (225,254,218) (88%, 100%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 254 of 255 = 100%
B 218 of 255 = 85%

225
254
218

R + G + B ~ 91%. #E1FEDA is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 254 + 218 = 697 (100%)
R 225 of 697 ~ 32.28%
G 254 of 697 ~ 36.44%
B 218 of 697 ~ 31.28'%

%32.28
%36.44
%31.28

CMYK color model

#E1FEDA color CMYK value is (11,0,14,0).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 0.39%
CMYK: (11,0,14,0) C11M0Y14K0 (11%,0%,14%,0%) (0.11/0.00/0.14/0.00) 

CMYK percentages

%11.42
%0
%14.17
%0.39

Codes

Color #E1FEDA in popluar color models

E1 FE DA
RGB 225 254 218
HSL 108° 94.74% 92.55%
HSB/HSV 108° 14.17% 99.61%
CMYK 11.42% 0.00% 14.17%
0.39%

Color #E1FEDA in popluar number systems.

HEX E1 FE DA
Decimal 225 254 218
Binary 11100001 11111110 11011010
Octal 341 376 332

Shades and tints

Shades of #E1FEDA

#E1FEDA
(225,254,218)
#CDE7C7
(205,231,199)
#B9D0B4
(185,208,180)
#A5B9A1
(165,185,161)
#91A28E
(145,162,142)
#7D8B7B
(125,139,123)
#697468
(105,116,104)
#555D55
(85,93,85)
#414642
(65,70,66)
#2D2F2F
(45,47,47)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #E1FEDA

#E1FEDA
(225,254,218)
#E3FEDD
(227,254,221)
#E5FEE0
(229,254,224)
#E7FEE3
(231,254,227)
#E9FEE6
(233,254,230)
#EBFEE9
(235,254,233)
#EDFEEC
(237,254,236)
#EFFEEF
(239,254,239)
#F1FEF2
(241,254,242)
#F3FEF5
(243,254,245)
#F5FEF8
(245,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FEDA color. Also use rgb(225,254,218) instead hex code.

Text Font Color

.myTextColor { color: #E1FEDA; }

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

This text font color is #E1FEDA.

Background Color

.myBgColor { background-color: #E1FEDA; }

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

This div background color is #E1FEDA.

Border color

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

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

This div border color is #E1FEDA.

Opacity

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

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

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

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

This text has shadow with #E1FEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FEDA.

Preview

Color preview on black background

This text has color #E1FEDA on black background.


Color preview on white background

This text has color #E1FEDA on white background.


Black color preview on #E1FEDA background

This text has black color on #E1FEDA background.


White color preview on #E1FEDA background

This text has white color on #E1FEDA background.


Related colors

Complementary color

Complementary color for #hex is #1E0125.


I love getcolorcode.com

Triadic colors

1 #DAE1FE and #FEDAE1 with #E1FEDA are triadic colors.

2 #DAFEE1 and #FEE1DA with #E1FEDA are triadic colors.