COLOR #E1FECD

HEX: #E1FECD
RGB: (225,254,205)

Color info

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

RGB color model

#E1FECD color RGB value is (225,254,205).

  • red value is 225;
  • green value is 254;
  • blue value is 205.
RGB:
(225,254,205)
(88%,100%,80%)

RGB channels and saturation

R 225 of 255 = 88%
G 254 of 255 = 100%
B 205 of 255 = 80%

225
254
205

R + G + B ~ 89%. #E1FECD is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 254 + 205 = 684 (100%)
R 225 of 684 ~ 32.89%
G 254 of 684 ~ 37.13%
B 205 of 684 ~ 29.97%

%32.89
%37.13
%29.97

CMYK color model

#E1FECD color CMYK value is (11,0,19,0).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 0.39%
CMYK:
(11,0,19,0)
C11M0Y19K0 
(11%,0%,19%,0%)
(0.11/0.00/0.19/0.00)	

CMYK percentages

%11.42
%0
%19.29
%0.39

Codes

Color #E1FECD in popluar color models

E1FECD
RGB225254205
HSL96°96.08%90.00%
HSB/HSV96°19.29%99.61%
CMYK11.42%0.00%19.29%
0.39%

Color #E1FECD in popluar number systems.

HEXE1FECD
Decimal225254205
Binary111000011111111011001101
Octal341376315

Shades and tints

Shades of #E1FECD

#E1FECD
(225,254,205)
#CDE7BB
(205,231,187)
#B9D0A9
(185,208,169)
#A5B997
(165,185,151)
#91A285
(145,162,133)
#7D8B73
(125,139,115)
#697461
(105,116,97)
#555D4F
(85,93,79)
#41463D
(65,70,61)
#2D2F2B
(45,47,43)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1FECD

#E1FECD
(225,254,205)
#E3FED1
(227,254,209)
#E5FED5
(229,254,213)
#E7FED9
(231,254,217)
#E9FEDD
(233,254,221)
#EBFEE1
(235,254,225)
#EDFEE5
(237,254,229)
#EFFEE9
(239,254,233)
#F1FEED
(241,254,237)
#F3FEF1
(243,254,241)
#F5FEF5
(245,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FECD; }

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

This text font color is #E1FECD.


Background Color

.myBgColor { background-color: #E1FECD; }

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

This div background color is #E1FECD.


Border color

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

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

This div border color is #E1FECD.


Opacity

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

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

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

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

This text has shadow with #E1FECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FECD on black background.


Color preview on white background

This text has color #E1FECD on white background.



Black color preview on #E1FECD background

This text has black color on #E1FECD background.


White color preview on #E1FECD background

This text has white color on #E1FECD background.