COLOR #82939B

HEX: #82939B RGB: (130,147,155)

Color info

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

RGB color model

#82939B color RGB value is (130,147,155).

RGB: (130,147,155) (51%, 58%, 61%)

RGB channels and saturation

R 130 of 255 = 51%
G 147 of 255 = 58%
B 155 of 255 = 61%

130
147
155

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

Portions of RGB colors in percentages

R + G + B = 130 + 147 + 155 = 432 (100%)
R 130 of 432 ~ 30.09%
G 147 of 432 ~ 34.03%
B 155 of 432 ~ 35.88'%

%30.09
%34.03
%35.88

CMYK color model

#82939B color CMYK value is (16,5,0,39).

  • cyan value is 16.13%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (16,5,0,39)
C16M5Y0K39 (16%, 5%, 0%, 39%)
(0.16 / 0.05 / 0.00 / 0.39)

CMYK percentages

%16.13
%5.16
%0
%39.22

Codes

Color #82939B in popluar color models

82 93 9B
RGB 130 147 155
HSL 199° 11.11% 55.88%
HSB/HSV 199° 16.13% 60.78%
CMYK 16.13% 5.16% 0.00%
39.22%

Color #82939B in popluar number systems.

HEX 82 93 9B
Decimal 130 147 155
Binary 10000010 10010011 10011011
Octal 202 223 233

Shades and tints

Shades of #82939B

#82939B
(130,147,155)
#77868D
(119,134,141)
#6C797F
(108,121,127)
#616C71
(97,108,113)
#565F63
(86,95,99)
#4B5255
(75,82,85)
#404547
(64,69,71)
#353839
(53,56,57)
#2A2B2B
(42,43,43)
#1F1E1D
(31,30,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #82939B

#82939B
(130,147,155)
#8D9CA4
(141,156,164)
#98A5AD
(152,165,173)
#A3AEB6
(163,174,182)
#AEB7BF
(174,183,191)
#B9C0C8
(185,192,200)
#C4C9D1
(196,201,209)
#CFD2DA
(207,210,218)
#DADBE3
(218,219,227)
#E5E4EC
(229,228,236)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82939B color. Also use rgb(130,147,155) instead hex code.

Text Font Color

.myTextColor { color: #82939B; }

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

This text font color is #82939B.

Background Color

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

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

This div background color is #82939B.

Border color

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

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

This div border color is #82939B.

Opacity

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

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

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

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

This text has shadow with #82939B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82939B.

Preview

Color preview on black background

This text has color #82939B on black background.


Color preview on white background

This text has color #82939B on white background.


Black color preview on #82939B background

This text has black color on #82939B background.


White color preview on #82939B background

This text has white color on #82939B background.


Related colors

Complementary color

Complementary color for #hex is #7D6C64.


I love getcolorcode.com

Triadic colors

1 #9B8293 and #939B82 with #82939B are triadic colors.

2 #9B9382 and #93829B with #82939B are triadic colors.