COLOR #978B8A

HEX: #978B8A RGB: (151,139,138)

Color info

#978B8A contains red, green and blue colors in about the same proportion. Web safe color of #978B8A is #999999 (or #999).

RGB color model

#978B8A color RGB value is (151,139,138).

RGB: (151,139,138) (59%, 55%, 54%)

RGB channels and saturation

R 151 of 255 = 59%
G 139 of 255 = 55%
B 138 of 255 = 54%

151
139
138

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

Portions of RGB colors in percentages

R + G + B = 151 + 139 + 138 = 428 (100%)
R 151 of 428 ~ 35.28%
G 139 of 428 ~ 32.48%
B 138 of 428 ~ 32.24'%

%35.28
%32.48
%32.24

CMYK color model

#978B8A color CMYK value is (0,8,9,41).

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

CMYK: (0,8,9,41)
C0M8Y9K41 (0%, 8%, 9%, 41%)
(0.00 / 0.08 / 0.09 / 0.41)

CMYK percentages

%0
%7.95
%8.61
%40.78

Codes

Color #978B8A in popluar color models

97 8B 8A
RGB 151 139 138
HSL 5.88% 56.67%
HSB/HSV 8.61% 59.22%
CMYK 0.00% 7.95% 8.61%
40.78%

Color #978B8A in popluar number systems.

HEX 97 8B 8A
Decimal 151 139 138
Binary 10010111 10001011 10001010
Octal 227 213 212

Shades and tints

Shades of #978B8A

#978B8A
(151,139,138)
#8A7F7E
(138,127,126)
#7D7372
(125,115,114)
#706766
(112,103,102)
#635B5A
(99,91,90)
#564F4E
(86,79,78)
#494342
(73,67,66)
#3C3736
(60,55,54)
#2F2B2A
(47,43,42)
#221F1E
(34,31,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #978B8A

#978B8A
(151,139,138)
#A09594
(160,149,148)
#A99F9E
(169,159,158)
#B2A9A8
(178,169,168)
#BBB3B2
(187,179,178)
#C4BDBC
(196,189,188)
#CDC7C6
(205,199,198)
#D6D1D0
(214,209,208)
#DFDBDA
(223,219,218)
#E8E5E4
(232,229,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978B8A; }

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

This text font color is #978B8A.

Background Color

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

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

This div background color is #978B8A.

Border color

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

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

This div border color is #978B8A.

Opacity

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

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

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

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

This text has shadow with #978B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978B8A.

Preview

Color preview on black background

This text has color #978B8A on black background.


Color preview on white background

This text has color #978B8A on white background.


Black color preview on #978B8A background

This text has black color on #978B8A background.


White color preview on #978B8A background

This text has white color on #978B8A background.


Related colors

Complementary color

Complementary color for #hex is #687475.


I love getcolorcode.com

Triadic colors

1 #8A978B and #8B8A97 with #978B8A are triadic colors.

2 #8A8B97 and #8B978A with #978B8A are triadic colors.