COLOR #E1EAED

HEX: #E1EAED RGB: (225,234,237)

Color info

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

RGB color model

#E1EAED color RGB value is (225,234,237).

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

RGB channels and saturation

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

225
234
237

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

Portions of RGB colors in percentages

R + G + B = 225 + 234 + 237 = 696 (100%)
R 225 of 696 ~ 32.33%
G 234 of 696 ~ 33.62%
B 237 of 696 ~ 34.05'%

%32.33
%33.62
%34.05

CMYK color model

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

  • cyan value is 5.06%
  • 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.06
%1.27
%0
%7.06

Codes

Color #E1EAED in popluar color models

E1 EA ED
RGB 225 234 237
HSL 195° 25.00% 90.59%
HSB/HSV 195° 5.06% 92.94%
CMYK 5.06% 1.27% 0.00%
7.06%

Color #E1EAED in popluar number systems.

HEX E1 EA ED
Decimal 225 234 237
Binary 11100001 11101010 11101101
Octal 341 352 355

Shades and tints

Shades of #E1EAED

#E1EAED
(225,234,237)
#CDD5D8
(205,213,216)
#B9C0C3
(185,192,195)
#A5ABAE
(165,171,174)
#919699
(145,150,153)
#7D8184
(125,129,132)
#696C6F
(105,108,111)
#55575A
(85,87,90)
#414245
(65,66,69)
#2D2D30
(45,45,48)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #E1EAED

#E1EAED
(225,234,237)
#E3EBEE
(227,235,238)
#E5ECEF
(229,236,239)
#E7EDF0
(231,237,240)
#E9EEF1
(233,238,241)
#EBEFF2
(235,239,242)
#EDF0F3
(237,240,243)
#EFF1F4
(239,241,244)
#F1F2F5
(241,242,245)
#F3F3F6
(243,243,246)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EAED; }

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

This text font color is #E1EAED.

Background Color

.myBgColor { background-color: #E1EAED; }

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

This div background color is #E1EAED.

Border color

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

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

This div border color is #E1EAED.

Opacity

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

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

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

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

This text has shadow with #E1EAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EAED.

Preview

Color preview on black background

This text has color #E1EAED on black background.


Color preview on white background

This text has color #E1EAED on white background.


Black color preview on #E1EAED background

This text has black color on #E1EAED background.


White color preview on #E1EAED background

This text has white color on #E1EAED background.


Related colors

Complementary color

Complementary color for #hex is #1E1512.


I love getcolorcode.com

Triadic colors

1 #EDE1EA and #EAEDE1 with #E1EAED are triadic colors.

2 #EDEAE1 and #EAE1ED with #E1EAED are triadic colors.