COLOR #E2FAF2

HEX: #E2FAF2
RGB: (226,250,242)

Color info

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

RGB color model

#E2FAF2 color RGB value is (226,250,242).

  • red value is 226;
  • green value is 250;
  • blue value is 242.
RGB:
(226,250,242)
(89%,98%,95%)

RGB channels and saturation

R 226 of 255 = 89%
G 250 of 255 = 98%
B 242 of 255 = 95%

226
250
242

R + G + B ~ 94%. #E2FAF2 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 250 + 242 = 718 (100%)
R 226 of 718 ~ 31.48%
G 250 of 718 ~ 34.82%
B 242 of 718 ~ 33.7%

%31.48
%34.82
%33.7

CMYK color model

#E2FAF2 color CMYK value is (10,0,3,2).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 1.96%
CMYK:
(10,0,3,2)
C10M0Y3K2 
(10%,0%,3%,2%)
(0.10/0.00/0.03/0.02)	

CMYK percentages

%9.6
%0
%3.2
%1.96

Codes

Color #E2FAF2 in popluar color models

E2FAF2
RGB226250242
HSL160°70.59%93.33%
HSB/HSV160°9.60%98.04%
CMYK9.60%0.00%3.20%
1.96%

Color #E2FAF2 in popluar number systems.

HEXE2FAF2
Decimal226250242
Binary111000101111101011110010
Octal342372362

Shades and tints

Shades of #E2FAF2

#E2FAF2
(226,250,242)
#CEE4DC
(206,228,220)
#BACEC6
(186,206,198)
#A6B8B0
(166,184,176)
#92A29A
(146,162,154)
#7E8C84
(126,140,132)
#6A766E
(106,118,110)
#566058
(86,96,88)
#424A42
(66,74,66)
#2E342C
(46,52,44)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #E2FAF2

#E2FAF2
(226,250,242)
#E4FAF3
(228,250,243)
#E6FAF4
(230,250,244)
#E8FAF5
(232,250,245)
#EAFAF6
(234,250,246)
#ECFAF7
(236,250,247)
#EEFAF8
(238,250,248)
#F0FAF9
(240,250,249)
#F2FAFA
(242,250,250)
#F4FAFB
(244,250,251)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FAF2 color. Also use rgb(226,250,242) instead hex code.

Text Font Color

.myTextColor { color: #E2FAF2; }

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

This text font color is #E2FAF2.


Background Color

.myBgColor { background-color: #E2FAF2; }

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

This div background color is #E2FAF2.


Border color

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

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

This div border color is #E2FAF2.


Opacity

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

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

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

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

This text has shadow with #E2FAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FAF2 on black background.


Color preview on white background

This text has color #E2FAF2 on white background.



Black color preview on #E2FAF2 background

This text has black color on #E2FAF2 background.


White color preview on #E2FAF2 background

This text has white color on #E2FAF2 background.