COLOR #E2EAED

HEX: #E2EAED
RGB: (226,234,237)

Color info

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

RGB color model

#E2EAED color RGB value is (226,234,237).

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

RGB channels and saturation

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

226
234
237

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

Portions of RGB colors in percentages

R + G + B =
226 + 234 + 237 = 697 (100%)
R 226 of 697 ~ 32.42%
G 234 of 697 ~ 33.57%
B 237 of 697 ~ 34%

%32.42
%33.57
%34

CMYK color model

#E2EAED color CMYK value is (5,1,0,7).

  • cyan value is 4.64%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(5,1,0,7)
C5M1Y0K7 
(5%,1%,0%,7%)
(0.05/0.01/0.00/0.07)	

CMYK percentages

%4.64
%1.27
%0
%7.06

Codes

Color #E2EAED in popluar color models

E2EAED
RGB226234237
HSL196°23.40%90.78%
HSB/HSV196°4.64%92.94%
CMYK4.64%1.27%0.00%
7.06%

Color #E2EAED in popluar number systems.

HEXE2EAED
Decimal226234237
Binary111000101110101011101101
Octal342352355

Shades and tints

Shades of #E2EAED

#E2EAED
(226,234,237)
#CED5D8
(206,213,216)
#BAC0C3
(186,192,195)
#A6ABAE
(166,171,174)
#929699
(146,150,153)
#7E8184
(126,129,132)
#6A6C6F
(106,108,111)
#56575A
(86,87,90)
#424245
(66,66,69)
#2E2D30
(46,45,48)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #E2EAED

#E2EAED
(226,234,237)
#E4EBEE
(228,235,238)
#E6ECEF
(230,236,239)
#E8EDF0
(232,237,240)
#EAEEF1
(234,238,241)
#ECEFF2
(236,239,242)
#EEF0F3
(238,240,243)
#F0F1F4
(240,241,244)
#F2F2F5
(242,242,245)
#F4F3F6
(244,243,246)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EAED; }

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

This text font color is #E2EAED.


Background Color

.myBgColor { background-color: #E2EAED; }

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

This div background color is #E2EAED.


Border color

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

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

This div border color is #E2EAED.


Opacity

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

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

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

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

This text has shadow with #E2EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EAED on black background.


Color preview on white background

This text has color #E2EAED on white background.



Black color preview on #E2EAED background

This text has black color on #E2EAED background.


White color preview on #E2EAED background

This text has white color on #E2EAED background.