COLOR #E2EAEC

HEX: #E2EAEC
RGB: (226,234,236)

Color info

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

RGB color model

#E2EAEC color RGB value is (226,234,236).

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

RGB channels and saturation

R 226 of 255 = 89%
G 234 of 255 = 92%
B 236 of 255 = 93%

226
234
236

R + G + B ~ 91%. #E2EAEC is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 234 + 236 = 696 (100%)
R 226 of 696 ~ 32.47%
G 234 of 696 ~ 33.62%
B 236 of 696 ~ 33.91%

%32.47
%33.62
%33.91

CMYK color model

#E2EAEC color CMYK value is (4,1,0,7).

  • cyan value is 4.24%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,1,0,7)
C4M1Y0K7 
(4%,1%,0%,7%)
(0.04/0.01/0.00/0.07)	

CMYK percentages

%4.24
%0.85
%0
%7.45

Codes

Color #E2EAEC in popluar color models

E2EAEC
RGB226234236
HSL192°20.83%90.59%
HSB/HSV192°4.24%92.55%
CMYK4.24%0.85%0.00%
7.45%

Color #E2EAEC in popluar number systems.

HEXE2EAEC
Decimal226234236
Binary111000101110101011101100
Octal342352354

Shades and tints

Shades of #E2EAEC

#E2EAEC
(226,234,236)
#CED5D7
(206,213,215)
#BAC0C2
(186,192,194)
#A6ABAD
(166,171,173)
#929698
(146,150,152)
#7E8183
(126,129,131)
#6A6C6E
(106,108,110)
#565759
(86,87,89)
#424244
(66,66,68)
#2E2D2F
(46,45,47)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #E2EAEC

#E2EAEC
(226,234,236)
#E4EBED
(228,235,237)
#E6ECEE
(230,236,238)
#E8EDEF
(232,237,239)
#EAEEF0
(234,238,240)
#ECEFF1
(236,239,241)
#EEF0F2
(238,240,242)
#F0F1F3
(240,241,243)
#F2F2F4
(242,242,244)
#F4F3F5
(244,243,245)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EAEC; }

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

This text font color is #E2EAEC.


Background Color

.myBgColor { background-color: #E2EAEC; }

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

This div background color is #E2EAEC.


Border color

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

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

This div border color is #E2EAEC.


Opacity

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

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

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

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

This text has shadow with #E2EAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EAEC on black background.


Color preview on white background

This text has color #E2EAEC on white background.



Black color preview on #E2EAEC background

This text has black color on #E2EAEC background.


White color preview on #E2EAEC background

This text has white color on #E2EAEC background.