COLOR #E4FFF2

HEX: #E4FFF2
RGB: (228,255,242)

Color info

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

RGB color model

#E4FFF2 color RGB value is (228,255,242).

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

RGB channels and saturation

R 228 of 255 = 89%
G 255 of 255 = 100%
B 242 of 255 = 95%

228
255
242

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

Portions of RGB colors in percentages

R + G + B =
228 + 255 + 242 = 725 (100%)
R 228 of 725 ~ 31.45%
G 255 of 725 ~ 35.17%
B 242 of 725 ~ 33.38%

%31.45
%35.17
%33.38

CMYK color model

#E4FFF2 color CMYK value is (11,0,5,0).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 0.00%
CMYK:
(11,0,5,0)
C11M0Y5K0 
(11%,0%,5%,0%)
(0.11/0.00/0.05/0.00)	

CMYK percentages

%10.59
%0
%5.1
%0

Codes

Color #E4FFF2 in popluar color models

E4FFF2
RGB228255242
HSL151°100.00%94.71%
HSB/HSV151°10.59%100.00%
CMYK10.59%0.00%5.10%
0.00%

Color #E4FFF2 in popluar number systems.

HEXE4FFF2
Decimal228255242
Binary111001001111111111110010
Octal344377362

Shades and tints

Shades of #E4FFF2

#E4FFF2
(228,255,242)
#D0E8DC
(208,232,220)
#BCD1C6
(188,209,198)
#A8BAB0
(168,186,176)
#94A39A
(148,163,154)
#808C84
(128,140,132)
#6C756E
(108,117,110)
#585E58
(88,94,88)
#444742
(68,71,66)
#30302C
(48,48,44)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #E4FFF2

#E4FFF2
(228,255,242)
#E6FFF3
(230,255,243)
#E8FFF4
(232,255,244)
#EAFFF5
(234,255,245)
#ECFFF6
(236,255,246)
#EEFFF7
(238,255,247)
#F0FFF8
(240,255,248)
#F2FFF9
(242,255,249)
#F4FFFA
(244,255,250)
#F6FFFB
(246,255,251)
#F8FFFC
(248,255,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FFF2; }

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

This text font color is #E4FFF2.


Background Color

.myBgColor { background-color: #E4FFF2; }

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

This div background color is #E4FFF2.


Border color

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

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

This div border color is #E4FFF2.


Opacity

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

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

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

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

This text has shadow with #E4FFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FFF2 on black background.


Color preview on white background

This text has color #E4FFF2 on white background.



Black color preview on #E4FFF2 background

This text has black color on #E4FFF2 background.


White color preview on #E4FFF2 background

This text has white color on #E4FFF2 background.