COLOR #E3EAED

HEX: #E3EAED
RGB: (227,234,237)

Color info

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

RGB color model

#E3EAED color RGB value is (227,234,237).

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

RGB channels and saturation

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

227
234
237

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

Portions of RGB colors in percentages

R + G + B =
227 + 234 + 237 = 698 (100%)
R 227 of 698 ~ 32.52%
G 234 of 698 ~ 33.52%
B 237 of 698 ~ 33.95%

%32.52
%33.52
%33.95

CMYK color model

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

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

CMYK percentages

%4.22
%1.27
%0
%7.06

Codes

Color #E3EAED in popluar color models

E3EAED
RGB227234237
HSL198°21.74%90.98%
HSB/HSV198°4.22%92.94%
CMYK4.22%1.27%0.00%
7.06%

Color #E3EAED in popluar number systems.

HEXE3EAED
Decimal227234237
Binary111000111110101011101101
Octal343352355

Shades and tints

Shades of #E3EAED

#E3EAED
(227,234,237)
#CFD5D8
(207,213,216)
#BBC0C3
(187,192,195)
#A7ABAE
(167,171,174)
#939699
(147,150,153)
#7F8184
(127,129,132)
#6B6C6F
(107,108,111)
#57575A
(87,87,90)
#434245
(67,66,69)
#2F2D30
(47,45,48)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #E3EAED

#E3EAED
(227,234,237)
#E5EBEE
(229,235,238)
#E7ECEF
(231,236,239)
#E9EDF0
(233,237,240)
#EBEEF1
(235,238,241)
#EDEFF2
(237,239,242)
#EFF0F3
(239,240,243)
#F1F1F4
(241,241,244)
#F3F2F5
(243,242,245)
#F5F3F6
(245,243,246)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EAED; }

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

This text font color is #E3EAED.


Background Color

.myBgColor { background-color: #E3EAED; }

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

This div background color is #E3EAED.


Border color

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

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

This div border color is #E3EAED.


Opacity

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

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

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

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

This text has shadow with #E3EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EAED on black background.


Color preview on white background

This text has color #E3EAED on white background.



Black color preview on #E3EAED background

This text has black color on #E3EAED background.


White color preview on #E3EAED background

This text has white color on #E3EAED background.