COLOR #E2FCFF

HEX: #E2FCFF
RGB: (226,252,255)

Color info

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

RGB color model

#E2FCFF color RGB value is (226,252,255).

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

RGB channels and saturation

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

226
252
255

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

Portions of RGB colors in percentages

R + G + B =
226 + 252 + 255 = 733 (100%)
R 226 of 733 ~ 30.83%
G 252 of 733 ~ 34.38%
B 255 of 733 ~ 34.79%

%30.83
%34.38
%34.79

CMYK color model

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

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

CMYK percentages

%11.37
%1.18
%0
%0

Codes

Color #E2FCFF in popluar color models

E2FCFF
RGB226252255
HSL186°100.00%94.31%
HSB/HSV186°11.37%100.00%
CMYK11.37%1.18%0.00%
0.00%

Color #E2FCFF in popluar number systems.

HEXE2FCFF
Decimal226252255
Binary111000101111110011111111
Octal342374377

Shades and tints

Shades of #E2FCFF

#E2FCFF
(226,252,255)
#CEE6E8
(206,230,232)
#BAD0D1
(186,208,209)
#A6BABA
(166,186,186)
#92A4A3
(146,164,163)
#7E8E8C
(126,142,140)
#6A7875
(106,120,117)
#56625E
(86,98,94)
#424C47
(66,76,71)
#2E3630
(46,54,48)
#1A2019
(26,32,25)
#000000
(0,0,0)

Tints of #E2FCFF

#E2FCFF
(226,252,255)
#E4FCFF
(228,252,255)
#E6FCFF
(230,252,255)
#E8FCFF
(232,252,255)
#EAFCFF
(234,252,255)
#ECFCFF
(236,252,255)
#EEFCFF
(238,252,255)
#F0FCFF
(240,252,255)
#F2FCFF
(242,252,255)
#F4FCFF
(244,252,255)
#F6FCFF
(246,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FCFF; }

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

This text font color is #E2FCFF.


Background Color

.myBgColor { background-color: #E2FCFF; }

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

This div background color is #E2FCFF.


Border color

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

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

This div border color is #E2FCFF.


Opacity

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

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

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

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

This text has shadow with #E2FCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FCFF on black background.


Color preview on white background

This text has color #E2FCFF on white background.



Black color preview on #E2FCFF background

This text has black color on #E2FCFF background.


White color preview on #E2FCFF background

This text has white color on #E2FCFF background.