COLOR #E4FBFC

HEX: #E4FBFC
RGB: (228,251,252)

Color info

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

RGB color model

#E4FBFC color RGB value is (228,251,252).

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

RGB channels and saturation

R 228 of 255 = 89%
G 251 of 255 = 98%
B 252 of 255 = 99%

228
251
252

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

Portions of RGB colors in percentages

R + G + B =
228 + 251 + 252 = 731 (100%)
R 228 of 731 ~ 31.19%
G 251 of 731 ~ 34.34%
B 252 of 731 ~ 34.47%

%31.19
%34.34
%34.47

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,0,0,1)
C10M0Y0K1 
(10%,0%,0%,1%)
(0.10/0.00/0.00/0.01)	

CMYK percentages

%9.52
%0.4
%0
%1.18

Codes

Color #E4FBFC in popluar color models

E4FBFC
RGB228251252
HSL183°80.00%94.12%
HSB/HSV183°9.52%98.82%
CMYK9.52%0.40%0.00%
1.18%

Color #E4FBFC in popluar number systems.

HEXE4FBFC
Decimal228251252
Binary111001001111101111111100
Octal344373374

Shades and tints

Shades of #E4FBFC

#E4FBFC
(228,251,252)
#D0E5E6
(208,229,230)
#BCCFD0
(188,207,208)
#A8B9BA
(168,185,186)
#94A3A4
(148,163,164)
#808D8E
(128,141,142)
#6C7778
(108,119,120)
#586162
(88,97,98)
#444B4C
(68,75,76)
#303536
(48,53,54)
#1C1F20
(28,31,32)
#000000
(0,0,0)

Tints of #E4FBFC

#E4FBFC
(228,251,252)
#E6FBFC
(230,251,252)
#E8FBFC
(232,251,252)
#EAFBFC
(234,251,252)
#ECFBFC
(236,251,252)
#EEFBFC
(238,251,252)
#F0FBFC
(240,251,252)
#F2FBFC
(242,251,252)
#F4FBFC
(244,251,252)
#F6FBFC
(246,251,252)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FBFC; }

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

This text font color is #E4FBFC.


Background Color

.myBgColor { background-color: #E4FBFC; }

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

This div background color is #E4FBFC.


Border color

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

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

This div border color is #E4FBFC.


Opacity

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

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

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

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

This text has shadow with #E4FBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FBFC on black background.


Color preview on white background

This text has color #E4FBFC on white background.



Black color preview on #E4FBFC background

This text has black color on #E4FBFC background.


White color preview on #E4FBFC background

This text has white color on #E4FBFC background.