COLOR #8B828A

HEX: #8B828A RGB: (139,130,138)

Color info

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

RGB color model

#8B828A color RGB value is (139,130,138).

RGB: (139,130,138) (55%, 51%, 54%)

RGB channels and saturation

R 139 of 255 = 55%
G 130 of 255 = 51%
B 138 of 255 = 54%

139
130
138

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

Portions of RGB colors in percentages

R + G + B = 139 + 130 + 138 = 407 (100%)
R 139 of 407 ~ 34.15%
G 130 of 407 ~ 31.94%
B 138 of 407 ~ 33.91'%

%34.15
%31.94
%33.91

CMYK color model

#8B828A color CMYK value is (0,6,1,45).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 0.72%
  • key color value is 45.49%

CMYK: (0,6,1,45)
C0M6Y1K45 (0%, 6%, 1%, 45%)
(0.00 / 0.06 / 0.01 / 0.45)

CMYK percentages

%0
%6.47
%0.72
%45.49

Codes

Color #8B828A in popluar color models

8B 82 8A
RGB 139 130 138
HSL 307° 3.73% 52.75%
HSB/HSV 307° 6.47% 54.51%
CMYK 0.00% 6.47% 0.72%
45.49%

Color #8B828A in popluar number systems.

HEX 8B 82 8A
Decimal 139 130 138
Binary 10001011 10000010 10001010
Octal 213 202 212

Shades and tints

Shades of #8B828A

#8B828A
(139,130,138)
#7F777E
(127,119,126)
#736C72
(115,108,114)
#676166
(103,97,102)
#5B565A
(91,86,90)
#4F4B4E
(79,75,78)
#434042
(67,64,66)
#373536
(55,53,54)
#2B2A2A
(43,42,42)
#1F1F1E
(31,31,30)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #8B828A

#8B828A
(139,130,138)
#958D94
(149,141,148)
#9F989E
(159,152,158)
#A9A3A8
(169,163,168)
#B3AEB2
(179,174,178)
#BDB9BC
(189,185,188)
#C7C4C6
(199,196,198)
#D1CFD0
(209,207,208)
#DBDADA
(219,218,218)
#E5E5E4
(229,229,228)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B828A; }

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

This text font color is #8B828A.

Background Color

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

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

This div background color is #8B828A.

Border color

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

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

This div border color is #8B828A.

Opacity

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

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

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

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

This text has shadow with #8B828A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B828A.

Preview

Color preview on black background

This text has color #8B828A on black background.


Color preview on white background

This text has color #8B828A on white background.


Black color preview on #8B828A background

This text has black color on #8B828A background.


White color preview on #8B828A background

This text has white color on #8B828A background.


Related colors

Complementary color

Complementary color for #hex is #747D75.


I love getcolorcode.com

Triadic colors

1 #8A8B82 and #828A8B with #8B828A are triadic colors.

2 #8A828B and #828B8A with #8B828A are triadic colors.