COLOR #8B86AA

HEX: #8B86AA
RGB: (139,134,170)

Color info

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

RGB color model

#8B86AA color RGB value is (139,134,170).

  • red value is 139;
  • green value is 134;
  • blue value is 170.
RGB:
(139,134,170)
(55%,53%,67%)

RGB channels and saturation

R 139 of 255 = 55%
G 134 of 255 = 53%
B 170 of 255 = 67%

139
134
170

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

Portions of RGB colors in percentages

R + G + B =
139 + 134 + 170 = 443 (100%)
R 139 of 443 ~ 31.38%
G 134 of 443 ~ 30.25%
B 170 of 443 ~ 38.37%

%31.38
%30.25
%38.37

CMYK color model

#8B86AA color CMYK value is (18,21,0,33).

  • cyan value is 18.24%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(18,21,0,33)
C18M21Y0K33 
(18%,21%,0%,33%)
(0.18/0.21/0.00/0.33)	

CMYK percentages

%18.24
%21.18
%0
%33.33

Codes

Color #8B86AA in popluar color models

8B86AA
RGB139134170
HSL248°17.48%59.61%
HSB/HSV248°21.18%66.67%
CMYK18.24%21.18%0.00%
33.33%

Color #8B86AA in popluar number systems.

HEX8B86AA
Decimal139134170
Binary100010111000011010101010
Octal213206252

Shades and tints

Shades of #8B86AA

#8B86AA
(139,134,170)
#7F7A9B
(127,122,155)
#736E8C
(115,110,140)
#67627D
(103,98,125)
#5B566E
(91,86,110)
#4F4A5F
(79,74,95)
#433E50
(67,62,80)
#373241
(55,50,65)
#2B2632
(43,38,50)
#1F1A23
(31,26,35)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #8B86AA

#8B86AA
(139,134,170)
#9591B1
(149,145,177)
#9F9CB8
(159,156,184)
#A9A7BF
(169,167,191)
#B3B2C6
(179,178,198)
#BDBDCD
(189,189,205)
#C7C8D4
(199,200,212)
#D1D3DB
(209,211,219)
#DBDEE2
(219,222,226)
#E5E9E9
(229,233,233)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B86AA color. Also use rgb(139,134,170) instead hex code.

Text Font Color

.myTextColor { color: #8B86AA; }

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

This text font color is #8B86AA.


Background Color

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

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

This div background color is #8B86AA.


Border color

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

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

This div border color is #8B86AA.


Opacity

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

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

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

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

This text has shadow with #8B86AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B86AA on black background.


Color preview on white background

This text has color #8B86AA on white background.



Black color preview on #8B86AA background

This text has black color on #8B86AA background.


White color preview on #8B86AA background

This text has white color on #8B86AA background.