COLOR #979C6E

HEX: #979C6E RGB: (151,156,110)

Color info

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

RGB color model

#979C6E color RGB value is (151,156,110).

RGB: (151,156,110) (59%, 61%, 43%)

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 110 of 255 = 43%

151
156
110

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

Portions of RGB colors in percentages

R + G + B = 151 + 156 + 110 = 417 (100%)
R 151 of 417 ~ 36.21%
G 156 of 417 ~ 37.41%
B 110 of 417 ~ 26.38'%

%36.21
%37.41
%26.38

CMYK color model

#979C6E color CMYK value is (3,0,29,39).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 38.82%

CMYK: (3,0,29,39)
C3M0Y29K39 (3%, 0%, 29%, 39%)
(0.03 / 0.00 / 0.29 / 0.39)

CMYK percentages

%3.21
%0
%29.49
%38.82

Codes

Color #979C6E in popluar color models

97 9C 6E
RGB 151 156 110
HSL 67° 18.85% 52.16%
HSB/HSV 67° 29.49% 61.18%
CMYK 3.21% 0.00% 29.49%
38.82%

Color #979C6E in popluar number systems.

HEX 97 9C 6E
Decimal 151 156 110
Binary 10010111 10011100 1101110
Octal 227 234 156

Shades and tints

Shades of #979C6E

#979C6E
(151,156,110)
#8A8E64
(138,142,100)
#7D805A
(125,128,90)
#707250
(112,114,80)
#636446
(99,100,70)
#56563C
(86,86,60)
#494832
(73,72,50)
#3C3A28
(60,58,40)
#2F2C1E
(47,44,30)
#221E14
(34,30,20)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #979C6E

#979C6E
(151,156,110)
#A0A57B
(160,165,123)
#A9AE88
(169,174,136)
#B2B795
(178,183,149)
#BBC0A2
(187,192,162)
#C4C9AF
(196,201,175)
#CDD2BC
(205,210,188)
#D6DBC9
(214,219,201)
#DFE4D6
(223,228,214)
#E8EDE3
(232,237,227)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979C6E; }

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

This text font color is #979C6E.

Background Color

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

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

This div background color is #979C6E.

Border color

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

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

This div border color is #979C6E.

Opacity

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

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

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

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

This text has shadow with #979C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979C6E.

Preview

Color preview on black background

This text has color #979C6E on black background.


Color preview on white background

This text has color #979C6E on white background.


Black color preview on #979C6E background

This text has black color on #979C6E background.


White color preview on #979C6E background

This text has white color on #979C6E background.


Related colors

Complementary color

Complementary color for #hex is #686391.


I love getcolorcode.com

Triadic colors

1 #6E979C and #9C6E97 with #979C6E are triadic colors.

2 #6E9C97 and #9C976E with #979C6E are triadic colors.