COLOR #978A8E

HEX: #978A8E
RGB: (151,138,142)

Color info

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

RGB color model

#978A8E color RGB value is (151,138,142).

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

RGB channels and saturation

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

151
138
142

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

Portions of RGB colors in percentages

R + G + B =
151 + 138 + 142 = 431 (100%)
R 151 of 431 ~ 35.03%
G 138 of 431 ~ 32.02%
B 142 of 431 ~ 32.95%

%35.03
%32.02
%32.95

CMYK color model

#978A8E color CMYK value is (0,9,6,41).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 5.96%
  • key color value is 40.78%
CMYK:
(0,9,6,41)
C0M9Y6K41 
(0%,9%,6%,41%)
(0.00/0.09/0.06/0.41)	

CMYK percentages

%0
%8.61
%5.96
%40.78

Codes

Color #978A8E in popluar color models

978A8E
RGB151138142
HSL342°5.88%56.67%
HSB/HSV342°8.61%59.22%
CMYK0.00%8.61%5.96%
40.78%

Color #978A8E in popluar number systems.

HEX978A8E
Decimal151138142
Binary100101111000101010001110
Octal227212216

Shades and tints

Shades of #978A8E

#978A8E
(151,138,142)
#8A7E82
(138,126,130)
#7D7276
(125,114,118)
#70666A
(112,102,106)
#635A5E
(99,90,94)
#564E52
(86,78,82)
#494246
(73,66,70)
#3C363A
(60,54,58)
#2F2A2E
(47,42,46)
#221E22
(34,30,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #978A8E

#978A8E
(151,138,142)
#A09498
(160,148,152)
#A99EA2
(169,158,162)
#B2A8AC
(178,168,172)
#BBB2B6
(187,178,182)
#C4BCC0
(196,188,192)
#CDC6CA
(205,198,202)
#D6D0D4
(214,208,212)
#DFDADE
(223,218,222)
#E8E4E8
(232,228,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978A8E; }

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

This text font color is #978A8E.


Background Color

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

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

This div background color is #978A8E.


Border color

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

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

This div border color is #978A8E.


Opacity

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

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

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

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

This text has shadow with #978A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978A8E on black background.


Color preview on white background

This text has color #978A8E on white background.



Black color preview on #978A8E background

This text has black color on #978A8E background.


White color preview on #978A8E background

This text has white color on #978A8E background.