COLOR #E2FEF8

HEX: #E2FEF8
RGB: (226,254,248)

Color info

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

RGB color model

#E2FEF8 color RGB value is (226,254,248).

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

RGB channels and saturation

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

226
254
248

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

Portions of RGB colors in percentages

R + G + B =
226 + 254 + 248 = 728 (100%)
R 226 of 728 ~ 31.04%
G 254 of 728 ~ 34.89%
B 248 of 728 ~ 34.07%

%31.04
%34.89
%34.07

CMYK color model

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

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

CMYK percentages

%11.02
%0
%2.36
%0.39

Codes

Color #E2FEF8 in popluar color models

E2FEF8
RGB226254248
HSL167°93.33%94.12%
HSB/HSV167°11.02%99.61%
CMYK11.02%0.00%2.36%
0.39%

Color #E2FEF8 in popluar number systems.

HEXE2FEF8
Decimal226254248
Binary111000101111111011111000
Octal342376370

Shades and tints

Shades of #E2FEF8

#E2FEF8
(226,254,248)
#CEE7E2
(206,231,226)
#BAD0CC
(186,208,204)
#A6B9B6
(166,185,182)
#92A2A0
(146,162,160)
#7E8B8A
(126,139,138)
#6A7474
(106,116,116)
#565D5E
(86,93,94)
#424648
(66,70,72)
#2E2F32
(46,47,50)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #E2FEF8

#E2FEF8
(226,254,248)
#E4FEF8
(228,254,248)
#E6FEF8
(230,254,248)
#E8FEF8
(232,254,248)
#EAFEF8
(234,254,248)
#ECFEF8
(236,254,248)
#EEFEF8
(238,254,248)
#F0FEF8
(240,254,248)
#F2FEF8
(242,254,248)
#F4FEF8
(244,254,248)
#F6FEF8
(246,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FEF8; }

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

This text font color is #E2FEF8.


Background Color

.myBgColor { background-color: #E2FEF8; }

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

This div background color is #E2FEF8.


Border color

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

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

This div border color is #E2FEF8.


Opacity

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

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

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

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

This text has shadow with #E2FEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FEF8 on black background.


Color preview on white background

This text has color #E2FEF8 on white background.



Black color preview on #E2FEF8 background

This text has black color on #E2FEF8 background.


White color preview on #E2FEF8 background

This text has white color on #E2FEF8 background.