COLOR #E1FDBF

HEX: #E1FDBF
RGB: (225,253,191)

Color info

#E1FDBF contains mainly red and green colors. Web safe color of #E1FDBF is #CCFFCC (or #CFC).

RGB color model

#E1FDBF color RGB value is (225,253,191).

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

RGB channels and saturation

R 225 of 255 = 88%
G 253 of 255 = 99%
B 191 of 255 = 75%

225
253
191

R + G + B ~ 87%. #E1FDBF is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 253 + 191 = 669 (100%)
R 225 of 669 ~ 33.63%
G 253 of 669 ~ 37.82%
B 191 of 669 ~ 28.55%

%33.63
%37.82
%28.55

CMYK color model

#E1FDBF color CMYK value is (11,0,25,1).

  • cyan value is 11.07%
  • magenta value is 0.00%
  • yellow value is 24.51%
  • key color value is 0.78%
CMYK:
(11,0,25,1)
C11M0Y25K1 
(11%,0%,25%,1%)
(0.11/0.00/0.25/0.01)	

CMYK percentages

%11.07
%0
%24.51
%0.78

Codes

Color #E1FDBF in popluar color models

E1FDBF
RGB225253191
HSL87°93.94%87.06%
HSB/HSV87°24.51%99.22%
CMYK11.07%0.00%24.51%
0.78%

Color #E1FDBF in popluar number systems.

HEXE1FDBF
Decimal225253191
Binary111000011111110110111111
Octal341375277

Shades and tints

Shades of #E1FDBF

#E1FDBF
(225,253,191)
#CDE6AE
(205,230,174)
#B9CF9D
(185,207,157)
#A5B88C
(165,184,140)
#91A17B
(145,161,123)
#7D8A6A
(125,138,106)
#697359
(105,115,89)
#555C48
(85,92,72)
#414537
(65,69,55)
#2D2E26
(45,46,38)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #E1FDBF

#E1FDBF
(225,253,191)
#E3FDC4
(227,253,196)
#E5FDC9
(229,253,201)
#E7FDCE
(231,253,206)
#E9FDD3
(233,253,211)
#EBFDD8
(235,253,216)
#EDFDDD
(237,253,221)
#EFFDE2
(239,253,226)
#F1FDE7
(241,253,231)
#F3FDEC
(243,253,236)
#F5FDF1
(245,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FDBF; }

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

This text font color is #E1FDBF.


Background Color

.myBgColor { background-color: #E1FDBF; }

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

This div background color is #E1FDBF.


Border color

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

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

This div border color is #E1FDBF.


Opacity

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

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

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

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

This text has shadow with #E1FDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FDBF on black background.


Color preview on white background

This text has color #E1FDBF on white background.



Black color preview on #E1FDBF background

This text has black color on #E1FDBF background.


White color preview on #E1FDBF background

This text has white color on #E1FDBF background.