COLOR #82979A

HEX: #82979A
RGB: (130,151,154)

Color info

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

RGB color model

#82979A color RGB value is (130,151,154).

  • red value is 130;
  • green value is 151;
  • blue value is 154.
RGB:
(130,151,154)
(51%,59%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 154 of 255 = 60%

130
151
154

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

Portions of RGB colors in percentages

R + G + B =
130 + 151 + 154 = 435 (100%)
R 130 of 435 ~ 29.89%
G 151 of 435 ~ 34.71%
B 154 of 435 ~ 35.4%

%29.89
%34.71
%35.4

CMYK color model

#82979A color CMYK value is (16,2,0,40).

  • cyan value is 15.58%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(16,2,0,40)
C16M2Y0K40 
(16%,2%,0%,40%)
(0.16/0.02/0.00/0.40)	

CMYK percentages

%15.58
%1.95
%0
%39.61

Codes

Color #82979A in popluar color models

82979A
RGB130151154
HSL188°10.62%55.69%
HSB/HSV188°15.58%60.39%
CMYK15.58%1.95%0.00%
39.61%

Color #82979A in popluar number systems.

HEX82979A
Decimal130151154
Binary100000101001011110011010
Octal202227232

Shades and tints

Shades of #82979A

#82979A
(130,151,154)
#778A8C
(119,138,140)
#6C7D7E
(108,125,126)
#617070
(97,112,112)
#566362
(86,99,98)
#4B5654
(75,86,84)
#404946
(64,73,70)
#353C38
(53,60,56)
#2A2F2A
(42,47,42)
#1F221C
(31,34,28)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #82979A

#82979A
(130,151,154)
#8DA0A3
(141,160,163)
#98A9AC
(152,169,172)
#A3B2B5
(163,178,181)
#AEBBBE
(174,187,190)
#B9C4C7
(185,196,199)
#C4CDD0
(196,205,208)
#CFD6D9
(207,214,217)
#DADFE2
(218,223,226)
#E5E8EB
(229,232,235)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82979A color. Also use rgb(130,151,154) instead hex code.

Text Font Color

.myTextColor { color: #82979A; }

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

This text font color is #82979A.


Background Color

.myBgColor { background-color: #82979A; }

<div style="background-color:#82979A">Inner text</div>

This div background color is #82979A.


Border color

.myBorderColor { border: 1px solid #82979A; }

<div style="border:3px solid #82979A">Div</div>

This div border color is #82979A.


Opacity

.myOpacity80 { color: #82979A; opacity: 0.8; }

<p style="color:#82979A;opacity:0.8;">80%</p>

Text with #82979A 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 #82979A;}

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

This text has shadow with #82979A color.

.textShadow {text-shadow: 3px 3px 1px #82979A, 3px 3px 1px red;}

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

This text has shadow with #82979A primary color and red secondary color.


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

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

This text has shadow with #82979A and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82979A;
-webkit-box-shadow: 1px 1px 3px 2px #82979A;
box-shadow:1px 1px 3px 2px #82979A;">
Div content here</div>
This div box has shadow with color #82979A.

Preview

Color preview on black background

This text has color #82979A on black background.


Color preview on white background

This text has color #82979A on white background.



Black color preview on #82979A background

This text has black color on #82979A background.


White color preview on #82979A background

This text has white color on #82979A background.