COLOR #979E7C

HEX: #979E7C
RGB: (151,158,124)

Color info

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

RGB color model

#979E7C color RGB value is (151,158,124).

  • red value is 151;
  • green value is 158;
  • blue value is 124.
RGB:
(151,158,124)
(59%,62%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 158 of 255 = 62%
B 124 of 255 = 49%

151
158
124

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

Portions of RGB colors in percentages

R + G + B =
151 + 158 + 124 = 433 (100%)
R 151 of 433 ~ 34.87%
G 158 of 433 ~ 36.49%
B 124 of 433 ~ 28.64%

%34.87
%36.49
%28.64

CMYK color model

#979E7C color CMYK value is (4,0,22,38).

  • cyan value is 4.43%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 38.04%
CMYK:
(4,0,22,38)
C4M0Y22K38 
(4%,0%,22%,38%)
(0.04/0.00/0.22/0.38)	

CMYK percentages

%4.43
%0
%21.52
%38.04

Codes

Color #979E7C in popluar color models

979E7C
RGB151158124
HSL72°14.91%55.29%
HSB/HSV72°21.52%61.96%
CMYK4.43%0.00%21.52%
38.04%

Color #979E7C in popluar number systems.

HEX979E7C
Decimal151158124
Binary10010111100111101111100
Octal227236174

Shades and tints

Shades of #979E7C

#979E7C
(151,158,124)
#8A9071
(138,144,113)
#7D8266
(125,130,102)
#70745B
(112,116,91)
#636650
(99,102,80)
#565845
(86,88,69)
#494A3A
(73,74,58)
#3C3C2F
(60,60,47)
#2F2E24
(47,46,36)
#222019
(34,32,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #979E7C

#979E7C
(151,158,124)
#A0A687
(160,166,135)
#A9AE92
(169,174,146)
#B2B69D
(178,182,157)
#BBBEA8
(187,190,168)
#C4C6B3
(196,198,179)
#CDCEBE
(205,206,190)
#D6D6C9
(214,214,201)
#DFDED4
(223,222,212)
#E8E6DF
(232,230,223)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979E7C color. Also use rgb(151,158,124) instead hex code.

Text Font Color

.myTextColor { color: #979E7C; }

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

This text font color is #979E7C.


Background Color

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

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

This div background color is #979E7C.


Border color

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

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

This div border color is #979E7C.


Opacity

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

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

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

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

This text has shadow with #979E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979E7C on black background.


Color preview on white background

This text has color #979E7C on white background.



Black color preview on #979E7C background

This text has black color on #979E7C background.


White color preview on #979E7C background

This text has white color on #979E7C background.