COLOR #979D82

HEX: #979D82 RGB: (151,157,130)

Color info

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

RGB color model

#979D82 color RGB value is (151,157,130).

RGB: (151,157,130) (59%, 62%, 51%)

RGB channels and saturation

R 151 of 255 = 59%
G 157 of 255 = 62%
B 130 of 255 = 51%

151
157
130

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

Portions of RGB colors in percentages

R + G + B = 151 + 157 + 130 = 438 (100%)
R 151 of 438 ~ 34.47%
G 157 of 438 ~ 35.84%
B 130 of 438 ~ 29.68'%

%34.47
%35.84
%29.68

CMYK color model

#979D82 color CMYK value is (4,0,17,38).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 17.20%
  • key color value is 38.43%

CMYK: (4,0,17,38)
C4M0Y17K38 (4%, 0%, 17%, 38%)
(0.04 / 0.00 / 0.17 / 0.38)

CMYK percentages

%3.82
%0
%17.2
%38.43

Codes

Color #979D82 in popluar color models

97 9D 82
RGB 151 157 130
HSL 73° 12.11% 56.27%
HSB/HSV 73° 17.20% 61.57%
CMYK 3.82% 0.00% 17.20%
38.43%

Color #979D82 in popluar number systems.

HEX 97 9D 82
Decimal 151 157 130
Binary 10010111 10011101 10000010
Octal 227 235 202

Shades and tints

Shades of #979D82

#979D82
(151,157,130)
#8A8F77
(138,143,119)
#7D816C
(125,129,108)
#707361
(112,115,97)
#636556
(99,101,86)
#56574B
(86,87,75)
#494940
(73,73,64)
#3C3B35
(60,59,53)
#2F2D2A
(47,45,42)
#221F1F
(34,31,31)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #979D82

#979D82
(151,157,130)
#A0A58D
(160,165,141)
#A9AD98
(169,173,152)
#B2B5A3
(178,181,163)
#BBBDAE
(187,189,174)
#C4C5B9
(196,197,185)
#CDCDC4
(205,205,196)
#D6D5CF
(214,213,207)
#DFDDDA
(223,221,218)
#E8E5E5
(232,229,229)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979D82 color. Also use rgb(151,157,130) instead hex code.

Text Font Color

.myTextColor { color: #979D82; }

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

This text font color is #979D82.

Background Color

.myBgColor { background-color: #979D82; }

<div style="background-color:#979D82">Inner text</div>

This div background color is #979D82.

Border color

.myBorderColor { border: 1px solid #979D82; }

<div style="border:3px solid #979D82">Div</div>

This div border color is #979D82.

Opacity

.myOpacity80 { color: #979D82; opacity: 0.8; }

<p style="color:#979D82;opacity:0.8;">80%</p>

Text with #979D82 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 #979D82;}

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

This text has shadow with #979D82 color.


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

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

This text has shadow with #979D82 primary color and red secondary color.


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

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

This text has shadow with #979D82 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #979D82.

Preview

Color preview on black background

This text has color #979D82 on black background.


Color preview on white background

This text has color #979D82 on white background.


Black color preview on #979D82 background

This text has black color on #979D82 background.


White color preview on #979D82 background

This text has white color on #979D82 background.


Related colors

Complementary color

Complementary color for #hex is #68627D.


I love getcolorcode.com

Triadic colors

1 #82979D and #9D8297 with #979D82 are triadic colors.

2 #829D97 and #9D9782 with #979D82 are triadic colors.