COLOR #E4FEF5

HEX: #E4FEF5
RGB: (228,254,245)

Color info

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

RGB color model

#E4FEF5 color RGB value is (228,254,245).

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

RGB channels and saturation

R 228 of 255 = 89%
G 254 of 255 = 100%
B 245 of 255 = 96%

228
254
245

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

Portions of RGB colors in percentages

R + G + B =
228 + 254 + 245 = 727 (100%)
R 228 of 727 ~ 31.36%
G 254 of 727 ~ 34.94%
B 245 of 727 ~ 33.7%

%31.36
%34.94
%33.7

CMYK color model

#E4FEF5 color CMYK value is (10,0,4,0).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 0.39%
CMYK:
(10,0,4,0)
C10M0Y4K0 
(10%,0%,4%,0%)
(0.10/0.00/0.04/0.00)	

CMYK percentages

%10.24
%0
%3.54
%0.39

Codes

Color #E4FEF5 in popluar color models

E4FEF5
RGB228254245
HSL159°92.86%94.51%
HSB/HSV159°10.24%99.61%
CMYK10.24%0.00%3.54%
0.39%

Color #E4FEF5 in popluar number systems.

HEXE4FEF5
Decimal228254245
Binary111001001111111011110101
Octal344376365

Shades and tints

Shades of #E4FEF5

#E4FEF5
(228,254,245)
#D0E7DF
(208,231,223)
#BCD0C9
(188,208,201)
#A8B9B3
(168,185,179)
#94A29D
(148,162,157)
#808B87
(128,139,135)
#6C7471
(108,116,113)
#585D5B
(88,93,91)
#444645
(68,70,69)
#302F2F
(48,47,47)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #E4FEF5

#E4FEF5
(228,254,245)
#E6FEF5
(230,254,245)
#E8FEF5
(232,254,245)
#EAFEF5
(234,254,245)
#ECFEF5
(236,254,245)
#EEFEF5
(238,254,245)
#F0FEF5
(240,254,245)
#F2FEF5
(242,254,245)
#F4FEF5
(244,254,245)
#F6FEF5
(246,254,245)
#F8FEF5
(248,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FEF5; }

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

This text font color is #E4FEF5.


Background Color

.myBgColor { background-color: #E4FEF5; }

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

This div background color is #E4FEF5.


Border color

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

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

This div border color is #E4FEF5.


Opacity

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

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

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

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

This text has shadow with #E4FEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FEF5 on black background.


Color preview on white background

This text has color #E4FEF5 on white background.



Black color preview on #E4FEF5 background

This text has black color on #E4FEF5 background.


White color preview on #E4FEF5 background

This text has white color on #E4FEF5 background.