COLOR #E9EDFB

HEX: #E9EDFB RGB: (233,237,251)

Color info

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

RGB color model

#E9EDFB color RGB value is (233,237,251).

RGB: (233,237,251) (91%, 93%, 98%)

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 251 of 255 = 98%

233
237
251

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

Portions of RGB colors in percentages

R + G + B = 233 + 237 + 251 = 721 (100%)
R 233 of 721 ~ 32.32%
G 237 of 721 ~ 32.87%
B 251 of 721 ~ 34.81'%

%32.32
%32.87
%34.81

CMYK color model

#E9EDFB color CMYK value is (7,6,0,2).

  • cyan value is 7.17%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (7,6,0,2)
C7M6Y0K2 (7%, 6%, 0%, 2%)
(0.07 / 0.06 / 0.00 / 0.02)

CMYK percentages

%7.17
%5.58
%0
%1.57

Codes

Color #E9EDFB in popluar color models

E9 ED FB
RGB 233 237 251
HSL 227° 69.23% 94.90%
HSB/HSV 227° 7.17% 98.43%
CMYK 7.17% 5.58% 0.00%
1.57%

Color #E9EDFB in popluar number systems.

HEX E9 ED FB
Decimal 233 237 251
Binary 11101001 11101101 11111011
Octal 351 355 373

Shades and tints

Shades of #E9EDFB

#E9EDFB
(233,237,251)
#D4D8E5
(212,216,229)
#BFC3CF
(191,195,207)
#AAAEB9
(170,174,185)
#9599A3
(149,153,163)
#80848D
(128,132,141)
#6B6F77
(107,111,119)
#565A61
(86,90,97)
#41454B
(65,69,75)
#2C3035
(44,48,53)
#171B1F
(23,27,31)
#000000
(0,0,0)

Tints of #E9EDFB

#E9EDFB
(233,237,251)
#EBEEFB
(235,238,251)
#EDEFFB
(237,239,251)
#EFF0FB
(239,240,251)
#F1F1FB
(241,241,251)
#F3F2FB
(243,242,251)
#F5F3FB
(245,243,251)
#F7F4FB
(247,244,251)
#F9F5FB
(249,245,251)
#FBF6FB
(251,246,251)
#FDF7FB
(253,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9EDFB color. Also use rgb(233,237,251) instead hex code.

Text Font Color

.myTextColor { color: #E9EDFB; }

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

This text font color is #E9EDFB.

Background Color

.myBgColor { background-color: #E9EDFB; }

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

This div background color is #E9EDFB.

Border color

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

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

This div border color is #E9EDFB.

Opacity

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

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

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

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

This text has shadow with #E9EDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EDFB.

Preview

Color preview on black background

This text has color #E9EDFB on black background.


Color preview on white background

This text has color #E9EDFB on white background.


Black color preview on #E9EDFB background

This text has black color on #E9EDFB background.


White color preview on #E9EDFB background

This text has white color on #E9EDFB background.


Related colors

Complementary color

Complementary color for #hex is #161204.


I love getcolorcode.com

Triadic colors

1 #FBE9ED and #EDFBE9 with #E9EDFB are triadic colors.

2 #FBEDE9 and #EDE9FB with #E9EDFB are triadic colors.