COLOR #E4FBFB

HEX: #E4FBFB RGB: (228,251,251)

Color info

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

RGB color model

#E4FBFB color RGB value is (228,251,251).

RGB: (228,251,251) (89%, 98%, 98%)

RGB channels and saturation

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

228
251
251

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

Portions of RGB colors in percentages

R + G + B = 228 + 251 + 251 = 730 (100%)
R 228 of 730 ~ 31.23%
G 251 of 730 ~ 34.38%
B 251 of 730 ~ 34.38'%

%31.23
%34.38
%34.38

CMYK color model

#E4FBFB color CMYK value is (9,0,0,2).

  • cyan value is 9.16%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (9,0,0,2)
C9M0Y0K2 (9%, 0%, 0%, 2%)
(0.09 / 0.00 / 0.00 / 0.02)

CMYK percentages

%9.16
%0
%0
%1.57

Codes

Color #E4FBFB in popluar color models

E4 FB FB
RGB 228 251 251
HSL 180° 74.19% 93.92%
HSB/HSV 180° 9.16% 98.43%
CMYK 9.16% 0.00% 0.00%
1.57%

Color #E4FBFB in popluar number systems.

HEX E4 FB FB
Decimal 228 251 251
Binary 11100100 11111011 11111011
Octal 344 373 373

Shades and tints

Shades of #E4FBFB

#E4FBFB
(228,251,251)
#D0E5E5
(208,229,229)
#BCCFCF
(188,207,207)
#A8B9B9
(168,185,185)
#94A3A3
(148,163,163)
#808D8D
(128,141,141)
#6C7777
(108,119,119)
#586161
(88,97,97)
#444B4B
(68,75,75)
#303535
(48,53,53)
#1C1F1F
(28,31,31)
#000000
(0,0,0)

Tints of #E4FBFB

#E4FBFB
(228,251,251)
#E6FBFB
(230,251,251)
#E8FBFB
(232,251,251)
#EAFBFB
(234,251,251)
#ECFBFB
(236,251,251)
#EEFBFB
(238,251,251)
#F0FBFB
(240,251,251)
#F2FBFB
(242,251,251)
#F4FBFB
(244,251,251)
#F6FBFB
(246,251,251)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FBFB; }

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

This text font color is #E4FBFB.

Background Color

.myBgColor { background-color: #E4FBFB; }

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

This div background color is #E4FBFB.

Border color

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

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

This div border color is #E4FBFB.

Opacity

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

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

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

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

This text has shadow with #E4FBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FBFB.

Preview

Color preview on black background

This text has color #E4FBFB on black background.


Color preview on white background

This text has color #E4FBFB on white background.


Black color preview on #E4FBFB background

This text has black color on #E4FBFB background.


White color preview on #E4FBFB background

This text has white color on #E4FBFB background.


Related colors

Complementary color

Complementary color for #hex is #1B0404.


I love getcolorcode.com