COLOR #E3FEFE

HEX: #E3FEFE
RGB: (227,254,254)

Color info

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

RGB color model

#E3FEFE color RGB value is (227,254,254).

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

RGB channels and saturation

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

227
254
254

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

Portions of RGB colors in percentages

R + G + B =
227 + 254 + 254 = 735 (100%)
R 227 of 735 ~ 30.88%
G 254 of 735 ~ 34.56%
B 254 of 735 ~ 34.56%

%30.88
%34.56
%34.56

CMYK color model

#E3FEFE color CMYK value is (11,0,0,0).

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

CMYK percentages

%10.63
%0
%0
%0.39

Codes

Color #E3FEFE in popluar color models

E3FEFE
RGB227254254
HSL180°93.10%94.31%
HSB/HSV180°10.63%99.61%
CMYK10.63%0.00%0.00%
0.39%

Color #E3FEFE in popluar number systems.

HEXE3FEFE
Decimal227254254
Binary111000111111111011111110
Octal343376376

Shades and tints

Shades of #E3FEFE

#E3FEFE
(227,254,254)
#CFE7E7
(207,231,231)
#BBD0D0
(187,208,208)
#A7B9B9
(167,185,185)
#93A2A2
(147,162,162)
#7F8B8B
(127,139,139)
#6B7474
(107,116,116)
#575D5D
(87,93,93)
#434646
(67,70,70)
#2F2F2F
(47,47,47)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3FEFE

#E3FEFE
(227,254,254)
#E5FEFE
(229,254,254)
#E7FEFE
(231,254,254)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FEFE; }

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

This text font color is #E3FEFE.


Background Color

.myBgColor { background-color: #E3FEFE; }

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

This div background color is #E3FEFE.


Border color

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

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

This div border color is #E3FEFE.


Opacity

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

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

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

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

This text has shadow with #E3FEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FEFE on black background.


Color preview on white background

This text has color #E3FEFE on white background.



Black color preview on #E3FEFE background

This text has black color on #E3FEFE background.


White color preview on #E3FEFE background

This text has white color on #E3FEFE background.