COLOR #E1FEF8

HEX: #E1FEF8
RGB: (225,254,248)

Color info

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

RGB color model

#E1FEF8 color RGB value is (225,254,248).

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

RGB channels and saturation

R 225 of 255 = 88%
G 254 of 255 = 100%
B 248 of 255 = 97%

225
254
248

R + G + B ~ 95%. #E1FEF8 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 254 + 248 = 727 (100%)
R 225 of 727 ~ 30.95%
G 254 of 727 ~ 34.94%
B 248 of 727 ~ 34.11%

%30.95
%34.94
%34.11

CMYK color model

#E1FEF8 color CMYK value is (11,0,2,0).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 0.39%
CMYK:
(11,0,2,0)
C11M0Y2K0 
(11%,0%,2%,0%)
(0.11/0.00/0.02/0.00)	

CMYK percentages

%11.42
%0
%2.36
%0.39

Codes

Color #E1FEF8 in popluar color models

E1FEF8
RGB225254248
HSL168°93.55%93.92%
HSB/HSV168°11.42%99.61%
CMYK11.42%0.00%2.36%
0.39%

Color #E1FEF8 in popluar number systems.

HEXE1FEF8
Decimal225254248
Binary111000011111111011111000
Octal341376370

Shades and tints

Shades of #E1FEF8

#E1FEF8
(225,254,248)
#CDE7E2
(205,231,226)
#B9D0CC
(185,208,204)
#A5B9B6
(165,185,182)
#91A2A0
(145,162,160)
#7D8B8A
(125,139,138)
#697474
(105,116,116)
#555D5E
(85,93,94)
#414648
(65,70,72)
#2D2F32
(45,47,50)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #E1FEF8

#E1FEF8
(225,254,248)
#E3FEF8
(227,254,248)
#E5FEF8
(229,254,248)
#E7FEF8
(231,254,248)
#E9FEF8
(233,254,248)
#EBFEF8
(235,254,248)
#EDFEF8
(237,254,248)
#EFFEF8
(239,254,248)
#F1FEF8
(241,254,248)
#F3FEF8
(243,254,248)
#F5FEF8
(245,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FEF8; }

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

This text font color is #E1FEF8.


Background Color

.myBgColor { background-color: #E1FEF8; }

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

This div background color is #E1FEF8.


Border color

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

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

This div border color is #E1FEF8.


Opacity

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

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

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

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

This text has shadow with #E1FEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FEF8 on black background.


Color preview on white background

This text has color #E1FEF8 on white background.



Black color preview on #E1FEF8 background

This text has black color on #E1FEF8 background.


White color preview on #E1FEF8 background

This text has white color on #E1FEF8 background.