COLOR #E3FCFE

HEX: #E3FCFE
RGB: (227,252,254)

Color info

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

RGB color model

#E3FCFE color RGB value is (227,252,254).

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

RGB channels and saturation

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

227
252
254

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

Portions of RGB colors in percentages

R + G + B =
227 + 252 + 254 = 733 (100%)
R 227 of 733 ~ 30.97%
G 252 of 733 ~ 34.38%
B 254 of 733 ~ 34.65%

%30.97
%34.38
%34.65

CMYK color model

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

  • cyan value is 10.63%
  • 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

%10.63
%0.79
%0
%0.39

Codes

Color #E3FCFE in popluar color models

E3FCFE
RGB227252254
HSL184°93.10%94.31%
HSB/HSV184°10.63%99.61%
CMYK10.63%0.79%0.00%
0.39%

Color #E3FCFE in popluar number systems.

HEXE3FCFE
Decimal227252254
Binary111000111111110011111110
Octal343374376

Shades and tints

Shades of #E3FCFE

#E3FCFE
(227,252,254)
#CFE6E7
(207,230,231)
#BBD0D0
(187,208,208)
#A7BAB9
(167,186,185)
#93A4A2
(147,164,162)
#7F8E8B
(127,142,139)
#6B7874
(107,120,116)
#57625D
(87,98,93)
#434C46
(67,76,70)
#2F362F
(47,54,47)
#1B2018
(27,32,24)
#000000
(0,0,0)

Tints of #E3FCFE

#E3FCFE
(227,252,254)
#E5FCFE
(229,252,254)
#E7FCFE
(231,252,254)
#E9FCFE
(233,252,254)
#EBFCFE
(235,252,254)
#EDFCFE
(237,252,254)
#EFFCFE
(239,252,254)
#F1FCFE
(241,252,254)
#F3FCFE
(243,252,254)
#F5FCFE
(245,252,254)
#F7FCFE
(247,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FCFE; }

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

This text font color is #E3FCFE.


Background Color

.myBgColor { background-color: #E3FCFE; }

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

This div background color is #E3FCFE.


Border color

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

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

This div border color is #E3FCFE.


Opacity

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

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

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

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

This text has shadow with #E3FCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FCFE on black background.


Color preview on white background

This text has color #E3FCFE on white background.



Black color preview on #E3FCFE background

This text has black color on #E3FCFE background.


White color preview on #E3FCFE background

This text has white color on #E3FCFE background.