COLOR #978C9C

HEX: #978C9C
RGB: (151,140,156)

Color info

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

RGB color model

#978C9C color RGB value is (151,140,156).

  • red value is 151;
  • green value is 140;
  • blue value is 156.
RGB:
(151,140,156)
(59%,55%,61%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 156 of 255 = 61%

151
140
156

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

Portions of RGB colors in percentages

R + G + B =
151 + 140 + 156 = 447 (100%)
R 151 of 447 ~ 33.78%
G 140 of 447 ~ 31.32%
B 156 of 447 ~ 34.9%

%33.78
%31.32
%34.9

CMYK color model

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

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

CMYK percentages

%3.21
%10.26
%0
%38.82

Codes

Color #978C9C in popluar color models

978C9C
RGB151140156
HSL281°7.48%58.04%
HSB/HSV281°10.26%61.18%
CMYK3.21%10.26%0.00%
38.82%

Color #978C9C in popluar number systems.

HEX978C9C
Decimal151140156
Binary100101111000110010011100
Octal227214234

Shades and tints

Shades of #978C9C

#978C9C
(151,140,156)
#8A808E
(138,128,142)
#7D7480
(125,116,128)
#706872
(112,104,114)
#635C64
(99,92,100)
#565056
(86,80,86)
#494448
(73,68,72)
#3C383A
(60,56,58)
#2F2C2C
(47,44,44)
#22201E
(34,32,30)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #978C9C

#978C9C
(151,140,156)
#A096A5
(160,150,165)
#A9A0AE
(169,160,174)
#B2AAB7
(178,170,183)
#BBB4C0
(187,180,192)
#C4BEC9
(196,190,201)
#CDC8D2
(205,200,210)
#D6D2DB
(214,210,219)
#DFDCE4
(223,220,228)
#E8E6ED
(232,230,237)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978C9C color. Also use rgb(151,140,156) instead hex code.

Text Font Color

.myTextColor { color: #978C9C; }

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

This text font color is #978C9C.


Background Color

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

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

This div background color is #978C9C.


Border color

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

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

This div border color is #978C9C.


Opacity

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

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

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

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

This text has shadow with #978C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978C9C on black background.


Color preview on white background

This text has color #978C9C on white background.



Black color preview on #978C9C background

This text has black color on #978C9C background.


White color preview on #978C9C background

This text has white color on #978C9C background.