COLOR #E4FCF4

HEX: #E4FCF4
RGB: (228,252,244)

Color info

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

RGB color model

#E4FCF4 color RGB value is (228,252,244).

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

RGB channels and saturation

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

228
252
244

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

Portions of RGB colors in percentages

R + G + B =
228 + 252 + 244 = 724 (100%)
R 228 of 724 ~ 31.49%
G 252 of 724 ~ 34.81%
B 244 of 724 ~ 33.7%

%31.49
%34.81
%33.7

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 1.18%
CMYK:
(10,0,3,1)
C10M0Y3K1 
(10%,0%,3%,1%)
(0.10/0.00/0.03/0.01)	

CMYK percentages

%9.52
%0
%3.17
%1.18

Codes

Color #E4FCF4 in popluar color models

E4FCF4
RGB228252244
HSL160°80.00%94.12%
HSB/HSV160°9.52%98.82%
CMYK9.52%0.00%3.17%
1.18%

Color #E4FCF4 in popluar number systems.

HEXE4FCF4
Decimal228252244
Binary111001001111110011110100
Octal344374364

Shades and tints

Shades of #E4FCF4

#E4FCF4
(228,252,244)
#D0E6DE
(208,230,222)
#BCD0C8
(188,208,200)
#A8BAB2
(168,186,178)
#94A49C
(148,164,156)
#808E86
(128,142,134)
#6C7870
(108,120,112)
#58625A
(88,98,90)
#444C44
(68,76,68)
#30362E
(48,54,46)
#1C2018
(28,32,24)
#000000
(0,0,0)

Tints of #E4FCF4

#E4FCF4
(228,252,244)
#E6FCF5
(230,252,245)
#E8FCF6
(232,252,246)
#EAFCF7
(234,252,247)
#ECFCF8
(236,252,248)
#EEFCF9
(238,252,249)
#F0FCFA
(240,252,250)
#F2FCFB
(242,252,251)
#F4FCFC
(244,252,252)
#F6FCFD
(246,252,253)
#F8FCFE
(248,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FCF4; }

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

This text font color is #E4FCF4.


Background Color

.myBgColor { background-color: #E4FCF4; }

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

This div background color is #E4FCF4.


Border color

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

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

This div border color is #E4FCF4.


Opacity

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

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

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

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

This text has shadow with #E4FCF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FCF4 on black background.


Color preview on white background

This text has color #E4FCF4 on white background.



Black color preview on #E4FCF4 background

This text has black color on #E4FCF4 background.


White color preview on #E4FCF4 background

This text has white color on #E4FCF4 background.