COLOR #E8EDF9

HEX: #E8EDF9 RGB: (232,237,249)

Color info

#E8EDF9 contains red, green and blue colors in about the same proportion. Web safe color of #E8EDF9 is #FFFFFF (or #FFF).

RGB color model

#E8EDF9 color RGB value is (232,237,249).

RGB: (232,237,249) (91%, 93%, 98%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 249 of 255 = 98%

232
237
249

R + G + B ~ 94%. #E8EDF9 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 237 + 249 = 718 (100%)
R 232 of 718 ~ 32.31%
G 237 of 718 ~ 33.01%
B 249 of 718 ~ 34.68'%

%32.31
%33.01
%34.68

CMYK color model

#E8EDF9 color CMYK value is (7,5,0,2).

  • cyan value is 6.83%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (7,5,0,2)
C7M5Y0K2 (7%, 5%, 0%, 2%)
(0.07 / 0.05 / 0.00 / 0.02)

CMYK percentages

%6.83
%4.82
%0
%2.35

Codes

Color #E8EDF9 in popluar color models

E8 ED F9
RGB 232 237 249
HSL 222° 58.62% 94.31%
HSB/HSV 222° 6.83% 97.65%
CMYK 6.83% 4.82% 0.00%
2.35%

Color #E8EDF9 in popluar number systems.

HEX E8 ED F9
Decimal 232 237 249
Binary 11101000 11101101 11111001
Octal 350 355 371

Shades and tints

Shades of #E8EDF9

#E8EDF9
(232,237,249)
#D3D8E3
(211,216,227)
#BEC3CD
(190,195,205)
#A9AEB7
(169,174,183)
#9499A1
(148,153,161)
#7F848B
(127,132,139)
#6A6F75
(106,111,117)
#555A5F
(85,90,95)
#404549
(64,69,73)
#2B3033
(43,48,51)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #E8EDF9

#E8EDF9
(232,237,249)
#EAEEF9
(234,238,249)
#ECEFF9
(236,239,249)
#EEF0F9
(238,240,249)
#F0F1F9
(240,241,249)
#F2F2F9
(242,242,249)
#F4F3F9
(244,243,249)
#F6F4F9
(246,244,249)
#F8F5F9
(248,245,249)
#FAF6F9
(250,246,249)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EDF9 color. Also use rgb(232,237,249) instead hex code.

Text Font Color

.myTextColor { color: #E8EDF9; }

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

This text font color is #E8EDF9.

Background Color

.myBgColor { background-color: #E8EDF9; }

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

This div background color is #E8EDF9.

Border color

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

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

This div border color is #E8EDF9.

Opacity

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

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

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

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

This text has shadow with #E8EDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8EDF9.

Preview

Color preview on black background

This text has color #E8EDF9 on black background.


Color preview on white background

This text has color #E8EDF9 on white background.


Black color preview on #E8EDF9 background

This text has black color on #E8EDF9 background.


White color preview on #E8EDF9 background

This text has white color on #E8EDF9 background.


Related colors

Complementary color

Complementary color for #hex is #171206.


I love getcolorcode.com

Triadic colors

1 #F9E8ED and #EDF9E8 with #E8EDF9 are triadic colors.

2 #F9EDE8 and #EDE8F9 with #E8EDF9 are triadic colors.