COLOR #E0EAED

HEX: #E0EAED RGB: (224,234,237)

Color info

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

RGB color model

#E0EAED color RGB value is (224,234,237).

RGB: (224,234,237) (88%, 92%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 234 of 255 = 92%
B 237 of 255 = 93%

224
234
237

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

Portions of RGB colors in percentages

R + G + B = 224 + 234 + 237 = 695 (100%)
R 224 of 695 ~ 32.23%
G 234 of 695 ~ 33.67%
B 237 of 695 ~ 34.1'%

%32.23
%33.67
%34.1

CMYK color model

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

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

%5.49
%1.27
%0
%7.06

Codes

Color #E0EAED in popluar color models

E0 EA ED
RGB 224 234 237
HSL 194° 26.53% 90.39%
HSB/HSV 194° 5.49% 92.94%
CMYK 5.49% 1.27% 0.00%
7.06%

Color #E0EAED in popluar number systems.

HEX E0 EA ED
Decimal 224 234 237
Binary 11100000 11101010 11101101
Octal 340 352 355

Shades and tints

Shades of #E0EAED

#E0EAED
(224,234,237)
#CCD5D8
(204,213,216)
#B8C0C3
(184,192,195)
#A4ABAE
(164,171,174)
#909699
(144,150,153)
#7C8184
(124,129,132)
#686C6F
(104,108,111)
#54575A
(84,87,90)
#404245
(64,66,69)
#2C2D30
(44,45,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #E0EAED

#E0EAED
(224,234,237)
#E2EBEE
(226,235,238)
#E4ECEF
(228,236,239)
#E6EDF0
(230,237,240)
#E8EEF1
(232,238,241)
#EAEFF2
(234,239,242)
#ECF0F3
(236,240,243)
#EEF1F4
(238,241,244)
#F0F2F5
(240,242,245)
#F2F3F6
(242,243,246)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EAED; }

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

This text font color is #E0EAED.

Background Color

.myBgColor { background-color: #E0EAED; }

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

This div background color is #E0EAED.

Border color

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

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

This div border color is #E0EAED.

Opacity

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

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

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

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

This text has shadow with #E0EAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EAED.

Preview

Color preview on black background

This text has color #E0EAED on black background.


Color preview on white background

This text has color #E0EAED on white background.


Black color preview on #E0EAED background

This text has black color on #E0EAED background.


White color preview on #E0EAED background

This text has white color on #E0EAED background.


Related colors

Complementary color

Complementary color for #hex is #1F1512.


I love getcolorcode.com

Triadic colors

1 #EDE0EA and #EAEDE0 with #E0EAED are triadic colors.

2 #EDEAE0 and #EAE0ED with #E0EAED are triadic colors.