COLOR #8B829A

HEX: #8B829A RGB: (139,130,154)

Color info

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

RGB color model

#8B829A color RGB value is (139,130,154).

RGB: (139,130,154) (55%, 51%, 60%)

RGB channels and saturation

R 139 of 255 = 55%
G 130 of 255 = 51%
B 154 of 255 = 60%

139
130
154

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

Portions of RGB colors in percentages

R + G + B = 139 + 130 + 154 = 423 (100%)
R 139 of 423 ~ 32.86%
G 130 of 423 ~ 30.73%
B 154 of 423 ~ 36.41'%

%32.86
%30.73
%36.41

CMYK color model

#8B829A color CMYK value is (10,16,0,40).

  • cyan value is 9.74%
  • magenta value is 15.58%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (10,16,0,40)
C10M16Y0K40 (10%, 16%, 0%, 40%)
(0.10 / 0.16 / 0.00 / 0.40)

CMYK percentages

%9.74
%15.58
%0
%39.61

Codes

Color #8B829A in popluar color models

8B 82 9A
RGB 139 130 154
HSL 263° 10.62% 55.69%
HSB/HSV 263° 15.58% 60.39%
CMYK 9.74% 15.58% 0.00%
39.61%

Color #8B829A in popluar number systems.

HEX 8B 82 9A
Decimal 139 130 154
Binary 10001011 10000010 10011010
Octal 213 202 232

Shades and tints

Shades of #8B829A

#8B829A
(139,130,154)
#7F778C
(127,119,140)
#736C7E
(115,108,126)
#676170
(103,97,112)
#5B5662
(91,86,98)
#4F4B54
(79,75,84)
#434046
(67,64,70)
#373538
(55,53,56)
#2B2A2A
(43,42,42)
#1F1F1C
(31,31,28)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #8B829A

#8B829A
(139,130,154)
#958DA3
(149,141,163)
#9F98AC
(159,152,172)
#A9A3B5
(169,163,181)
#B3AEBE
(179,174,190)
#BDB9C7
(189,185,199)
#C7C4D0
(199,196,208)
#D1CFD9
(209,207,217)
#DBDAE2
(219,218,226)
#E5E5EB
(229,229,235)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B829A; }

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

This text font color is #8B829A.

Background Color

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

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

This div background color is #8B829A.

Border color

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

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

This div border color is #8B829A.

Opacity

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

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

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

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

This text has shadow with #8B829A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B829A.

Preview

Color preview on black background

This text has color #8B829A on black background.


Color preview on white background

This text has color #8B829A on white background.


Black color preview on #8B829A background

This text has black color on #8B829A background.


White color preview on #8B829A background

This text has white color on #8B829A background.


Related colors

Complementary color

Complementary color for #hex is #747D65.


I love getcolorcode.com

Triadic colors

1 #9A8B82 and #829A8B with #8B829A are triadic colors.

2 #9A828B and #828B9A with #8B829A are triadic colors.