COLOR #E3F7FF

HEX: #E3F7FF
RGB: (227,247,255)

Color info

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

RGB color model

#E3F7FF color RGB value is (227,247,255).

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

RGB channels and saturation

R 227 of 255 = 89%
G 247 of 255 = 97%
B 255 of 255 = 100%

227
247
255

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

Portions of RGB colors in percentages

R + G + B =
227 + 247 + 255 = 729 (100%)
R 227 of 729 ~ 31.14%
G 247 of 729 ~ 33.88%
B 255 of 729 ~ 34.98%

%31.14
%33.88
%34.98

CMYK color model

#E3F7FF color CMYK value is (11,3,0,0).

  • cyan value is 10.98%
  • magenta value is 3.14%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(11,3,0,0)
C11M3Y0K0 
(11%,3%,0%,0%)
(0.11/0.03/0.00/0.00)	

CMYK percentages

%10.98
%3.14
%0
%0

Codes

Color #E3F7FF in popluar color models

E3F7FF
RGB227247255
HSL197°100.00%94.51%
HSB/HSV197°10.98%100.00%
CMYK10.98%3.14%0.00%
0.00%

Color #E3F7FF in popluar number systems.

HEXE3F7FF
Decimal227247255
Binary111000111111011111111111
Octal343367377

Shades and tints

Shades of #E3F7FF

#E3F7FF
(227,247,255)
#CFE1E8
(207,225,232)
#BBCBD1
(187,203,209)
#A7B5BA
(167,181,186)
#939FA3
(147,159,163)
#7F898C
(127,137,140)
#6B7375
(107,115,117)
#575D5E
(87,93,94)
#434747
(67,71,71)
#2F3130
(47,49,48)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #E3F7FF

#E3F7FF
(227,247,255)
#E5F7FF
(229,247,255)
#E7F7FF
(231,247,255)
#E9F7FF
(233,247,255)
#EBF7FF
(235,247,255)
#EDF7FF
(237,247,255)
#EFF7FF
(239,247,255)
#F1F7FF
(241,247,255)
#F3F7FF
(243,247,255)
#F5F7FF
(245,247,255)
#F7F7FF
(247,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F7FF; }

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

This text font color is #E3F7FF.


Background Color

.myBgColor { background-color: #E3F7FF; }

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

This div background color is #E3F7FF.


Border color

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

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

This div border color is #E3F7FF.


Opacity

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

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

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

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

This text has shadow with #E3F7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F7FF on black background.


Color preview on white background

This text has color #E3F7FF on white background.



Black color preview on #E3F7FF background

This text has black color on #E3F7FF background.


White color preview on #E3F7FF background

This text has white color on #E3F7FF background.