COLOR #E2FFF4

HEX: #E2FFF4
RGB: (226,255,244)

Color info

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

RGB color model

#E2FFF4 color RGB value is (226,255,244).

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

RGB channels and saturation

R 226 of 255 = 89%
G 255 of 255 = 100%
B 244 of 255 = 96%

226
255
244

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

Portions of RGB colors in percentages

R + G + B =
226 + 255 + 244 = 725 (100%)
R 226 of 725 ~ 31.17%
G 255 of 725 ~ 35.17%
B 244 of 725 ~ 33.66%

%31.17
%35.17
%33.66

CMYK color model

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

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • 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

%11.37
%0
%4.31
%0

Codes

Color #E2FFF4 in popluar color models

E2FFF4
RGB226255244
HSL157°100.00%94.31%
HSB/HSV157°11.37%100.00%
CMYK11.37%0.00%4.31%
0.00%

Color #E2FFF4 in popluar number systems.

HEXE2FFF4
Decimal226255244
Binary111000101111111111110100
Octal342377364

Shades and tints

Shades of #E2FFF4

#E2FFF4
(226,255,244)
#CEE8DE
(206,232,222)
#BAD1C8
(186,209,200)
#A6BAB2
(166,186,178)
#92A39C
(146,163,156)
#7E8C86
(126,140,134)
#6A7570
(106,117,112)
#565E5A
(86,94,90)
#424744
(66,71,68)
#2E302E
(46,48,46)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #E2FFF4

#E2FFF4
(226,255,244)
#E4FFF5
(228,255,245)
#E6FFF6
(230,255,246)
#E8FFF7
(232,255,247)
#EAFFF8
(234,255,248)
#ECFFF9
(236,255,249)
#EEFFFA
(238,255,250)
#F0FFFB
(240,255,251)
#F2FFFC
(242,255,252)
#F4FFFD
(244,255,253)
#F6FFFE
(246,255,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FFF4 color. Also use rgb(226,255,244) instead hex code.

Text Font Color

.myTextColor { color: #E2FFF4; }

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

This text font color is #E2FFF4.


Background Color

.myBgColor { background-color: #E2FFF4; }

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

This div background color is #E2FFF4.


Border color

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

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

This div border color is #E2FFF4.


Opacity

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

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

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

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

This text has shadow with #E2FFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FFF4 on black background.


Color preview on white background

This text has color #E2FFF4 on white background.



Black color preview on #E2FFF4 background

This text has black color on #E2FFF4 background.


White color preview on #E2FFF4 background

This text has white color on #E2FFF4 background.