COLOR #82808D

HEX: #82808D RGB: (130,128,141)

Color info

#82808D contains red, green and blue colors in about the same proportion. Web safe color of #82808D is #996699 (or #969).

RGB color model

#82808D color RGB value is (130,128,141).

RGB: (130,128,141) (51%, 50%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 141 of 255 = 55%

130
128
141

R + G + B ~ 52%. #82808D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 128 + 141 = 399 (100%)
R 130 of 399 ~ 32.58%
G 128 of 399 ~ 32.08%
B 141 of 399 ~ 35.34'%

%32.58
%32.08
%35.34

CMYK color model

#82808D color CMYK value is (8,9,0,45).

  • cyan value is 7.80%
  • magenta value is 9.22%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (8,9,0,45)
C8M9Y0K45 (8%, 9%, 0%, 45%)
(0.08 / 0.09 / 0.00 / 0.45)

CMYK percentages

%7.8
%9.22
%0
%44.71

Codes

Color #82808D in popluar color models

82 80 8D
RGB 130 128 141
HSL 249° 5.39% 52.75%
HSB/HSV 249° 9.22% 55.29%
CMYK 7.80% 9.22% 0.00%
44.71%

Color #82808D in popluar number systems.

HEX 82 80 8D
Decimal 130 128 141
Binary 10000010 10000000 10001101
Octal 202 200 215

Shades and tints

Shades of #82808D

#82808D
(130,128,141)
#777581
(119,117,129)
#6C6A75
(108,106,117)
#615F69
(97,95,105)
#56545D
(86,84,93)
#4B4951
(75,73,81)
#403E45
(64,62,69)
#353339
(53,51,57)
#2A282D
(42,40,45)
#1F1D21
(31,29,33)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #82808D

#82808D
(130,128,141)
#8D8B97
(141,139,151)
#9896A1
(152,150,161)
#A3A1AB
(163,161,171)
#AEACB5
(174,172,181)
#B9B7BF
(185,183,191)
#C4C2C9
(196,194,201)
#CFCDD3
(207,205,211)
#DAD8DD
(218,216,221)
#E5E3E7
(229,227,231)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82808D color. Also use rgb(130,128,141) instead hex code.

Text Font Color

.myTextColor { color: #82808D; }

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

This text font color is #82808D.

Background Color

.myBgColor { background-color: #82808D; }

<div style="background-color:#82808D">Inner text</div>

This div background color is #82808D.

Border color

.myBorderColor { border: 1px solid #82808D; }

<div style="border:3px solid #82808D">Div</div>

This div border color is #82808D.

Opacity

.myOpacity80 { color: #82808D; opacity: 0.8; }

<p style="color:#82808D;opacity:0.8;">80%</p>

Text with #82808D 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 #82808D;}

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

This text has shadow with #82808D color.


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

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

This text has shadow with #82808D primary color and red secondary color.


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

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

This text has shadow with #82808D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82808D.

Preview

Color preview on black background

This text has color #82808D on black background.


Color preview on white background

This text has color #82808D on white background.


Black color preview on #82808D background

This text has black color on #82808D background.


White color preview on #82808D background

This text has white color on #82808D background.


Related colors

Complementary color

Complementary color for #hex is #7D7F72.


I love getcolorcode.com

Triadic colors

1 #8D8280 and #808D82 with #82808D are triadic colors.

2 #8D8082 and #80828D with #82808D are triadic colors.