COLOR #978D9A

HEX: #978D9A RGB: (151,141,154)

Color info

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

RGB color model

#978D9A color RGB value is (151,141,154).

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

RGB channels and saturation

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

151
141
154

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

Portions of RGB colors in percentages

R + G + B = 151 + 141 + 154 = 446 (100%)
R 151 of 446 ~ 33.86%
G 141 of 446 ~ 31.61%
B 154 of 446 ~ 34.53'%

%33.86
%31.61
%34.53

CMYK color model

#978D9A color CMYK value is (2,8,0,40).

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

CMYK: (2,8,0,40)
C2M8Y0K40 (2%, 8%, 0%, 40%)
(0.02 / 0.08 / 0.00 / 0.40)

CMYK percentages

%1.95
%8.44
%0
%39.61

Codes

Color #978D9A in popluar color models

97 8D 9A
RGB 151 141 154
HSL 286° 6.05% 57.84%
HSB/HSV 286° 8.44% 60.39%
CMYK 1.95% 8.44% 0.00%
39.61%

Color #978D9A in popluar number systems.

HEX 97 8D 9A
Decimal 151 141 154
Binary 10010111 10001101 10011010
Octal 227 215 232

Shades and tints

Shades of #978D9A

#978D9A
(151,141,154)
#8A818C
(138,129,140)
#7D757E
(125,117,126)
#706970
(112,105,112)
#635D62
(99,93,98)
#565154
(86,81,84)
#494546
(73,69,70)
#3C3938
(60,57,56)
#2F2D2A
(47,45,42)
#22211C
(34,33,28)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #978D9A

#978D9A
(151,141,154)
#A097A3
(160,151,163)
#A9A1AC
(169,161,172)
#B2ABB5
(178,171,181)
#BBB5BE
(187,181,190)
#C4BFC7
(196,191,199)
#CDC9D0
(205,201,208)
#D6D3D9
(214,211,217)
#DFDDE2
(223,221,226)
#E8E7EB
(232,231,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978D9A; }

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

This text font color is #978D9A.

Background Color

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

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

This div background color is #978D9A.

Border color

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

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

This div border color is #978D9A.

Opacity

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

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

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

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

This text has shadow with #978D9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978D9A.

Preview

Color preview on black background

This text has color #978D9A on black background.


Color preview on white background

This text has color #978D9A on white background.


Black color preview on #978D9A background

This text has black color on #978D9A background.


White color preview on #978D9A background

This text has white color on #978D9A background.


Related colors

Complementary color

Complementary color for #hex is #687265.


I love getcolorcode.com

Triadic colors

1 #9A978D and #8D9A97 with #978D9A are triadic colors.

2 #9A8D97 and #8D979A with #978D9A are triadic colors.