COLOR #E1FFE4

HEX: #E1FFE4
RGB: (225,255,228)

Color info

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

RGB color model

#E1FFE4 color RGB value is (225,255,228).

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

RGB channels and saturation

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

225
255
228

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

Portions of RGB colors in percentages

R + G + B =
225 + 255 + 228 = 708 (100%)
R 225 of 708 ~ 31.78%
G 255 of 708 ~ 36.02%
B 228 of 708 ~ 32.2%

%31.78
%36.02
%32.2

CMYK color model

#E1FFE4 color CMYK value is (12,0,11,0).

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

CMYK percentages

%11.76
%0
%10.59
%0

Codes

Color #E1FFE4 in popluar color models

E1FFE4
RGB225255228
HSL126°100.00%94.12%
HSB/HSV126°11.76%100.00%
CMYK11.76%0.00%10.59%
0.00%

Color #E1FFE4 in popluar number systems.

HEXE1FFE4
Decimal225255228
Binary111000011111111111100100
Octal341377344

Shades and tints

Shades of #E1FFE4

#E1FFE4
(225,255,228)
#CDE8D0
(205,232,208)
#B9D1BC
(185,209,188)
#A5BAA8
(165,186,168)
#91A394
(145,163,148)
#7D8C80
(125,140,128)
#69756C
(105,117,108)
#555E58
(85,94,88)
#414744
(65,71,68)
#2D3030
(45,48,48)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #E1FFE4

#E1FFE4
(225,255,228)
#E3FFE6
(227,255,230)
#E5FFE8
(229,255,232)
#E7FFEA
(231,255,234)
#E9FFEC
(233,255,236)
#EBFFEE
(235,255,238)
#EDFFF0
(237,255,240)
#EFFFF2
(239,255,242)
#F1FFF4
(241,255,244)
#F3FFF6
(243,255,246)
#F5FFF8
(245,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FFE4; }

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

This text font color is #E1FFE4.


Background Color

.myBgColor { background-color: #E1FFE4; }

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

This div background color is #E1FFE4.


Border color

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

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

This div border color is #E1FFE4.


Opacity

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

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

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

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

This text has shadow with #E1FFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FFE4 on black background.


Color preview on white background

This text has color #E1FFE4 on white background.



Black color preview on #E1FFE4 background

This text has black color on #E1FFE4 background.


White color preview on #E1FFE4 background

This text has white color on #E1FFE4 background.