COLOR #E1FFE1

HEX: #E1FFE1
RGB: (225,255,225)

Color info

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

RGB color model

#E1FFE1 color RGB value is (225,255,225).

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

RGB channels and saturation

R 225 of 255 = 88%
G 255 of 255 = 100%
B 225 of 255 = 88%

225
255
225

R + G + B ~ 92%. #E1FFE1 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 255 + 225 = 705 (100%)
R 225 of 705 ~ 31.91%
G 255 of 705 ~ 36.17%
B 225 of 705 ~ 31.91%

%31.91
%36.17
%31.91

CMYK color model

#E1FFE1 color CMYK value is (12,0,12,0).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(12,0,12,0)
C12M0Y12K0 
(12%,0%,12%,0%)
(0.12/0.00/0.12/0.00)	

CMYK percentages

%11.76
%0
%11.76
%0

Codes

Color #E1FFE1 in popluar color models

E1FFE1
RGB225255225
HSL120°100.00%94.12%
HSB/HSV120°11.76%100.00%
CMYK11.76%0.00%11.76%
0.00%

Color #E1FFE1 in popluar number systems.

HEXE1FFE1
Decimal225255225
Binary111000011111111111100001
Octal341377341

Shades and tints

Shades of #E1FFE1

#E1FFE1
(225,255,225)
#CDE8CD
(205,232,205)
#B9D1B9
(185,209,185)
#A5BAA5
(165,186,165)
#91A391
(145,163,145)
#7D8C7D
(125,140,125)
#697569
(105,117,105)
#555E55
(85,94,85)
#414741
(65,71,65)
#2D302D
(45,48,45)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #E1FFE1

#E1FFE1
(225,255,225)
#E3FFE3
(227,255,227)
#E5FFE5
(229,255,229)
#E7FFE7
(231,255,231)
#E9FFE9
(233,255,233)
#EBFFEB
(235,255,235)
#EDFFED
(237,255,237)
#EFFFEF
(239,255,239)
#F1FFF1
(241,255,241)
#F3FFF3
(243,255,243)
#F5FFF5
(245,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FFE1; }

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

This text font color is #E1FFE1.


Background Color

.myBgColor { background-color: #E1FFE1; }

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

This div background color is #E1FFE1.


Border color

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

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

This div border color is #E1FFE1.


Opacity

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

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

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

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

This text has shadow with #E1FFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FFE1 on black background.


Color preview on white background

This text has color #E1FFE1 on white background.



Black color preview on #E1FFE1 background

This text has black color on #E1FFE1 background.


White color preview on #E1FFE1 background

This text has white color on #E1FFE1 background.