COLOR #E1FEE7

HEX: #E1FEE7
RGB: (225,254,231)

Color info

#E1FEE7 contains red, green and blue colors in about the same proportion. Web safe color of #E1FEE7 is #CCFFFF (or #CFF).

RGB color model

#E1FEE7 color RGB value is (225,254,231).

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

RGB channels and saturation

R 225 of 255 = 88%
G 254 of 255 = 100%
B 231 of 255 = 91%

225
254
231

R + G + B ~ 93%. #E1FEE7 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 254 + 231 = 710 (100%)
R 225 of 710 ~ 31.69%
G 254 of 710 ~ 35.77%
B 231 of 710 ~ 32.54%

%31.69
%35.77
%32.54

CMYK color model

#E1FEE7 color CMYK value is (11,0,9,0).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 9.06%
  • key color value is 0.39%
CMYK:
(11,0,9,0)
C11M0Y9K0 
(11%,0%,9%,0%)
(0.11/0.00/0.09/0.00)	

CMYK percentages

%11.42
%0
%9.06
%0.39

Codes

Color #E1FEE7 in popluar color models

E1FEE7
RGB225254231
HSL132°93.55%93.92%
HSB/HSV132°11.42%99.61%
CMYK11.42%0.00%9.06%
0.39%

Color #E1FEE7 in popluar number systems.

HEXE1FEE7
Decimal225254231
Binary111000011111111011100111
Octal341376347

Shades and tints

Shades of #E1FEE7

#E1FEE7
(225,254,231)
#CDE7D2
(205,231,210)
#B9D0BD
(185,208,189)
#A5B9A8
(165,185,168)
#91A293
(145,162,147)
#7D8B7E
(125,139,126)
#697469
(105,116,105)
#555D54
(85,93,84)
#41463F
(65,70,63)
#2D2F2A
(45,47,42)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #E1FEE7

#E1FEE7
(225,254,231)
#E3FEE9
(227,254,233)
#E5FEEB
(229,254,235)
#E7FEED
(231,254,237)
#E9FEEF
(233,254,239)
#EBFEF1
(235,254,241)
#EDFEF3
(237,254,243)
#EFFEF5
(239,254,245)
#F1FEF7
(241,254,247)
#F3FEF9
(243,254,249)
#F5FEFB
(245,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FEE7; }

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

This text font color is #E1FEE7.


Background Color

.myBgColor { background-color: #E1FEE7; }

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

This div background color is #E1FEE7.


Border color

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

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

This div border color is #E1FEE7.


Opacity

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

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

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

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

This text has shadow with #E1FEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FEE7 on black background.


Color preview on white background

This text has color #E1FEE7 on white background.



Black color preview on #E1FEE7 background

This text has black color on #E1FEE7 background.


White color preview on #E1FEE7 background

This text has white color on #E1FEE7 background.