COLOR #E4FBF5

HEX: #E4FBF5
RGB: (228,251,245)

Color info

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

RGB color model

#E4FBF5 color RGB value is (228,251,245).

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

RGB channels and saturation

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

228
251
245

R + G + B ~ 94%. #E4FBF5 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 251 + 245 = 724 (100%)
R 228 of 724 ~ 31.49%
G 251 of 724 ~ 34.67%
B 245 of 724 ~ 33.84%

%31.49
%34.67
%33.84

CMYK color model

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

  • cyan value is 9.16%
  • magenta value is 0.00%
  • yellow value is 2.39%
  • key color value is 1.57%
CMYK:
(9,0,2,2)
C9M0Y2K2 
(9%,0%,2%,2%)
(0.09/0.00/0.02/0.02)	

CMYK percentages

%9.16
%0
%2.39
%1.57

Codes

Color #E4FBF5 in popluar color models

E4FBF5
RGB228251245
HSL164°74.19%93.92%
HSB/HSV164°9.16%98.43%
CMYK9.16%0.00%2.39%
1.57%

Color #E4FBF5 in popluar number systems.

HEXE4FBF5
Decimal228251245
Binary111001001111101111110101
Octal344373365

Shades and tints

Shades of #E4FBF5

#E4FBF5
(228,251,245)
#D0E5DF
(208,229,223)
#BCCFC9
(188,207,201)
#A8B9B3
(168,185,179)
#94A39D
(148,163,157)
#808D87
(128,141,135)
#6C7771
(108,119,113)
#58615B
(88,97,91)
#444B45
(68,75,69)
#30352F
(48,53,47)
#1C1F19
(28,31,25)
#000000
(0,0,0)

Tints of #E4FBF5

#E4FBF5
(228,251,245)
#E6FBF5
(230,251,245)
#E8FBF5
(232,251,245)
#EAFBF5
(234,251,245)
#ECFBF5
(236,251,245)
#EEFBF5
(238,251,245)
#F0FBF5
(240,251,245)
#F2FBF5
(242,251,245)
#F4FBF5
(244,251,245)
#F6FBF5
(246,251,245)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FBF5; }

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

This text font color is #E4FBF5.


Background Color

.myBgColor { background-color: #E4FBF5; }

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

This div background color is #E4FBF5.


Border color

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

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

This div border color is #E4FBF5.


Opacity

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

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

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

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

This text has shadow with #E4FBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FBF5 on black background.


Color preview on white background

This text has color #E4FBF5 on white background.



Black color preview on #E4FBF5 background

This text has black color on #E4FBF5 background.


White color preview on #E4FBF5 background

This text has white color on #E4FBF5 background.