COLOR #E2FAF0

HEX: #E2FAF0 RGB: (226,250,240)

Color info

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

RGB color model

#E2FAF0 color RGB value is (226,250,240).

RGB: (226,250,240) (89%, 98%, 94%)

RGB channels and saturation

R 226 of 255 = 89%
G 250 of 255 = 98%
B 240 of 255 = 94%

226
250
240

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

Portions of RGB colors in percentages

R + G + B = 226 + 250 + 240 = 716 (100%)
R 226 of 716 ~ 31.56%
G 250 of 716 ~ 34.92%
B 240 of 716 ~ 33.52'%

%31.56
%34.92
%33.52

CMYK color model

#E2FAF0 color CMYK value is (10,0,4,2).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 1.96%
CMYK: (10,0,4,2) C10M0Y4K2 (10%,0%,4%,2%) (0.10/0.00/0.04/0.02) 

CMYK percentages

%9.6
%0
%4
%1.96

Codes

Color #E2FAF0 in popluar color models

E2 FA F0
RGB 226 250 240
HSL 155° 70.59% 93.33%
HSB/HSV 155° 9.60% 98.04%
CMYK 9.60% 0.00% 4.00%
1.96%

Color #E2FAF0 in popluar number systems.

HEX E2 FA F0
Decimal 226 250 240
Binary 11100010 11111010 11110000
Octal 342 372 360

Shades and tints

Shades of #E2FAF0

#E2FAF0
(226,250,240)
#CEE4DB
(206,228,219)
#BACEC6
(186,206,198)
#A6B8B1
(166,184,177)
#92A29C
(146,162,156)
#7E8C87
(126,140,135)
#6A7672
(106,118,114)
#56605D
(86,96,93)
#424A48
(66,74,72)
#2E3433
(46,52,51)
#1A1E1E
(26,30,30)
#000000
(0,0,0)

Tints of #E2FAF0

#E2FAF0
(226,250,240)
#E4FAF1
(228,250,241)
#E6FAF2
(230,250,242)
#E8FAF3
(232,250,243)
#EAFAF4
(234,250,244)
#ECFAF5
(236,250,245)
#EEFAF6
(238,250,246)
#F0FAF7
(240,250,247)
#F2FAF8
(242,250,248)
#F4FAF9
(244,250,249)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FAF0; }

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

This text font color is #E2FAF0.

Background Color

.myBgColor { background-color: #E2FAF0; }

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

This div background color is #E2FAF0.

Border color

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

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

This div border color is #E2FAF0.

Opacity

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

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

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

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

This text has shadow with #E2FAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FAF0.

Preview

Color preview on black background

This text has color #E2FAF0 on black background.


Color preview on white background

This text has color #E2FAF0 on white background.


Black color preview on #E2FAF0 background

This text has black color on #E2FAF0 background.


White color preview on #E2FAF0 background

This text has white color on #E2FAF0 background.


Related colors

Complementary color

Complementary color for #hex is #1D050F.


I love getcolorcode.com

Triadic colors

1 #F0E2FA and #FAF0E2 with #E2FAF0 are triadic colors.

2 #F0FAE2 and #FAE2F0 with #E2FAF0 are triadic colors.