COLOR #E4FBFD

HEX: #E4FBFD
RGB: (228,251,253)

Color info

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

RGB color model

#E4FBFD color RGB value is (228,251,253).

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

RGB channels and saturation

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

228
251
253

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

Portions of RGB colors in percentages

R + G + B =
228 + 251 + 253 = 732 (100%)
R 228 of 732 ~ 31.15%
G 251 of 732 ~ 34.29%
B 253 of 732 ~ 34.56%

%31.15
%34.29
%34.56

CMYK color model

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

  • cyan value is 9.88%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(10,1,0,1)
C10M1Y0K1 
(10%,1%,0%,1%)
(0.10/0.01/0.00/0.01)	

CMYK percentages

%9.88
%0.79
%0
%0.78

Codes

Color #E4FBFD in popluar color models

E4FBFD
RGB228251253
HSL185°86.21%94.31%
HSB/HSV185°9.88%99.22%
CMYK9.88%0.79%0.00%
0.78%

Color #E4FBFD in popluar number systems.

HEXE4FBFD
Decimal228251253
Binary111001001111101111111101
Octal344373375

Shades and tints

Shades of #E4FBFD

#E4FBFD
(228,251,253)
#D0E5E6
(208,229,230)
#BCCFCF
(188,207,207)
#A8B9B8
(168,185,184)
#94A3A1
(148,163,161)
#808D8A
(128,141,138)
#6C7773
(108,119,115)
#58615C
(88,97,92)
#444B45
(68,75,69)
#30352E
(48,53,46)
#1C1F17
(28,31,23)
#000000
(0,0,0)

Tints of #E4FBFD

#E4FBFD
(228,251,253)
#E6FBFD
(230,251,253)
#E8FBFD
(232,251,253)
#EAFBFD
(234,251,253)
#ECFBFD
(236,251,253)
#EEFBFD
(238,251,253)
#F0FBFD
(240,251,253)
#F2FBFD
(242,251,253)
#F4FBFD
(244,251,253)
#F6FBFD
(246,251,253)
#F8FBFD
(248,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FBFD; }

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

This text font color is #E4FBFD.


Background Color

.myBgColor { background-color: #E4FBFD; }

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

This div background color is #E4FBFD.


Border color

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

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

This div border color is #E4FBFD.


Opacity

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

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

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

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

This text has shadow with #E4FBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FBFD on black background.


Color preview on white background

This text has color #E4FBFD on white background.



Black color preview on #E4FBFD background

This text has black color on #E4FBFD background.


White color preview on #E4FBFD background

This text has white color on #E4FBFD background.