COLOR #E2FFF8

HEX: #E2FFF8
RGB: (226,255,248)

Color info

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

RGB color model

#E2FFF8 color RGB value is (226,255,248).

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

RGB channels and saturation

R 226 of 255 = 89%
G 255 of 255 = 100%
B 248 of 255 = 97%

226
255
248

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

Portions of RGB colors in percentages

R + G + B =
226 + 255 + 248 = 729 (100%)
R 226 of 729 ~ 31%
G 255 of 729 ~ 34.98%
B 248 of 729 ~ 34.02%

%31
%34.98
%34.02

CMYK color model

#E2FFF8 color CMYK value is (11,0,3,0).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 0.00%
CMYK:
(11,0,3,0)
C11M0Y3K0 
(11%,0%,3%,0%)
(0.11/0.00/0.03/0.00)	

CMYK percentages

%11.37
%0
%2.75
%0

Codes

Color #E2FFF8 in popluar color models

E2FFF8
RGB226255248
HSL166°100.00%94.31%
HSB/HSV166°11.37%100.00%
CMYK11.37%0.00%2.75%
0.00%

Color #E2FFF8 in popluar number systems.

HEXE2FFF8
Decimal226255248
Binary111000101111111111111000
Octal342377370

Shades and tints

Shades of #E2FFF8

#E2FFF8
(226,255,248)
#CEE8E2
(206,232,226)
#BAD1CC
(186,209,204)
#A6BAB6
(166,186,182)
#92A3A0
(146,163,160)
#7E8C8A
(126,140,138)
#6A7574
(106,117,116)
#565E5E
(86,94,94)
#424748
(66,71,72)
#2E3032
(46,48,50)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #E2FFF8

#E2FFF8
(226,255,248)
#E4FFF8
(228,255,248)
#E6FFF8
(230,255,248)
#E8FFF8
(232,255,248)
#EAFFF8
(234,255,248)
#ECFFF8
(236,255,248)
#EEFFF8
(238,255,248)
#F0FFF8
(240,255,248)
#F2FFF8
(242,255,248)
#F4FFF8
(244,255,248)
#F6FFF8
(246,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FFF8; }

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

This text font color is #E2FFF8.


Background Color

.myBgColor { background-color: #E2FFF8; }

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

This div background color is #E2FFF8.


Border color

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

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

This div border color is #E2FFF8.


Opacity

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

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

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

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

This text has shadow with #E2FFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FFF8 on black background.


Color preview on white background

This text has color #E2FFF8 on white background.



Black color preview on #E2FFF8 background

This text has black color on #E2FFF8 background.


White color preview on #E2FFF8 background

This text has white color on #E2FFF8 background.