COLOR #E4FFFA

HEX: #E4FFFA
RGB: (228,255,250)

Color info

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

RGB color model

#E4FFFA color RGB value is (228,255,250).

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

RGB channels and saturation

R 228 of 255 = 89%
G 255 of 255 = 100%
B 250 of 255 = 98%

228
255
250

R + G + B ~ 96%. #E4FFFA is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 255 + 250 = 733 (100%)
R 228 of 733 ~ 31.11%
G 255 of 733 ~ 34.79%
B 250 of 733 ~ 34.11%

%31.11
%34.79
%34.11

CMYK color model

#E4FFFA color CMYK value is (11,0,2,0).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 0.00%
CMYK:
(11,0,2,0)
C11M0Y2K0 
(11%,0%,2%,0%)
(0.11/0.00/0.02/0.00)	

CMYK percentages

%10.59
%0
%1.96
%0

Codes

Color #E4FFFA in popluar color models

E4FFFA
RGB228255250
HSL169°100.00%94.71%
HSB/HSV169°10.59%100.00%
CMYK10.59%0.00%1.96%
0.00%

Color #E4FFFA in popluar number systems.

HEXE4FFFA
Decimal228255250
Binary111001001111111111111010
Octal344377372

Shades and tints

Shades of #E4FFFA

#E4FFFA
(228,255,250)
#D0E8E4
(208,232,228)
#BCD1CE
(188,209,206)
#A8BAB8
(168,186,184)
#94A3A2
(148,163,162)
#808C8C
(128,140,140)
#6C7576
(108,117,118)
#585E60
(88,94,96)
#44474A
(68,71,74)
#303034
(48,48,52)
#1C191E
(28,25,30)
#000000
(0,0,0)

Tints of #E4FFFA

#E4FFFA
(228,255,250)
#E6FFFA
(230,255,250)
#E8FFFA
(232,255,250)
#EAFFFA
(234,255,250)
#ECFFFA
(236,255,250)
#EEFFFA
(238,255,250)
#F0FFFA
(240,255,250)
#F2FFFA
(242,255,250)
#F4FFFA
(244,255,250)
#F6FFFA
(246,255,250)
#F8FFFA
(248,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FFFA; }

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

This text font color is #E4FFFA.


Background Color

.myBgColor { background-color: #E4FFFA; }

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

This div background color is #E4FFFA.


Border color

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

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

This div border color is #E4FFFA.


Opacity

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

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

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

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

This text has shadow with #E4FFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FFFA on black background.


Color preview on white background

This text has color #E4FFFA on white background.



Black color preview on #E4FFFA background

This text has black color on #E4FFFA background.


White color preview on #E4FFFA background

This text has white color on #E4FFFA background.