COLOR #978A8F

HEX: #978A8F
RGB: (151,138,143)

Color info

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

RGB color model

#978A8F color RGB value is (151,138,143).

  • red value is 151;
  • green value is 138;
  • blue value is 143.
RGB:
(151,138,143)
(59%,54%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 143 of 255 = 56%

151
138
143

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

Portions of RGB colors in percentages

R + G + B =
151 + 138 + 143 = 432 (100%)
R 151 of 432 ~ 34.95%
G 138 of 432 ~ 31.94%
B 143 of 432 ~ 33.1%

%34.95
%31.94
%33.1

CMYK color model

#978A8F color CMYK value is (0,9,5,41).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK:
(0,9,5,41)
C0M9Y5K41 
(0%,9%,5%,41%)
(0.00/0.09/0.05/0.41)	

CMYK percentages

%0
%8.61
%5.3
%40.78

Codes

Color #978A8F in popluar color models

978A8F
RGB151138143
HSL337°5.88%56.67%
HSB/HSV337°8.61%59.22%
CMYK0.00%8.61%5.30%
40.78%

Color #978A8F in popluar number systems.

HEX978A8F
Decimal151138143
Binary100101111000101010001111
Octal227212217

Shades and tints

Shades of #978A8F

#978A8F
(151,138,143)
#8A7E82
(138,126,130)
#7D7275
(125,114,117)
#706668
(112,102,104)
#635A5B
(99,90,91)
#564E4E
(86,78,78)
#494241
(73,66,65)
#3C3634
(60,54,52)
#2F2A27
(47,42,39)
#221E1A
(34,30,26)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #978A8F

#978A8F
(151,138,143)
#A09499
(160,148,153)
#A99EA3
(169,158,163)
#B2A8AD
(178,168,173)
#BBB2B7
(187,178,183)
#C4BCC1
(196,188,193)
#CDC6CB
(205,198,203)
#D6D0D5
(214,208,213)
#DFDADF
(223,218,223)
#E8E4E9
(232,228,233)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978A8F; }

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

This text font color is #978A8F.


Background Color

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

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

This div background color is #978A8F.


Border color

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

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

This div border color is #978A8F.


Opacity

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

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

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

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

This text has shadow with #978A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978A8F on black background.


Color preview on white background

This text has color #978A8F on white background.



Black color preview on #978A8F background

This text has black color on #978A8F background.


White color preview on #978A8F background

This text has white color on #978A8F background.