COLOR #E2FCFE

HEX: #E2FCFE
RGB: (226,252,254)

Color info

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

RGB color model

#E2FCFE color RGB value is (226,252,254).

  • red value is 226;
  • green value is 252;
  • blue value is 254.
RGB:
(226,252,254)
(89%,99%,100%)

RGB channels and saturation

R 226 of 255 = 89%
G 252 of 255 = 99%
B 254 of 255 = 100%

226
252
254

R + G + B ~ 96%. #E2FCFE is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 252 + 254 = 732 (100%)
R 226 of 732 ~ 30.87%
G 252 of 732 ~ 34.43%
B 254 of 732 ~ 34.7%

%30.87
%34.43
%34.7

CMYK color model

#E2FCFE color CMYK value is (11,1,0,0).

  • cyan value is 11.02%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,1,0,0)
C11M1Y0K0 
(11%,1%,0%,0%)
(0.11/0.01/0.00/0.00)	

CMYK percentages

%11.02
%0.79
%0
%0.39

Codes

Color #E2FCFE in popluar color models

E2FCFE
RGB226252254
HSL184°93.33%94.12%
HSB/HSV184°11.02%99.61%
CMYK11.02%0.79%0.00%
0.39%

Color #E2FCFE in popluar number systems.

HEXE2FCFE
Decimal226252254
Binary111000101111110011111110
Octal342374376

Shades and tints

Shades of #E2FCFE

#E2FCFE
(226,252,254)
#CEE6E7
(206,230,231)
#BAD0D0
(186,208,208)
#A6BAB9
(166,186,185)
#92A4A2
(146,164,162)
#7E8E8B
(126,142,139)
#6A7874
(106,120,116)
#56625D
(86,98,93)
#424C46
(66,76,70)
#2E362F
(46,54,47)
#1A2018
(26,32,24)
#000000
(0,0,0)

Tints of #E2FCFE

#E2FCFE
(226,252,254)
#E4FCFE
(228,252,254)
#E6FCFE
(230,252,254)
#E8FCFE
(232,252,254)
#EAFCFE
(234,252,254)
#ECFCFE
(236,252,254)
#EEFCFE
(238,252,254)
#F0FCFE
(240,252,254)
#F2FCFE
(242,252,254)
#F4FCFE
(244,252,254)
#F6FCFE
(246,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FCFE; }

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

This text font color is #E2FCFE.


Background Color

.myBgColor { background-color: #E2FCFE; }

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

This div background color is #E2FCFE.


Border color

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

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

This div border color is #E2FCFE.


Opacity

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

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

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

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

This text has shadow with #E2FCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FCFE on black background.


Color preview on white background

This text has color #E2FCFE on white background.



Black color preview on #E2FCFE background

This text has black color on #E2FCFE background.


White color preview on #E2FCFE background

This text has white color on #E2FCFE background.