COLOR #E4FFF5

HEX: #E4FFF5
RGB: (228,255,245)

Color info

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

RGB color model

#E4FFF5 color RGB value is (228,255,245).

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

RGB channels and saturation

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

228
255
245

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

Portions of RGB colors in percentages

R + G + B =
228 + 255 + 245 = 728 (100%)
R 228 of 728 ~ 31.32%
G 255 of 728 ~ 35.03%
B 245 of 728 ~ 33.65%

%31.32
%35.03
%33.65

CMYK color model

#E4FFF5 color CMYK value is (11,0,4,0).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 0.00%
CMYK:
(11,0,4,0)
C11M0Y4K0 
(11%,0%,4%,0%)
(0.11/0.00/0.04/0.00)	

CMYK percentages

%10.59
%0
%3.92
%0

Codes

Color #E4FFF5 in popluar color models

E4FFF5
RGB228255245
HSL158°100.00%94.71%
HSB/HSV158°10.59%100.00%
CMYK10.59%0.00%3.92%
0.00%

Color #E4FFF5 in popluar number systems.

HEXE4FFF5
Decimal228255245
Binary111001001111111111110101
Octal344377365

Shades and tints

Shades of #E4FFF5

#E4FFF5
(228,255,245)
#D0E8DF
(208,232,223)
#BCD1C9
(188,209,201)
#A8BAB3
(168,186,179)
#94A39D
(148,163,157)
#808C87
(128,140,135)
#6C7571
(108,117,113)
#585E5B
(88,94,91)
#444745
(68,71,69)
#30302F
(48,48,47)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #E4FFF5

#E4FFF5
(228,255,245)
#E6FFF5
(230,255,245)
#E8FFF5
(232,255,245)
#EAFFF5
(234,255,245)
#ECFFF5
(236,255,245)
#EEFFF5
(238,255,245)
#F0FFF5
(240,255,245)
#F2FFF5
(242,255,245)
#F4FFF5
(244,255,245)
#F6FFF5
(246,255,245)
#F8FFF5
(248,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FFF5; }

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

This text font color is #E4FFF5.


Background Color

.myBgColor { background-color: #E4FFF5; }

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

This div background color is #E4FFF5.


Border color

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

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

This div border color is #E4FFF5.


Opacity

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

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

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

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

This text has shadow with #E4FFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FFF5 on black background.


Color preview on white background

This text has color #E4FFF5 on white background.



Black color preview on #E4FFF5 background

This text has black color on #E4FFF5 background.


White color preview on #E4FFF5 background

This text has white color on #E4FFF5 background.