COLOR #E2FAEC

HEX: #E2FAEC
RGB: (226,250,236)

Color info

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

RGB color model

#E2FAEC color RGB value is (226,250,236).

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

RGB channels and saturation

R 226 of 255 = 89%
G 250 of 255 = 98%
B 236 of 255 = 93%

226
250
236

R + G + B ~ 93%. #E2FAEC is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 250 + 236 = 712 (100%)
R 226 of 712 ~ 31.74%
G 250 of 712 ~ 35.11%
B 236 of 712 ~ 33.15%

%31.74
%35.11
%33.15

CMYK color model

#E2FAEC color CMYK value is (10,0,6,2).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 1.96%
CMYK:
(10,0,6,2)
C10M0Y6K2 
(10%,0%,6%,2%)
(0.10/0.00/0.06/0.02)	

CMYK percentages

%9.6
%0
%5.6
%1.96

Codes

Color #E2FAEC in popluar color models

E2FAEC
RGB226250236
HSL145°70.59%93.33%
HSB/HSV145°9.60%98.04%
CMYK9.60%0.00%5.60%
1.96%

Color #E2FAEC in popluar number systems.

HEXE2FAEC
Decimal226250236
Binary111000101111101011101100
Octal342372354

Shades and tints

Shades of #E2FAEC

#E2FAEC
(226,250,236)
#CEE4D7
(206,228,215)
#BACEC2
(186,206,194)
#A6B8AD
(166,184,173)
#92A298
(146,162,152)
#7E8C83
(126,140,131)
#6A766E
(106,118,110)
#566059
(86,96,89)
#424A44
(66,74,68)
#2E342F
(46,52,47)
#1A1E1A
(26,30,26)
#000000
(0,0,0)

Tints of #E2FAEC

#E2FAEC
(226,250,236)
#E4FAED
(228,250,237)
#E6FAEE
(230,250,238)
#E8FAEF
(232,250,239)
#EAFAF0
(234,250,240)
#ECFAF1
(236,250,241)
#EEFAF2
(238,250,242)
#F0FAF3
(240,250,243)
#F2FAF4
(242,250,244)
#F4FAF5
(244,250,245)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FAEC; }

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

This text font color is #E2FAEC.


Background Color

.myBgColor { background-color: #E2FAEC; }

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

This div background color is #E2FAEC.


Border color

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

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

This div border color is #E2FAEC.


Opacity

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

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

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

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

This text has shadow with #E2FAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FAEC on black background.


Color preview on white background

This text has color #E2FAEC on white background.



Black color preview on #E2FAEC background

This text has black color on #E2FAEC background.


White color preview on #E2FAEC background

This text has white color on #E2FAEC background.