COLOR #978D7F

HEX: #978D7F RGB: (151,141,127)

Color info

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

RGB color model

#978D7F color RGB value is (151,141,127).

RGB: (151,141,127) (59%, 55%, 50%)

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 127 of 255 = 50%

151
141
127

R + G + B ~ 55%. #978D7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 141 + 127 = 419 (100%)
R 151 of 419 ~ 36.04%
G 141 of 419 ~ 33.65%
B 127 of 419 ~ 30.31'%

%36.04
%33.65
%30.31

CMYK color model

#978D7F color CMYK value is (0,7,16,41).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK: (0,7,16,41) C0M7Y16K41 (0%,7%,16%,41%) (0.00/0.07/0.16/0.41) 

CMYK percentages

%0
%6.62
%15.89
%40.78

Codes

Color #978D7F in popluar color models

97 8D 7F
RGB 151 141 127
HSL 35° 10.34% 54.51%
HSB/HSV 35° 15.89% 59.22%
CMYK 0.00% 6.62% 15.89%
40.78%

Color #978D7F in popluar number systems.

HEX 97 8D 7F
Decimal 151 141 127
Binary 10010111 10001101 1111111
Octal 227 215 177

Shades and tints

Shades of #978D7F

#978D7F
(151,141,127)
#8A8174
(138,129,116)
#7D7569
(125,117,105)
#70695E
(112,105,94)
#635D53
(99,93,83)
#565148
(86,81,72)
#49453D
(73,69,61)
#3C3932
(60,57,50)
#2F2D27
(47,45,39)
#22211C
(34,33,28)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #978D7F

#978D7F
(151,141,127)
#A0978A
(160,151,138)
#A9A195
(169,161,149)
#B2ABA0
(178,171,160)
#BBB5AB
(187,181,171)
#C4BFB6
(196,191,182)
#CDC9C1
(205,201,193)
#D6D3CC
(214,211,204)
#DFDDD7
(223,221,215)
#E8E7E2
(232,231,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978D7F color. Also use rgb(151,141,127) instead hex code.

Text Font Color

.myTextColor { color: #978D7F; }

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

This text font color is #978D7F.

Background Color

.myBgColor { background-color: #978D7F; }

<div style="background-color:#978D7F">Inner text</div>

This div background color is #978D7F.

Border color

.myBorderColor { border: 1px solid #978D7F; }

<div style="border:3px solid #978D7F">Div</div>

This div border color is #978D7F.

Opacity

.myOpacity80 { color: #978D7F; opacity: 0.8; }

<p style="color:#978D7F;opacity:0.8;">80%</p>

Text with #978D7F 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 #978D7F;}

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

This text has shadow with #978D7F color.


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

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

This text has shadow with #978D7F primary color and red secondary color.


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

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

This text has shadow with #978D7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #978D7F.

Preview

Color preview on black background

This text has color #978D7F on black background.


Color preview on white background

This text has color #978D7F on white background.


Black color preview on #978D7F background

This text has black color on #978D7F background.


White color preview on #978D7F background

This text has white color on #978D7F background.


Related colors

Complementary color

Complementary color for #hex is #687280.


I love getcolorcode.com

Triadic colors

1 #7F978D and #8D7F97 with #978D7F are triadic colors.

2 #7F8D97 and #8D977F with #978D7F are triadic colors.