COLOR #978A7F

HEX: #978A7F RGB: (151,138,127)

Color info

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

RGB color model

#978A7F color RGB value is (151,138,127).

RGB: (151,138,127) (59%, 54%, 50%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 127 of 255 = 50%

151
138
127

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

Portions of RGB colors in percentages

R + G + B = 151 + 138 + 127 = 416 (100%)
R 151 of 416 ~ 36.3%
G 138 of 416 ~ 33.17%
B 127 of 416 ~ 30.53'%

%36.3
%33.17
%30.53

CMYK color model

#978A7F color CMYK value is (0,9,16,41).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 15.89%
  • key color value is 40.78%

CMYK: (0,9,16,41)
C0M9Y16K41 (0%, 9%, 16%, 41%)
(0.00 / 0.09 / 0.16 / 0.41)

CMYK percentages

%0
%8.61
%15.89
%40.78

Codes

Color #978A7F in popluar color models

97 8A 7F
RGB 151 138 127
HSL 28° 10.34% 54.51%
HSB/HSV 28° 15.89% 59.22%
CMYK 0.00% 8.61% 15.89%
40.78%

Color #978A7F in popluar number systems.

HEX 97 8A 7F
Decimal 151 138 127
Binary 10010111 10001010 1111111
Octal 227 212 177

Shades and tints

Shades of #978A7F

#978A7F
(151,138,127)
#8A7E74
(138,126,116)
#7D7269
(125,114,105)
#70665E
(112,102,94)
#635A53
(99,90,83)
#564E48
(86,78,72)
#49423D
(73,66,61)
#3C3632
(60,54,50)
#2F2A27
(47,42,39)
#221E1C
(34,30,28)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #978A7F

#978A7F
(151,138,127)
#A0948A
(160,148,138)
#A99E95
(169,158,149)
#B2A8A0
(178,168,160)
#BBB2AB
(187,178,171)
#C4BCB6
(196,188,182)
#CDC6C1
(205,198,193)
#D6D0CC
(214,208,204)
#DFDAD7
(223,218,215)
#E8E4E2
(232,228,226)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978A7F; }

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

This text font color is #978A7F.

Background Color

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

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

This div background color is #978A7F.

Border color

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

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

This div border color is #978A7F.

Opacity

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

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

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

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

This text has shadow with #978A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978A7F.

Preview

Color preview on black background

This text has color #978A7F on black background.


Color preview on white background

This text has color #978A7F on white background.


Black color preview on #978A7F background

This text has black color on #978A7F background.


White color preview on #978A7F background

This text has white color on #978A7F background.


Related colors

Complementary color

Complementary color for #hex is #687580.


I love getcolorcode.com

Triadic colors

1 #7F978A and #8A7F97 with #978A7F are triadic colors.

2 #7F8A97 and #8A977F with #978A7F are triadic colors.