COLOR #E8FCF1

HEX: #E8FCF1
RGB: (232,252,241)

Color info

#E8FCF1 contains red, green and blue colors in about the same proportion. Web safe color of #E8FCF1 is #FFFFFF (or #FFF).

RGB color model

#E8FCF1 color RGB value is (232,252,241).

  • red value is 232;
  • green value is 252;
  • blue value is 241.
RGB:
(232,252,241)
(91%,99%,95%)

RGB channels and saturation

R 232 of 255 = 91%
G 252 of 255 = 99%
B 241 of 255 = 95%

232
252
241

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

Portions of RGB colors in percentages

R + G + B =
232 + 252 + 241 = 725 (100%)
R 232 of 725 ~ 32%
G 252 of 725 ~ 34.76%
B 241 of 725 ~ 33.24%

%32
%34.76
%33.24

CMYK color model

#E8FCF1 color CMYK value is (8,0,4,1).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 1.18%
CMYK:
(8,0,4,1)
C8M0Y4K1 
(8%,0%,4%,1%)
(0.08/0.00/0.04/0.01)	

CMYK percentages

%7.94
%0
%4.37
%1.18

Codes

Color #E8FCF1 in popluar color models

E8FCF1
RGB232252241
HSL147°76.92%94.90%
HSB/HSV147°7.94%98.82%
CMYK7.94%0.00%4.37%
1.18%

Color #E8FCF1 in popluar number systems.

HEXE8FCF1
Decimal232252241
Binary111010001111110011110001
Octal350374361

Shades and tints

Shades of #E8FCF1

#E8FCF1
(232,252,241)
#D3E6DC
(211,230,220)
#BED0C7
(190,208,199)
#A9BAB2
(169,186,178)
#94A49D
(148,164,157)
#7F8E88
(127,142,136)
#6A7873
(106,120,115)
#55625E
(85,98,94)
#404C49
(64,76,73)
#2B3634
(43,54,52)
#16201F
(22,32,31)
#000000
(0,0,0)

Tints of #E8FCF1

#E8FCF1
(232,252,241)
#EAFCF2
(234,252,242)
#ECFCF3
(236,252,243)
#EEFCF4
(238,252,244)
#F0FCF5
(240,252,245)
#F2FCF6
(242,252,246)
#F4FCF7
(244,252,247)
#F6FCF8
(246,252,248)
#F8FCF9
(248,252,249)
#FAFCFA
(250,252,250)
#FCFCFB
(252,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8FCF1 color. Also use rgb(232,252,241) instead hex code.

Text Font Color

.myTextColor { color: #E8FCF1; }

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

This text font color is #E8FCF1.


Background Color

.myBgColor { background-color: #E8FCF1; }

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

This div background color is #E8FCF1.


Border color

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

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

This div border color is #E8FCF1.


Opacity

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

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

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

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

This text has shadow with #E8FCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FCF1 on black background.


Color preview on white background

This text has color #E8FCF1 on white background.



Black color preview on #E8FCF1 background

This text has black color on #E8FCF1 background.


White color preview on #E8FCF1 background

This text has white color on #E8FCF1 background.