COLOR #979D7E

HEX: #979D7E
RGB: (151,157,126)

Color info

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

RGB color model

#979D7E color RGB value is (151,157,126).

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

RGB channels and saturation

R 151 of 255 = 59%
G 157 of 255 = 62%
B 126 of 255 = 49%

151
157
126

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

Portions of RGB colors in percentages

R + G + B =
151 + 157 + 126 = 434 (100%)
R 151 of 434 ~ 34.79%
G 157 of 434 ~ 36.18%
B 126 of 434 ~ 29.03%

%34.79
%36.18
%29.03

CMYK color model

#979D7E color CMYK value is (4,0,20,38).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(4,0,20,38)
C4M0Y20K38 
(4%,0%,20%,38%)
(0.04/0.00/0.20/0.38)	

CMYK percentages

%3.82
%0
%19.75
%38.43

Codes

Color #979D7E in popluar color models

979D7E
RGB151157126
HSL72°13.66%55.49%
HSB/HSV72°19.75%61.57%
CMYK3.82%0.00%19.75%
38.43%

Color #979D7E in popluar number systems.

HEX979D7E
Decimal151157126
Binary10010111100111011111110
Octal227235176

Shades and tints

Shades of #979D7E

#979D7E
(151,157,126)
#8A8F73
(138,143,115)
#7D8168
(125,129,104)
#70735D
(112,115,93)
#636552
(99,101,82)
#565747
(86,87,71)
#49493C
(73,73,60)
#3C3B31
(60,59,49)
#2F2D26
(47,45,38)
#221F1B
(34,31,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #979D7E

#979D7E
(151,157,126)
#A0A589
(160,165,137)
#A9AD94
(169,173,148)
#B2B59F
(178,181,159)
#BBBDAA
(187,189,170)
#C4C5B5
(196,197,181)
#CDCDC0
(205,205,192)
#D6D5CB
(214,213,203)
#DFDDD6
(223,221,214)
#E8E5E1
(232,229,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979D7E; }

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

This text font color is #979D7E.


Background Color

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

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

This div background color is #979D7E.


Border color

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

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

This div border color is #979D7E.


Opacity

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

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

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

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

This text has shadow with #979D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979D7E on black background.


Color preview on white background

This text has color #979D7E on white background.



Black color preview on #979D7E background

This text has black color on #979D7E background.


White color preview on #979D7E background

This text has white color on #979D7E background.