COLOR #8E89AB

HEX: #8E89AB RGB: (142,137,171)

Color info

#8E89AB contains red, green and blue colors in about the same proportion. Web safe color of #8E89AB is #999999 (or #999).

RGB color model

#8E89AB color RGB value is (142,137,171).

RGB: (142,137,171) (56%, 54%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 137 of 255 = 54%
B 171 of 255 = 67%

142
137
171

R + G + B ~ 59%. #8E89AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 137 + 171 = 450 (100%)
R 142 of 450 ~ 31.56%
G 137 of 450 ~ 30.44%
B 171 of 450 ~ 38'%

%31.56
%30.44
%38

CMYK color model

#8E89AB color CMYK value is (17,20,0,33).

  • cyan value is 16.96%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (17,20,0,33)
C17M20Y0K33 (17%, 20%, 0%, 33%)
(0.17 / 0.20 / 0.00 / 0.33)

CMYK percentages

%16.96
%19.88
%0
%32.94

Codes

Color #8E89AB in popluar color models

8E 89 AB
RGB 142 137 171
HSL 249° 16.83% 60.39%
HSB/HSV 249° 19.88% 67.06%
CMYK 16.96% 19.88% 0.00%
32.94%

Color #8E89AB in popluar number systems.

HEX 8E 89 AB
Decimal 142 137 171
Binary 10001110 10001001 10101011
Octal 216 211 253

Shades and tints

Shades of #8E89AB

#8E89AB
(142,137,171)
#827D9C
(130,125,156)
#76718D
(118,113,141)
#6A657E
(106,101,126)
#5E596F
(94,89,111)
#524D60
(82,77,96)
#464151
(70,65,81)
#3A3542
(58,53,66)
#2E2933
(46,41,51)
#221D24
(34,29,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #8E89AB

#8E89AB
(142,137,171)
#9893B2
(152,147,178)
#A29DB9
(162,157,185)
#ACA7C0
(172,167,192)
#B6B1C7
(182,177,199)
#C0BBCE
(192,187,206)
#CAC5D5
(202,197,213)
#D4CFDC
(212,207,220)
#DED9E3
(222,217,227)
#E8E3EA
(232,227,234)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E89AB color. Also use rgb(142,137,171) instead hex code.

Text Font Color

.myTextColor { color: #8E89AB; }

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

This text font color is #8E89AB.

Background Color

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

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

This div background color is #8E89AB.

Border color

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

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

This div border color is #8E89AB.

Opacity

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

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

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

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

This text has shadow with #8E89AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E89AB.

Preview

Color preview on black background

This text has color #8E89AB on black background.


Color preview on white background

This text has color #8E89AB on white background.


Black color preview on #8E89AB background

This text has black color on #8E89AB background.


White color preview on #8E89AB background

This text has white color on #8E89AB background.


Related colors

Complementary color

Complementary color for #hex is #717654.


I love getcolorcode.com

Triadic colors

1 #AB8E89 and #89AB8E with #8E89AB are triadic colors.

2 #AB898E and #898EAB with #8E89AB are triadic colors.