COLOR #E4EAED

HEX: #E4EAED RGB: (228,234,237)

Color info

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

RGB color model

#E4EAED color RGB value is (228,234,237).

RGB: (228,234,237) (89%, 92%, 93%)

RGB channels and saturation

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

228
234
237

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

Portions of RGB colors in percentages

R + G + B = 228 + 234 + 237 = 699 (100%)
R 228 of 699 ~ 32.62%
G 234 of 699 ~ 33.48%
B 237 of 699 ~ 33.91'%

%32.62
%33.48
%33.91

CMYK color model

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

  • cyan value is 3.80%
  • 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

%3.8
%1.27
%0
%7.06

Codes

Color #E4EAED in popluar color models

E4 EA ED
RGB 228 234 237
HSL 200° 20.00% 91.18%
HSB/HSV 200° 3.80% 92.94%
CMYK 3.80% 1.27% 0.00%
7.06%

Color #E4EAED in popluar number systems.

HEX E4 EA ED
Decimal 228 234 237
Binary 11100100 11101010 11101101
Octal 344 352 355

Shades and tints

Shades of #E4EAED

#E4EAED
(228,234,237)
#D0D5D8
(208,213,216)
#BCC0C3
(188,192,195)
#A8ABAE
(168,171,174)
#949699
(148,150,153)
#808184
(128,129,132)
#6C6C6F
(108,108,111)
#58575A
(88,87,90)
#444245
(68,66,69)
#302D30
(48,45,48)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #E4EAED

#E4EAED
(228,234,237)
#E6EBEE
(230,235,238)
#E8ECEF
(232,236,239)
#EAEDF0
(234,237,240)
#ECEEF1
(236,238,241)
#EEEFF2
(238,239,242)
#F0F0F3
(240,240,243)
#F2F1F4
(242,241,244)
#F4F2F5
(244,242,245)
#F6F3F6
(246,243,246)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EAED; }

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

This text font color is #E4EAED.

Background Color

.myBgColor { background-color: #E4EAED; }

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

This div background color is #E4EAED.

Border color

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

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

This div border color is #E4EAED.

Opacity

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

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

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

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

This text has shadow with #E4EAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EAED.

Preview

Color preview on black background

This text has color #E4EAED on black background.


Color preview on white background

This text has color #E4EAED on white background.


Black color preview on #E4EAED background

This text has black color on #E4EAED background.


White color preview on #E4EAED background

This text has white color on #E4EAED background.


Related colors

Complementary color

Complementary color for #hex is #1B1512.


I love getcolorcode.com

Triadic colors

1 #EDE4EA and #EAEDE4 with #E4EAED are triadic colors.

2 #EDEAE4 and #EAE4ED with #E4EAED are triadic colors.