COLOR #8D89A7

HEX: #8D89A7 RGB: (141,137,167)

Color info

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

RGB color model

#8D89A7 color RGB value is (141,137,167).

RGB: (141,137,167) (55%, 54%, 65%)

RGB channels and saturation

R 141 of 255 = 55%
G 137 of 255 = 54%
B 167 of 255 = 65%

141
137
167

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

Portions of RGB colors in percentages

R + G + B = 141 + 137 + 167 = 445 (100%)
R 141 of 445 ~ 31.69%
G 137 of 445 ~ 30.79%
B 167 of 445 ~ 37.53'%

%31.69
%30.79
%37.53

CMYK color model

#8D89A7 color CMYK value is (16,18,0,35).

  • cyan value is 15.57%
  • magenta value is 17.96%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (16,18,0,35) C16M18Y0K35 (16%,18%,0%,35%) (0.16/0.18/0.00/0.35) 

CMYK percentages

%15.57
%17.96
%0
%34.51

Codes

Color #8D89A7 in popluar color models

8D 89 A7
RGB 141 137 167
HSL 248° 14.56% 59.61%
HSB/HSV 248° 17.96% 65.49%
CMYK 15.57% 17.96% 0.00%
34.51%

Color #8D89A7 in popluar number systems.

HEX 8D 89 A7
Decimal 141 137 167
Binary 10001101 10001001 10100111
Octal 215 211 247

Shades and tints

Shades of #8D89A7

#8D89A7
(141,137,167)
#817D98
(129,125,152)
#757189
(117,113,137)
#69657A
(105,101,122)
#5D596B
(93,89,107)
#514D5C
(81,77,92)
#45414D
(69,65,77)
#39353E
(57,53,62)
#2D292F
(45,41,47)
#211D20
(33,29,32)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #8D89A7

#8D89A7
(141,137,167)
#9793AF
(151,147,175)
#A19DB7
(161,157,183)
#ABA7BF
(171,167,191)
#B5B1C7
(181,177,199)
#BFBBCF
(191,187,207)
#C9C5D7
(201,197,215)
#D3CFDF
(211,207,223)
#DDD9E7
(221,217,231)
#E7E3EF
(231,227,239)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D89A7 color. Also use rgb(141,137,167) instead hex code.

Text Font Color

.myTextColor { color: #8D89A7; }

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

This text font color is #8D89A7.

Background Color

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

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

This div background color is #8D89A7.

Border color

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

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

This div border color is #8D89A7.

Opacity

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

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

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

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

This text has shadow with #8D89A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D89A7.

Preview

Color preview on black background

This text has color #8D89A7 on black background.


Color preview on white background

This text has color #8D89A7 on white background.


Black color preview on #8D89A7 background

This text has black color on #8D89A7 background.


White color preview on #8D89A7 background

This text has white color on #8D89A7 background.


Related colors

Complementary color

Complementary color for #hex is #727658.


I love getcolorcode.com

Triadic colors

1 #A78D89 and #89A78D with #8D89A7 are triadic colors.

2 #A7898D and #898DA7 with #8D89A7 are triadic colors.