COLOR #E9FEFE

HEX: #E9FEFE
RGB: (233,254,254)

Color info

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

RGB color model

#E9FEFE color RGB value is (233,254,254).

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

RGB channels and saturation

R 233 of 255 = 91%
G 254 of 255 = 100%
B 254 of 255 = 100%

233
254
254

R + G + B ~ 97%. #E9FEFE is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 254 + 254 = 741 (100%)
R 233 of 741 ~ 31.44%
G 254 of 741 ~ 34.28%
B 254 of 741 ~ 34.28%

%31.44
%34.28
%34.28

CMYK color model

#E9FEFE color CMYK value is (8,0,0,0).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(8,0,0,0)
C8M0Y0K0 
(8%,0%,0%,0%)
(0.08/0.00/0.00/0.00)	

CMYK percentages

%8.27
%0
%0
%0.39

Codes

Color #E9FEFE in popluar color models

E9FEFE
RGB233254254
HSL180°91.30%95.49%
HSB/HSV180°8.27%99.61%
CMYK8.27%0.00%0.00%
0.39%

Color #E9FEFE in popluar number systems.

HEXE9FEFE
Decimal233254254
Binary111010011111111011111110
Octal351376376

Shades and tints

Shades of #E9FEFE

#E9FEFE
(233,254,254)
#D4E7E7
(212,231,231)
#BFD0D0
(191,208,208)
#AAB9B9
(170,185,185)
#95A2A2
(149,162,162)
#808B8B
(128,139,139)
#6B7474
(107,116,116)
#565D5D
(86,93,93)
#414646
(65,70,70)
#2C2F2F
(44,47,47)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #E9FEFE

#E9FEFE
(233,254,254)
#EBFEFE
(235,254,254)
#EDFEFE
(237,254,254)
#EFFEFE
(239,254,254)
#F1FEFE
(241,254,254)
#F3FEFE
(243,254,254)
#F5FEFE
(245,254,254)
#F7FEFE
(247,254,254)
#F9FEFE
(249,254,254)
#FBFEFE
(251,254,254)
#FDFEFE
(253,254,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FEFE; }

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

This text font color is #E9FEFE.


Background Color

.myBgColor { background-color: #E9FEFE; }

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

This div background color is #E9FEFE.


Border color

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

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

This div border color is #E9FEFE.


Opacity

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

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

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

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

This text has shadow with #E9FEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FEFE on black background.


Color preview on white background

This text has color #E9FEFE on white background.



Black color preview on #E9FEFE background

This text has black color on #E9FEFE background.


White color preview on #E9FEFE background

This text has white color on #E9FEFE background.