COLOR #E3F2FE

HEX: #E3F2FE
RGB: (227,242,254)

Color info

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

RGB color model

#E3F2FE color RGB value is (227,242,254).

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

RGB channels and saturation

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

227
242
254

R + G + B ~ 95%. #E3F2FE is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 242 + 254 = 723 (100%)
R 227 of 723 ~ 31.4%
G 242 of 723 ~ 33.47%
B 254 of 723 ~ 35.13%

%31.4
%33.47
%35.13

CMYK color model

#E3F2FE color CMYK value is (11,5,0,0).

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

CMYK percentages

%10.63
%4.72
%0
%0.39

Codes

Color #E3F2FE in popluar color models

E3F2FE
RGB227242254
HSL207°93.10%94.31%
HSB/HSV207°10.63%99.61%
CMYK10.63%4.72%0.00%
0.39%

Color #E3F2FE in popluar number systems.

HEXE3F2FE
Decimal227242254
Binary111000111111001011111110
Octal343362376

Shades and tints

Shades of #E3F2FE

#E3F2FE
(227,242,254)
#CFDCE7
(207,220,231)
#BBC6D0
(187,198,208)
#A7B0B9
(167,176,185)
#939AA2
(147,154,162)
#7F848B
(127,132,139)
#6B6E74
(107,110,116)
#57585D
(87,88,93)
#434246
(67,66,70)
#2F2C2F
(47,44,47)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #E3F2FE

#E3F2FE
(227,242,254)
#E5F3FE
(229,243,254)
#E7F4FE
(231,244,254)
#E9F5FE
(233,245,254)
#EBF6FE
(235,246,254)
#EDF7FE
(237,247,254)
#EFF8FE
(239,248,254)
#F1F9FE
(241,249,254)
#F3FAFE
(243,250,254)
#F5FBFE
(245,251,254)
#F7FCFE
(247,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F2FE; }

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

This text font color is #E3F2FE.


Background Color

.myBgColor { background-color: #E3F2FE; }

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

This div background color is #E3F2FE.


Border color

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

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

This div border color is #E3F2FE.


Opacity

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

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

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

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

This text has shadow with #E3F2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F2FE on black background.


Color preview on white background

This text has color #E3F2FE on white background.



Black color preview on #E3F2FE background

This text has black color on #E3F2FE background.


White color preview on #E3F2FE background

This text has white color on #E3F2FE background.