COLOR #E3FEFC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

227
254
252

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

Portions of RGB colors in percentages

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

%30.97
%34.65
%34.38

CMYK color model

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

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

CMYK percentages

%10.63
%0
%0.79
%0.39

Codes

Color #E3FEFC in popluar color models

E3FEFC
RGB227254252
HSL176°93.10%94.31%
HSB/HSV176°10.63%99.61%
CMYK10.63%0.00%0.79%
0.39%

Color #E3FEFC in popluar number systems.

HEXE3FEFC
Decimal227254252
Binary111000111111111011111100
Octal343376374

Shades and tints

Shades of #E3FEFC

#E3FEFC
(227,254,252)
#CFE7E6
(207,231,230)
#BBD0D0
(187,208,208)
#A7B9BA
(167,185,186)
#93A2A4
(147,162,164)
#7F8B8E
(127,139,142)
#6B7478
(107,116,120)
#575D62
(87,93,98)
#43464C
(67,70,76)
#2F2F36
(47,47,54)
#1B1820
(27,24,32)
#000000
(0,0,0)

Tints of #E3FEFC

#E3FEFC
(227,254,252)
#E5FEFC
(229,254,252)
#E7FEFC
(231,254,252)
#E9FEFC
(233,254,252)
#EBFEFC
(235,254,252)
#EDFEFC
(237,254,252)
#EFFEFC
(239,254,252)
#F1FEFC
(241,254,252)
#F3FEFC
(243,254,252)
#F5FEFC
(245,254,252)
#F7FEFC
(247,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FEFC; }

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

This text font color is #E3FEFC.


Background Color

.myBgColor { background-color: #E3FEFC; }

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

This div background color is #E3FEFC.


Border color

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

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

This div border color is #E3FEFC.


Opacity

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

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

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

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

This text has shadow with #E3FEFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FEFC on black background.


Color preview on white background

This text has color #E3FEFC on white background.



Black color preview on #E3FEFC background

This text has black color on #E3FEFC background.


White color preview on #E3FEFC background

This text has white color on #E3FEFC background.