COLOR #979A83

HEX: #979A83 RGB: (151,154,131)

Color info

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

RGB color model

#979A83 color RGB value is (151,154,131).

RGB: (151,154,131) (59%, 60%, 51%)

RGB channels and saturation

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

151
154
131

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

Portions of RGB colors in percentages

R + G + B = 151 + 154 + 131 = 436 (100%)
R 151 of 436 ~ 34.63%
G 154 of 436 ~ 35.32%
B 131 of 436 ~ 30.05'%

%34.63
%35.32
%30.05

CMYK color model

#979A83 color CMYK value is (2,0,15,40).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 39.61%

CMYK: (2,0,15,40)
C2M0Y15K40 (2%, 0%, 15%, 40%)
(0.02 / 0.00 / 0.15 / 0.40)

CMYK percentages

%1.95
%0
%14.94
%39.61

Codes

Color #979A83 in popluar color models

97 9A 83
RGB 151 154 131
HSL 68° 10.22% 55.88%
HSB/HSV 68° 14.94% 60.39%
CMYK 1.95% 0.00% 14.94%
39.61%

Color #979A83 in popluar number systems.

HEX 97 9A 83
Decimal 151 154 131
Binary 10010111 10011010 10000011
Octal 227 232 203

Shades and tints

Shades of #979A83

#979A83
(151,154,131)
#8A8C78
(138,140,120)
#7D7E6D
(125,126,109)
#707062
(112,112,98)
#636257
(99,98,87)
#56544C
(86,84,76)
#494641
(73,70,65)
#3C3836
(60,56,54)
#2F2A2B
(47,42,43)
#221C20
(34,28,32)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #979A83

#979A83
(151,154,131)
#A0A38E
(160,163,142)
#A9AC99
(169,172,153)
#B2B5A4
(178,181,164)
#BBBEAF
(187,190,175)
#C4C7BA
(196,199,186)
#CDD0C5
(205,208,197)
#D6D9D0
(214,217,208)
#DFE2DB
(223,226,219)
#E8EBE6
(232,235,230)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979A83 color. Also use rgb(151,154,131) instead hex code.

Text Font Color

.myTextColor { color: #979A83; }

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

This text font color is #979A83.

Background Color

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

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

This div background color is #979A83.

Border color

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

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

This div border color is #979A83.

Opacity

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

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

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

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

This text has shadow with #979A83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979A83.

Preview

Color preview on black background

This text has color #979A83 on black background.


Color preview on white background

This text has color #979A83 on white background.


Black color preview on #979A83 background

This text has black color on #979A83 background.


White color preview on #979A83 background

This text has white color on #979A83 background.


Related colors

Complementary color

Complementary color for #hex is #68657C.


I love getcolorcode.com

Triadic colors

1 #83979A and #9A8397 with #979A83 are triadic colors.

2 #839A97 and #9A9783 with #979A83 are triadic colors.