COLOR #979C7B

HEX: #979C7B RGB: (151,156,123)

Color info

#979C7B contains red, green and blue colors in about the same proportion. Web safe color of #979C7B is #999966 (or #996).

RGB color model

#979C7B color RGB value is (151,156,123).

RGB: (151,156,123) (59%, 61%, 48%)

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 123 of 255 = 48%

151
156
123

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

Portions of RGB colors in percentages

R + G + B = 151 + 156 + 123 = 430 (100%)
R 151 of 430 ~ 35.12%
G 156 of 430 ~ 36.28%
B 123 of 430 ~ 28.6'%

%35.12
%36.28
%28.6

CMYK color model

#979C7B color CMYK value is (3,0,21,39).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 38.82%
CMYK: (3,0,21,39) C3M0Y21K39 (3%,0%,21%,39%) (0.03/0.00/0.21/0.39) 

CMYK percentages

%3.21
%0
%21.15
%38.82

Codes

Color #979C7B in popluar color models

97 9C 7B
RGB 151 156 123
HSL 69° 14.29% 54.71%
HSB/HSV 69° 21.15% 61.18%
CMYK 3.21% 0.00% 21.15%
38.82%

Color #979C7B in popluar number systems.

HEX 97 9C 7B
Decimal 151 156 123
Binary 10010111 10011100 1111011
Octal 227 234 173

Shades and tints

Shades of #979C7B

#979C7B
(151,156,123)
#8A8E70
(138,142,112)
#7D8065
(125,128,101)
#70725A
(112,114,90)
#63644F
(99,100,79)
#565644
(86,86,68)
#494839
(73,72,57)
#3C3A2E
(60,58,46)
#2F2C23
(47,44,35)
#221E18
(34,30,24)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #979C7B

#979C7B
(151,156,123)
#A0A587
(160,165,135)
#A9AE93
(169,174,147)
#B2B79F
(178,183,159)
#BBC0AB
(187,192,171)
#C4C9B7
(196,201,183)
#CDD2C3
(205,210,195)
#D6DBCF
(214,219,207)
#DFE4DB
(223,228,219)
#E8EDE7
(232,237,231)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979C7B color. Also use rgb(151,156,123) instead hex code.

Text Font Color

.myTextColor { color: #979C7B; }

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

This text font color is #979C7B.

Background Color

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

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

This div background color is #979C7B.

Border color

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

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

This div border color is #979C7B.

Opacity

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

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

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

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

This text has shadow with #979C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979C7B.

Preview

Color preview on black background

This text has color #979C7B on black background.


Color preview on white background

This text has color #979C7B on white background.


Black color preview on #979C7B background

This text has black color on #979C7B background.


White color preview on #979C7B background

This text has white color on #979C7B background.


Related colors

Complementary color

Complementary color for #hex is #686384.


I love getcolorcode.com

Triadic colors

1 #7B979C and #9C7B97 with #979C7B are triadic colors.

2 #7B9C97 and #9C977B with #979C7B are triadic colors.