COLOR #978B89

HEX: #978B89 RGB: (151,139,137)

Color info

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

RGB color model

#978B89 color RGB value is (151,139,137).

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

RGB channels and saturation

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

151
139
137

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

Portions of RGB colors in percentages

R + G + B = 151 + 139 + 137 = 427 (100%)
R 151 of 427 ~ 35.36%
G 139 of 427 ~ 32.55%
B 137 of 427 ~ 32.08'%

%35.36
%32.55
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 9.27%
  • 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
%9.27
%40.78

Codes

Color #978B89 in popluar color models

97 8B 89
RGB 151 139 137
HSL 6.31% 56.47%
HSB/HSV 9.27% 59.22%
CMYK 0.00% 7.95% 9.27%
40.78%

Color #978B89 in popluar number systems.

HEX 97 8B 89
Decimal 151 139 137
Binary 10010111 10001011 10001001
Octal 227 213 211

Shades and tints

Shades of #978B89

#978B89
(151,139,137)
#8A7F7D
(138,127,125)
#7D7371
(125,115,113)
#706765
(112,103,101)
#635B59
(99,91,89)
#564F4D
(86,79,77)
#494341
(73,67,65)
#3C3735
(60,55,53)
#2F2B29
(47,43,41)
#221F1D
(34,31,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #978B89

#978B89
(151,139,137)
#A09593
(160,149,147)
#A99F9D
(169,159,157)
#B2A9A7
(178,169,167)
#BBB3B1
(187,179,177)
#C4BDBB
(196,189,187)
#CDC7C5
(205,199,197)
#D6D1CF
(214,209,207)
#DFDBD9
(223,219,217)
#E8E5E3
(232,229,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978B89; }

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

This text font color is #978B89.

Background Color

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

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

This div background color is #978B89.

Border color

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

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

This div border color is #978B89.

Opacity

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

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

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

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

This text has shadow with #978B89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978B89.

Preview

Color preview on black background

This text has color #978B89 on black background.


Color preview on white background

This text has color #978B89 on white background.


Black color preview on #978B89 background

This text has black color on #978B89 background.


White color preview on #978B89 background

This text has white color on #978B89 background.


Related colors

Complementary color

Complementary color for #hex is #687476.


I love getcolorcode.com

Triadic colors

1 #89978B and #8B8997 with #978B89 are triadic colors.

2 #898B97 and #8B9789 with #978B89 are triadic colors.