COLOR #978C9A

HEX: #978C9A RGB: (151,140,154)

Color info

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

RGB color model

#978C9A color RGB value is (151,140,154).

RGB: (151,140,154) (59%, 55%, 60%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 154 of 255 = 60%

151
140
154

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

Portions of RGB colors in percentages

R + G + B = 151 + 140 + 154 = 445 (100%)
R 151 of 445 ~ 33.93%
G 140 of 445 ~ 31.46%
B 154 of 445 ~ 34.61'%

%33.93
%31.46
%34.61

CMYK color model

#978C9A color CMYK value is (2,9,0,40).

  • cyan value is 1.95%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (2,9,0,40)
C2M9Y0K40 (2%, 9%, 0%, 40%)
(0.02 / 0.09 / 0.00 / 0.40)

CMYK percentages

%1.95
%9.09
%0
%39.61

Codes

Color #978C9A in popluar color models

97 8C 9A
RGB 151 140 154
HSL 287° 6.48% 57.65%
HSB/HSV 287° 9.09% 60.39%
CMYK 1.95% 9.09% 0.00%
39.61%

Color #978C9A in popluar number systems.

HEX 97 8C 9A
Decimal 151 140 154
Binary 10010111 10001100 10011010
Octal 227 214 232

Shades and tints

Shades of #978C9A

#978C9A
(151,140,154)
#8A808C
(138,128,140)
#7D747E
(125,116,126)
#706870
(112,104,112)
#635C62
(99,92,98)
#565054
(86,80,84)
#494446
(73,68,70)
#3C3838
(60,56,56)
#2F2C2A
(47,44,42)
#22201C
(34,32,28)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #978C9A

#978C9A
(151,140,154)
#A096A3
(160,150,163)
#A9A0AC
(169,160,172)
#B2AAB5
(178,170,181)
#BBB4BE
(187,180,190)
#C4BEC7
(196,190,199)
#CDC8D0
(205,200,208)
#D6D2D9
(214,210,217)
#DFDCE2
(223,220,226)
#E8E6EB
(232,230,235)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978C9A; }

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

This text font color is #978C9A.

Background Color

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

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

This div background color is #978C9A.

Border color

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

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

This div border color is #978C9A.

Opacity

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

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

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

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

This text has shadow with #978C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978C9A.

Preview

Color preview on black background

This text has color #978C9A on black background.


Color preview on white background

This text has color #978C9A on white background.


Black color preview on #978C9A background

This text has black color on #978C9A background.


White color preview on #978C9A background

This text has white color on #978C9A background.


Related colors

Complementary color

Complementary color for #hex is #687365.


I love getcolorcode.com

Triadic colors

1 #9A978C and #8C9A97 with #978C9A are triadic colors.

2 #9A8C97 and #8C979A with #978C9A are triadic colors.