COLOR #8E9DB8

HEX: #8E9DB8 RGB: (142,157,184)

Color info

#8E9DB8 contains red, green and blue colors in about the same proportion. Web safe color of #8E9DB8 is #9999CC (or #99C).

RGB color model

#8E9DB8 color RGB value is (142,157,184).

RGB: (142,157,184) (56%, 62%, 72%)

RGB channels and saturation

R 142 of 255 = 56%
G 157 of 255 = 62%
B 184 of 255 = 72%

142
157
184

R + G + B ~ 63%. #8E9DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 157 + 184 = 483 (100%)
R 142 of 483 ~ 29.4%
G 157 of 483 ~ 32.51%
B 184 of 483 ~ 38.1'%

%29.4
%32.51
%38.1

CMYK color model

#8E9DB8 color CMYK value is (23,15,0,28).

  • cyan value is 22.83%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (23,15,0,28)
C23M15Y0K28 (23%, 15%, 0%, 28%)
(0.23 / 0.15 / 0.00 / 0.28)

CMYK percentages

%22.83
%14.67
%0
%27.84

Codes

Color #8E9DB8 in popluar color models

8E 9D B8
RGB 142 157 184
HSL 219° 22.83% 63.92%
HSB/HSV 219° 22.83% 72.16%
CMYK 22.83% 14.67% 0.00%
27.84%

Color #8E9DB8 in popluar number systems.

HEX 8E 9D B8
Decimal 142 157 184
Binary 10001110 10011101 10111000
Octal 216 235 270

Shades and tints

Shades of #8E9DB8

#8E9DB8
(142,157,184)
#828FA8
(130,143,168)
#768198
(118,129,152)
#6A7388
(106,115,136)
#5E6578
(94,101,120)
#525768
(82,87,104)
#464958
(70,73,88)
#3A3B48
(58,59,72)
#2E2D38
(46,45,56)
#221F28
(34,31,40)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #8E9DB8

#8E9DB8
(142,157,184)
#98A5BE
(152,165,190)
#A2ADC4
(162,173,196)
#ACB5CA
(172,181,202)
#B6BDD0
(182,189,208)
#C0C5D6
(192,197,214)
#CACDDC
(202,205,220)
#D4D5E2
(212,213,226)
#DEDDE8
(222,221,232)
#E8E5EE
(232,229,238)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9DB8 color. Also use rgb(142,157,184) instead hex code.

Text Font Color

.myTextColor { color: #8E9DB8; }

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

This text font color is #8E9DB8.

Background Color

.myBgColor { background-color: #8E9DB8; }

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

This div background color is #8E9DB8.

Border color

.myBorderColor { border: 1px solid #8E9DB8; }

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

This div border color is #8E9DB8.

Opacity

.myOpacity80 { color: #8E9DB8; opacity: 0.8; }

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

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

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

This text has shadow with #8E9DB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9DB8.

Preview

Color preview on black background

This text has color #8E9DB8 on black background.


Color preview on white background

This text has color #8E9DB8 on white background.


Black color preview on #8E9DB8 background

This text has black color on #8E9DB8 background.


White color preview on #8E9DB8 background

This text has white color on #8E9DB8 background.


Related colors

Complementary color

Complementary color for #hex is #716247.


I love getcolorcode.com

Triadic colors

1 #B88E9D and #9DB88E with #8E9DB8 are triadic colors.

2 #B89D8E and #9D8EB8 with #8E9DB8 are triadic colors.