COLOR #82898B

HEX: #82898B RGB: (130,137,139)

Color info

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

RGB color model

#82898B color RGB value is (130,137,139).

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

RGB channels and saturation

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

130
137
139

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

Portions of RGB colors in percentages

R + G + B = 130 + 137 + 139 = 406 (100%)
R 130 of 406 ~ 32.02%
G 137 of 406 ~ 33.74%
B 139 of 406 ~ 34.24'%

%32.02
%33.74
%34.24

CMYK color model

#82898B color CMYK value is (6,1,0,45).

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

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

CMYK percentages

%6.47
%1.44
%0
%45.49

Codes

Color #82898B in popluar color models

82 89 8B
RGB 130 137 139
HSL 193° 3.73% 52.75%
HSB/HSV 193° 6.47% 54.51%
CMYK 6.47% 1.44% 0.00%
45.49%

Color #82898B in popluar number systems.

HEX 82 89 8B
Decimal 130 137 139
Binary 10000010 10001001 10001011
Octal 202 211 213

Shades and tints

Shades of #82898B

#82898B
(130,137,139)
#777D7F
(119,125,127)
#6C7173
(108,113,115)
#616567
(97,101,103)
#56595B
(86,89,91)
#4B4D4F
(75,77,79)
#404143
(64,65,67)
#353537
(53,53,55)
#2A292B
(42,41,43)
#1F1D1F
(31,29,31)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #82898B

#82898B
(130,137,139)
#8D9395
(141,147,149)
#989D9F
(152,157,159)
#A3A7A9
(163,167,169)
#AEB1B3
(174,177,179)
#B9BBBD
(185,187,189)
#C4C5C7
(196,197,199)
#CFCFD1
(207,207,209)
#DAD9DB
(218,217,219)
#E5E3E5
(229,227,229)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82898B color. Also use rgb(130,137,139) instead hex code.

Text Font Color

.myTextColor { color: #82898B; }

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

This text font color is #82898B.

Background Color

.myBgColor { background-color: #82898B; }

<div style="background-color:#82898B">Inner text</div>

This div background color is #82898B.

Border color

.myBorderColor { border: 1px solid #82898B; }

<div style="border:3px solid #82898B">Div</div>

This div border color is #82898B.

Opacity

.myOpacity80 { color: #82898B; opacity: 0.8; }

<p style="color:#82898B;opacity:0.8;">80%</p>

Text with #82898B 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 #82898B;}

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

This text has shadow with #82898B color.


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

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

This text has shadow with #82898B primary color and red secondary color.


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

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

This text has shadow with #82898B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82898B.

Preview

Color preview on black background

This text has color #82898B on black background.


Color preview on white background

This text has color #82898B on white background.


Black color preview on #82898B background

This text has black color on #82898B background.


White color preview on #82898B background

This text has white color on #82898B background.


Related colors

Complementary color

Complementary color for #hex is #7D7674.


I love getcolorcode.com

Triadic colors

1 #8B8289 and #898B82 with #82898B are triadic colors.

2 #8B8982 and #89828B with #82898B are triadic colors.