COLOR #8B82AA

HEX: #8B82AA RGB: (139,130,170)

Color info

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

RGB color model

#8B82AA color RGB value is (139,130,170).

RGB: (139,130,170) (55%, 51%, 67%)

RGB channels and saturation

R 139 of 255 = 55%
G 130 of 255 = 51%
B 170 of 255 = 67%

139
130
170

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

Portions of RGB colors in percentages

R + G + B = 139 + 130 + 170 = 439 (100%)
R 139 of 439 ~ 31.66%
G 130 of 439 ~ 29.61%
B 170 of 439 ~ 38.72'%

%31.66
%29.61
%38.72

CMYK color model

#8B82AA color CMYK value is (18,24,0,33).

  • cyan value is 18.24%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (18,24,0,33) C18M24Y0K33 (18%,24%,0%,33%) (0.18/0.24/0.00/0.33) 

CMYK percentages

%18.24
%23.53
%0
%33.33

Codes

Color #8B82AA in popluar color models

8B 82 AA
RGB 139 130 170
HSL 254° 19.05% 58.82%
HSB/HSV 254° 23.53% 66.67%
CMYK 18.24% 23.53% 0.00%
33.33%

Color #8B82AA in popluar number systems.

HEX 8B 82 AA
Decimal 139 130 170
Binary 10001011 10000010 10101010
Octal 213 202 252

Shades and tints

Shades of #8B82AA

#8B82AA
(139,130,170)
#7F779B
(127,119,155)
#736C8C
(115,108,140)
#67617D
(103,97,125)
#5B566E
(91,86,110)
#4F4B5F
(79,75,95)
#434050
(67,64,80)
#373541
(55,53,65)
#2B2A32
(43,42,50)
#1F1F23
(31,31,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #8B82AA

#8B82AA
(139,130,170)
#958DB1
(149,141,177)
#9F98B8
(159,152,184)
#A9A3BF
(169,163,191)
#B3AEC6
(179,174,198)
#BDB9CD
(189,185,205)
#C7C4D4
(199,196,212)
#D1CFDB
(209,207,219)
#DBDAE2
(219,218,226)
#E5E5E9
(229,229,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B82AA; }

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

This text font color is #8B82AA.

Background Color

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

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

This div background color is #8B82AA.

Border color

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

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

This div border color is #8B82AA.

Opacity

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

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

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

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

This text has shadow with #8B82AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B82AA.

Preview

Color preview on black background

This text has color #8B82AA on black background.


Color preview on white background

This text has color #8B82AA on white background.


Black color preview on #8B82AA background

This text has black color on #8B82AA background.


White color preview on #8B82AA background

This text has white color on #8B82AA background.


Related colors

Complementary color

Complementary color for #hex is #747D55.


I love getcolorcode.com

Triadic colors

1 #AA8B82 and #82AA8B with #8B82AA are triadic colors.

2 #AA828B and #828BAA with #8B82AA are triadic colors.