COLOR #978B9B

HEX: #978B9B RGB: (151,139,155)

Color info

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

RGB color model

#978B9B color RGB value is (151,139,155).

RGB: (151,139,155) (59%, 55%, 61%)

RGB channels and saturation

R 151 of 255 = 59%
G 139 of 255 = 55%
B 155 of 255 = 61%

151
139
155

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

Portions of RGB colors in percentages

R + G + B = 151 + 139 + 155 = 445 (100%)
R 151 of 445 ~ 33.93%
G 139 of 445 ~ 31.24%
B 155 of 445 ~ 34.83'%

%33.93
%31.24
%34.83

CMYK color model

#978B9B color CMYK value is (3,10,0,39).

  • cyan value is 2.58%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (3,10,0,39) C3M10Y0K39 (3%,10%,0%,39%) (0.03/0.10/0.00/0.39) 

CMYK percentages

%2.58
%10.32
%0
%39.22

Codes

Color #978B9B in popluar color models

97 8B 9B
RGB 151 139 155
HSL 285° 7.41% 57.65%
HSB/HSV 285° 10.32% 60.78%
CMYK 2.58% 10.32% 0.00%
39.22%

Color #978B9B in popluar number systems.

HEX 97 8B 9B
Decimal 151 139 155
Binary 10010111 10001011 10011011
Octal 227 213 233

Shades and tints

Shades of #978B9B

#978B9B
(151,139,155)
#8A7F8D
(138,127,141)
#7D737F
(125,115,127)
#706771
(112,103,113)
#635B63
(99,91,99)
#564F55
(86,79,85)
#494347
(73,67,71)
#3C3739
(60,55,57)
#2F2B2B
(47,43,43)
#221F1D
(34,31,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #978B9B

#978B9B
(151,139,155)
#A095A4
(160,149,164)
#A99FAD
(169,159,173)
#B2A9B6
(178,169,182)
#BBB3BF
(187,179,191)
#C4BDC8
(196,189,200)
#CDC7D1
(205,199,209)
#D6D1DA
(214,209,218)
#DFDBE3
(223,219,227)
#E8E5EC
(232,229,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978B9B; }

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

This text font color is #978B9B.

Background Color

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

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

This div background color is #978B9B.

Border color

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

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

This div border color is #978B9B.

Opacity

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

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

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

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

This text has shadow with #978B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978B9B.

Preview

Color preview on black background

This text has color #978B9B on black background.


Color preview on white background

This text has color #978B9B on white background.


Black color preview on #978B9B background

This text has black color on #978B9B background.


White color preview on #978B9B background

This text has white color on #978B9B background.


Related colors

Complementary color

Complementary color for #hex is #687464.


I love getcolorcode.com

Triadic colors

1 #9B978B and #8B9B97 with #978B9B are triadic colors.

2 #9B8B97 and #8B979B with #978B9B are triadic colors.