COLOR #E9FCF0

HEX: #E9FCF0
RGB: (233,252,240)

Color info

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

RGB color model

#E9FCF0 color RGB value is (233,252,240).

  • red value is 233;
  • green value is 252;
  • blue value is 240.
RGB:
(233,252,240)
(91%,99%,94%)

RGB channels and saturation

R 233 of 255 = 91%
G 252 of 255 = 99%
B 240 of 255 = 94%

233
252
240

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

Portions of RGB colors in percentages

R + G + B =
233 + 252 + 240 = 725 (100%)
R 233 of 725 ~ 32.14%
G 252 of 725 ~ 34.76%
B 240 of 725 ~ 33.1%

%32.14
%34.76
%33.1

CMYK color model

#E9FCF0 color CMYK value is (8,0,5,1).

  • cyan value is 7.54%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 1.18%
CMYK:
(8,0,5,1)
C8M0Y5K1 
(8%,0%,5%,1%)
(0.08/0.00/0.05/0.01)	

CMYK percentages

%7.54
%0
%4.76
%1.18

Codes

Color #E9FCF0 in popluar color models

E9FCF0
RGB233252240
HSL142°76.00%95.10%
HSB/HSV142°7.54%98.82%
CMYK7.54%0.00%4.76%
1.18%

Color #E9FCF0 in popluar number systems.

HEXE9FCF0
Decimal233252240
Binary111010011111110011110000
Octal351374360

Shades and tints

Shades of #E9FCF0

#E9FCF0
(233,252,240)
#D4E6DB
(212,230,219)
#BFD0C6
(191,208,198)
#AABAB1
(170,186,177)
#95A49C
(149,164,156)
#808E87
(128,142,135)
#6B7872
(107,120,114)
#56625D
(86,98,93)
#414C48
(65,76,72)
#2C3633
(44,54,51)
#17201E
(23,32,30)
#000000
(0,0,0)

Tints of #E9FCF0

#E9FCF0
(233,252,240)
#EBFCF1
(235,252,241)
#EDFCF2
(237,252,242)
#EFFCF3
(239,252,243)
#F1FCF4
(241,252,244)
#F3FCF5
(243,252,245)
#F5FCF6
(245,252,246)
#F7FCF7
(247,252,247)
#F9FCF8
(249,252,248)
#FBFCF9
(251,252,249)
#FDFCFA
(253,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FCF0 color. Also use rgb(233,252,240) instead hex code.

Text Font Color

.myTextColor { color: #E9FCF0; }

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

This text font color is #E9FCF0.


Background Color

.myBgColor { background-color: #E9FCF0; }

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

This div background color is #E9FCF0.


Border color

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

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

This div border color is #E9FCF0.


Opacity

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

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

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

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

This text has shadow with #E9FCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FCF0 on black background.


Color preview on white background

This text has color #E9FCF0 on white background.



Black color preview on #E9FCF0 background

This text has black color on #E9FCF0 background.


White color preview on #E9FCF0 background

This text has white color on #E9FCF0 background.