COLOR #979B8A

HEX: #979B8A
RGB: (151,155,138)

Color info

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

RGB color model

#979B8A color RGB value is (151,155,138).

  • red value is 151;
  • green value is 155;
  • blue value is 138.
RGB:
(151,155,138)
(59%,61%,54%)

RGB channels and saturation

R 151 of 255 = 59%
G 155 of 255 = 61%
B 138 of 255 = 54%

151
155
138

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

Portions of RGB colors in percentages

R + G + B =
151 + 155 + 138 = 444 (100%)
R 151 of 444 ~ 34.01%
G 155 of 444 ~ 34.91%
B 138 of 444 ~ 31.08%

%34.01
%34.91
%31.08

CMYK color model

#979B8A color CMYK value is (3,0,11,39).

  • cyan value is 2.58%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • key color value is 39.22%
CMYK:
(3,0,11,39)
C3M0Y11K39 
(3%,0%,11%,39%)
(0.03/0.00/0.11/0.39)	

CMYK percentages

%2.58
%0
%10.97
%39.22

Codes

Color #979B8A in popluar color models

979B8A
RGB151155138
HSL74°7.83%57.45%
HSB/HSV74°10.97%60.78%
CMYK2.58%0.00%10.97%
39.22%

Color #979B8A in popluar number systems.

HEX979B8A
Decimal151155138
Binary100101111001101110001010
Octal227233212

Shades and tints

Shades of #979B8A

#979B8A
(151,155,138)
#8A8D7E
(138,141,126)
#7D7F72
(125,127,114)
#707166
(112,113,102)
#63635A
(99,99,90)
#56554E
(86,85,78)
#494742
(73,71,66)
#3C3936
(60,57,54)
#2F2B2A
(47,43,42)
#221D1E
(34,29,30)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #979B8A

#979B8A
(151,155,138)
#A0A494
(160,164,148)
#A9AD9E
(169,173,158)
#B2B6A8
(178,182,168)
#BBBFB2
(187,191,178)
#C4C8BC
(196,200,188)
#CDD1C6
(205,209,198)
#D6DAD0
(214,218,208)
#DFE3DA
(223,227,218)
#E8ECE4
(232,236,228)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979B8A color. Also use rgb(151,155,138) instead hex code.

Text Font Color

.myTextColor { color: #979B8A; }

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

This text font color is #979B8A.


Background Color

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

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

This div background color is #979B8A.


Border color

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

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

This div border color is #979B8A.


Opacity

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

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

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

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

This text has shadow with #979B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979B8A on black background.


Color preview on white background

This text has color #979B8A on white background.



Black color preview on #979B8A background

This text has black color on #979B8A background.


White color preview on #979B8A background

This text has white color on #979B8A background.