COLOR #E2FEF9

HEX: #E2FEF9
RGB: (226,254,249)

Color info

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

RGB color model

#E2FEF9 color RGB value is (226,254,249).

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

RGB channels and saturation

R 226 of 255 = 89%
G 254 of 255 = 100%
B 249 of 255 = 98%

226
254
249

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

Portions of RGB colors in percentages

R + G + B =
226 + 254 + 249 = 729 (100%)
R 226 of 729 ~ 31%
G 254 of 729 ~ 34.84%
B 249 of 729 ~ 34.16%

%31
%34.84
%34.16

CMYK color model

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

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • 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
%1.97
%0.39

Codes

Color #E2FEF9 in popluar color models

E2FEF9
RGB226254249
HSL169°93.33%94.12%
HSB/HSV169°11.02%99.61%
CMYK11.02%0.00%1.97%
0.39%

Color #E2FEF9 in popluar number systems.

HEXE2FEF9
Decimal226254249
Binary111000101111111011111001
Octal342376371

Shades and tints

Shades of #E2FEF9

#E2FEF9
(226,254,249)
#CEE7E3
(206,231,227)
#BAD0CD
(186,208,205)
#A6B9B7
(166,185,183)
#92A2A1
(146,162,161)
#7E8B8B
(126,139,139)
#6A7475
(106,116,117)
#565D5F
(86,93,95)
#424649
(66,70,73)
#2E2F33
(46,47,51)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #E2FEF9

#E2FEF9
(226,254,249)
#E4FEF9
(228,254,249)
#E6FEF9
(230,254,249)
#E8FEF9
(232,254,249)
#EAFEF9
(234,254,249)
#ECFEF9
(236,254,249)
#EEFEF9
(238,254,249)
#F0FEF9
(240,254,249)
#F2FEF9
(242,254,249)
#F4FEF9
(244,254,249)
#F6FEF9
(246,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FEF9; }

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

This text font color is #E2FEF9.


Background Color

.myBgColor { background-color: #E2FEF9; }

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

This div background color is #E2FEF9.


Border color

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

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

This div border color is #E2FEF9.


Opacity

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

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

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

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

This text has shadow with #E2FEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FEF9 on black background.


Color preview on white background

This text has color #E2FEF9 on white background.



Black color preview on #E2FEF9 background

This text has black color on #E2FEF9 background.


White color preview on #E2FEF9 background

This text has white color on #E2FEF9 background.