COLOR #8986A5

HEX: #8986A5
RGB: (137,134,165)

Color info

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

RGB color model

#8986A5 color RGB value is (137,134,165).

  • red value is 137;
  • green value is 134;
  • blue value is 165.
RGB:
(137,134,165)
(54%,53%,65%)

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 165 of 255 = 65%

137
134
165

R + G + B ~ 57%. #8986A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 165 = 436 (100%)
R 137 of 436 ~ 31.42%
G 134 of 436 ~ 30.73%
B 165 of 436 ~ 37.84%

%31.42
%30.73
%37.84

CMYK color model

#8986A5 color CMYK value is (17,19,0,35).

  • cyan value is 16.97%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(17,19,0,35)
C17M19Y0K35 
(17%,19%,0%,35%)
(0.17/0.19/0.00/0.35)	

CMYK percentages

%16.97
%18.79
%0
%35.29

Codes

Color #8986A5 in popluar color models

8986A5
RGB137134165
HSL246°14.69%58.63%
HSB/HSV246°18.79%64.71%
CMYK16.97%18.79%0.00%
35.29%

Color #8986A5 in popluar number systems.

HEX8986A5
Decimal137134165
Binary100010011000011010100101
Octal211206245

Shades and tints

Shades of #8986A5

#8986A5
(137,134,165)
#7D7A96
(125,122,150)
#716E87
(113,110,135)
#656278
(101,98,120)
#595669
(89,86,105)
#4D4A5A
(77,74,90)
#413E4B
(65,62,75)
#35323C
(53,50,60)
#29262D
(41,38,45)
#1D1A1E
(29,26,30)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #8986A5

#8986A5
(137,134,165)
#9391AD
(147,145,173)
#9D9CB5
(157,156,181)
#A7A7BD
(167,167,189)
#B1B2C5
(177,178,197)
#BBBDCD
(187,189,205)
#C5C8D5
(197,200,213)
#CFD3DD
(207,211,221)
#D9DEE5
(217,222,229)
#E3E9ED
(227,233,237)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8986A5 color. Also use rgb(137,134,165) instead hex code.

Text Font Color

.myTextColor { color: #8986A5; }

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

This text font color is #8986A5.


Background Color

.myBgColor { background-color: #8986A5; }

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

This div background color is #8986A5.


Border color

.myBorderColor { border: 1px solid #8986A5; }

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

This div border color is #8986A5.


Opacity

.myOpacity80 { color: #8986A5; opacity: 0.8; }

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

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

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

This text has shadow with #8986A5 color.

.textShadow {text-shadow: 3px 3px 1px #8986A5, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8986A5;
-webkit-box-shadow: 1px 1px 3px 2px #8986A5;
box-shadow:1px 1px 3px 2px #8986A5;">
Div content here</div>
This div box has shadow with color #8986A5.

Preview

Color preview on black background

This text has color #8986A5 on black background.


Color preview on white background

This text has color #8986A5 on white background.



Black color preview on #8986A5 background

This text has black color on #8986A5 background.


White color preview on #8986A5 background

This text has white color on #8986A5 background.