COLOR #E3F8FD

HEX: #E3F8FD
RGB: (227,248,253)

Color info

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

RGB color model

#E3F8FD color RGB value is (227,248,253).

  • red value is 227;
  • green value is 248;
  • blue value is 253.
RGB:
(227,248,253)
(89%,97%,99%)

RGB channels and saturation

R 227 of 255 = 89%
G 248 of 255 = 97%
B 253 of 255 = 99%

227
248
253

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

Portions of RGB colors in percentages

R + G + B =
227 + 248 + 253 = 728 (100%)
R 227 of 728 ~ 31.18%
G 248 of 728 ~ 34.07%
B 253 of 728 ~ 34.75%

%31.18
%34.07
%34.75

CMYK color model

#E3F8FD color CMYK value is (10,2,0,1).

  • cyan value is 10.28%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(10,2,0,1)
C10M2Y0K1 
(10%,2%,0%,1%)
(0.10/0.02/0.00/0.01)	

CMYK percentages

%10.28
%1.98
%0
%0.78

Codes

Color #E3F8FD in popluar color models

E3F8FD
RGB227248253
HSL192°86.67%94.12%
HSB/HSV192°10.28%99.22%
CMYK10.28%1.98%0.00%
0.78%

Color #E3F8FD in popluar number systems.

HEXE3F8FD
Decimal227248253
Binary111000111111100011111101
Octal343370375

Shades and tints

Shades of #E3F8FD

#E3F8FD
(227,248,253)
#CFE2E6
(207,226,230)
#BBCCCF
(187,204,207)
#A7B6B8
(167,182,184)
#93A0A1
(147,160,161)
#7F8A8A
(127,138,138)
#6B7473
(107,116,115)
#575E5C
(87,94,92)
#434845
(67,72,69)
#2F322E
(47,50,46)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #E3F8FD

#E3F8FD
(227,248,253)
#E5F8FD
(229,248,253)
#E7F8FD
(231,248,253)
#E9F8FD
(233,248,253)
#EBF8FD
(235,248,253)
#EDF8FD
(237,248,253)
#EFF8FD
(239,248,253)
#F1F8FD
(241,248,253)
#F3F8FD
(243,248,253)
#F5F8FD
(245,248,253)
#F7F8FD
(247,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F8FD; }

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

This text font color is #E3F8FD.


Background Color

.myBgColor { background-color: #E3F8FD; }

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

This div background color is #E3F8FD.


Border color

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

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

This div border color is #E3F8FD.


Opacity

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

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

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

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

This text has shadow with #E3F8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F8FD on black background.


Color preview on white background

This text has color #E3F8FD on white background.



Black color preview on #E3F8FD background

This text has black color on #E3F8FD background.


White color preview on #E3F8FD background

This text has white color on #E3F8FD background.