COLOR #E2F3FC

HEX: #E2F3FC
RGB: (226,243,252)

Color info

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

RGB color model

#E2F3FC color RGB value is (226,243,252).

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

RGB channels and saturation

R 226 of 255 = 89%
G 243 of 255 = 95%
B 252 of 255 = 99%

226
243
252

R + G + B ~ 94%. #E2F3FC is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 243 + 252 = 721 (100%)
R 226 of 721 ~ 31.35%
G 243 of 721 ~ 33.7%
B 252 of 721 ~ 34.95%

%31.35
%33.7
%34.95

CMYK color model

#E2F3FC color CMYK value is (10,4,0,1).

  • cyan value is 10.32%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,4,0,1)
C10M4Y0K1 
(10%,4%,0%,1%)
(0.10/0.04/0.00/0.01)	

CMYK percentages

%10.32
%3.57
%0
%1.18

Codes

Color #E2F3FC in popluar color models

E2F3FC
RGB226243252
HSL201°81.25%93.73%
HSB/HSV201°10.32%98.82%
CMYK10.32%3.57%0.00%
1.18%

Color #E2F3FC in popluar number systems.

HEXE2F3FC
Decimal226243252
Binary111000101111001111111100
Octal342363374

Shades and tints

Shades of #E2F3FC

#E2F3FC
(226,243,252)
#CEDDE6
(206,221,230)
#BAC7D0
(186,199,208)
#A6B1BA
(166,177,186)
#929BA4
(146,155,164)
#7E858E
(126,133,142)
#6A6F78
(106,111,120)
#565962
(86,89,98)
#42434C
(66,67,76)
#2E2D36
(46,45,54)
#1A1720
(26,23,32)
#000000
(0,0,0)

Tints of #E2F3FC

#E2F3FC
(226,243,252)
#E4F4FC
(228,244,252)
#E6F5FC
(230,245,252)
#E8F6FC
(232,246,252)
#EAF7FC
(234,247,252)
#ECF8FC
(236,248,252)
#EEF9FC
(238,249,252)
#F0FAFC
(240,250,252)
#F2FBFC
(242,251,252)
#F4FCFC
(244,252,252)
#F6FDFC
(246,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F3FC; }

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

This text font color is #E2F3FC.


Background Color

.myBgColor { background-color: #E2F3FC; }

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

This div background color is #E2F3FC.


Border color

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

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

This div border color is #E2F3FC.


Opacity

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

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

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

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

This text has shadow with #E2F3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F3FC on black background.


Color preview on white background

This text has color #E2F3FC on white background.



Black color preview on #E2F3FC background

This text has black color on #E2F3FC background.


White color preview on #E2F3FC background

This text has white color on #E2F3FC background.