COLOR #E4F6FC

HEX: #E4F6FC
RGB: (228,246,252)

Color info

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

RGB color model

#E4F6FC color RGB value is (228,246,252).

  • red value is 228;
  • green value is 246;
  • blue value is 252.
RGB:
(228,246,252)
(89%,96%,99%)

RGB channels and saturation

R 228 of 255 = 89%
G 246 of 255 = 96%
B 252 of 255 = 99%

228
246
252

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

Portions of RGB colors in percentages

R + G + B =
228 + 246 + 252 = 726 (100%)
R 228 of 726 ~ 31.4%
G 246 of 726 ~ 33.88%
B 252 of 726 ~ 34.71%

%31.4
%33.88
%34.71

CMYK color model

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

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

CMYK percentages

%9.52
%2.38
%0
%1.18

Codes

Color #E4F6FC in popluar color models

E4F6FC
RGB228246252
HSL195°80.00%94.12%
HSB/HSV195°9.52%98.82%
CMYK9.52%2.38%0.00%
1.18%

Color #E4F6FC in popluar number systems.

HEXE4F6FC
Decimal228246252
Binary111001001111011011111100
Octal344366374

Shades and tints

Shades of #E4F6FC

#E4F6FC
(228,246,252)
#D0E0E6
(208,224,230)
#BCCAD0
(188,202,208)
#A8B4BA
(168,180,186)
#949EA4
(148,158,164)
#80888E
(128,136,142)
#6C7278
(108,114,120)
#585C62
(88,92,98)
#44464C
(68,70,76)
#303036
(48,48,54)
#1C1A20
(28,26,32)
#000000
(0,0,0)

Tints of #E4F6FC

#E4F6FC
(228,246,252)
#E6F6FC
(230,246,252)
#E8F6FC
(232,246,252)
#EAF6FC
(234,246,252)
#ECF6FC
(236,246,252)
#EEF6FC
(238,246,252)
#F0F6FC
(240,246,252)
#F2F6FC
(242,246,252)
#F4F6FC
(244,246,252)
#F6F6FC
(246,246,252)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F6FC color. Also use rgb(228,246,252) instead hex code.

Text Font Color

.myTextColor { color: #E4F6FC; }

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

This text font color is #E4F6FC.


Background Color

.myBgColor { background-color: #E4F6FC; }

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

This div background color is #E4F6FC.


Border color

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

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

This div border color is #E4F6FC.


Opacity

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

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

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

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

This text has shadow with #E4F6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F6FC on black background.


Color preview on white background

This text has color #E4F6FC on white background.



Black color preview on #E4F6FC background

This text has black color on #E4F6FC background.


White color preview on #E4F6FC background

This text has white color on #E4F6FC background.