COLOR #E3F9FD

HEX: #E3F9FD
RGB: (227,249,253)

Color info

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

RGB color model

#E3F9FD color RGB value is (227,249,253).

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

RGB channels and saturation

R 227 of 255 = 89%
G 249 of 255 = 98%
B 253 of 255 = 99%

227
249
253

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

Portions of RGB colors in percentages

R + G + B =
227 + 249 + 253 = 729 (100%)
R 227 of 729 ~ 31.14%
G 249 of 729 ~ 34.16%
B 253 of 729 ~ 34.71%

%31.14
%34.16
%34.71

CMYK color model

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

  • cyan value is 10.28%
  • magenta value is 1.58%
  • 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.58
%0
%0.78

Codes

Color #E3F9FD in popluar color models

E3F9FD
RGB227249253
HSL189°86.67%94.12%
HSB/HSV189°10.28%99.22%
CMYK10.28%1.58%0.00%
0.78%

Color #E3F9FD in popluar number systems.

HEXE3F9FD
Decimal227249253
Binary111000111111100111111101
Octal343371375

Shades and tints

Shades of #E3F9FD

#E3F9FD
(227,249,253)
#CFE3E6
(207,227,230)
#BBCDCF
(187,205,207)
#A7B7B8
(167,183,184)
#93A1A1
(147,161,161)
#7F8B8A
(127,139,138)
#6B7573
(107,117,115)
#575F5C
(87,95,92)
#434945
(67,73,69)
#2F332E
(47,51,46)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #E3F9FD

#E3F9FD
(227,249,253)
#E5F9FD
(229,249,253)
#E7F9FD
(231,249,253)
#E9F9FD
(233,249,253)
#EBF9FD
(235,249,253)
#EDF9FD
(237,249,253)
#EFF9FD
(239,249,253)
#F1F9FD
(241,249,253)
#F3F9FD
(243,249,253)
#F5F9FD
(245,249,253)
#F7F9FD
(247,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F9FD; }

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

This text font color is #E3F9FD.


Background Color

.myBgColor { background-color: #E3F9FD; }

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

This div background color is #E3F9FD.


Border color

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

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

This div border color is #E3F9FD.


Opacity

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

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

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

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

This text has shadow with #E3F9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F9FD on black background.


Color preview on white background

This text has color #E3F9FD on white background.



Black color preview on #E3F9FD background

This text has black color on #E3F9FD background.


White color preview on #E3F9FD background

This text has white color on #E3F9FD background.