COLOR #E4FCFB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

228
252
251

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

Portions of RGB colors in percentages

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

%31.19
%34.47
%34.34

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • 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
%0.4
%1.18

Codes

Color #E4FCFB in popluar color models

E4 FC FB
RGB 228 252 251
HSL 178° 80.00% 94.12%
HSB/HSV 178° 9.52% 98.82%
CMYK 9.52% 0.00% 0.40%
1.18%

Color #E4FCFB in popluar number systems.

HEX E4 FC FB
Decimal 228 252 251
Binary 11100100 11111100 11111011
Octal 344 374 373

Shades and tints

Shades of #E4FCFB

#E4FCFB
(228,252,251)
#D0E6E5
(208,230,229)
#BCD0CF
(188,208,207)
#A8BAB9
(168,186,185)
#94A4A3
(148,164,163)
#808E8D
(128,142,141)
#6C7877
(108,120,119)
#586261
(88,98,97)
#444C4B
(68,76,75)
#303635
(48,54,53)
#1C201F
(28,32,31)
#000000
(0,0,0)

Tints of #E4FCFB

#E4FCFB
(228,252,251)
#E6FCFB
(230,252,251)
#E8FCFB
(232,252,251)
#EAFCFB
(234,252,251)
#ECFCFB
(236,252,251)
#EEFCFB
(238,252,251)
#F0FCFB
(240,252,251)
#F2FCFB
(242,252,251)
#F4FCFB
(244,252,251)
#F6FCFB
(246,252,251)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FCFB; }

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

This text font color is #E4FCFB.

Background Color

.myBgColor { background-color: #E4FCFB; }

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

This div background color is #E4FCFB.

Border color

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

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

This div border color is #E4FCFB.

Opacity

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

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

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

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

This text has shadow with #E4FCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FCFB.

Preview

Color preview on black background

This text has color #E4FCFB on black background.


Color preview on white background

This text has color #E4FCFB on white background.


Black color preview on #E4FCFB background

This text has black color on #E4FCFB background.


White color preview on #E4FCFB background

This text has white color on #E4FCFB background.


Related colors

Complementary color

Complementary color for #hex is #1B0304.


I love getcolorcode.com

Triadic colors

1 #FBE4FC and #FCFBE4 with #E4FCFB are triadic colors.

2 #FBFCE4 and #FCE4FB with #E4FCFB are triadic colors.