COLOR #978D96

HEX: #978D96 RGB: (151,141,150)

Color info

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

RGB color model

#978D96 color RGB value is (151,141,150).

RGB: (151,141,150) (59%, 55%, 59%)

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 150 of 255 = 59%

151
141
150

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

Portions of RGB colors in percentages

R + G + B = 151 + 141 + 150 = 442 (100%)
R 151 of 442 ~ 34.16%
G 141 of 442 ~ 31.9%
B 150 of 442 ~ 33.94'%

%34.16
%31.9
%33.94

CMYK color model

#978D96 color CMYK value is (0,7,1,41).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 0.66%
  • key color value is 40.78%

CMYK: (0,7,1,41)
C0M7Y1K41 (0%, 7%, 1%, 41%)
(0.00 / 0.07 / 0.01 / 0.41)

CMYK percentages

%0
%6.62
%0.66
%40.78

Codes

Color #978D96 in popluar color models

97 8D 96
RGB 151 141 150
HSL 306° 4.59% 57.25%
HSB/HSV 306° 6.62% 59.22%
CMYK 0.00% 6.62% 0.66%
40.78%

Color #978D96 in popluar number systems.

HEX 97 8D 96
Decimal 151 141 150
Binary 10010111 10001101 10010110
Octal 227 215 226

Shades and tints

Shades of #978D96

#978D96
(151,141,150)
#8A8189
(138,129,137)
#7D757C
(125,117,124)
#70696F
(112,105,111)
#635D62
(99,93,98)
#565155
(86,81,85)
#494548
(73,69,72)
#3C393B
(60,57,59)
#2F2D2E
(47,45,46)
#222121
(34,33,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #978D96

#978D96
(151,141,150)
#A0979F
(160,151,159)
#A9A1A8
(169,161,168)
#B2ABB1
(178,171,177)
#BBB5BA
(187,181,186)
#C4BFC3
(196,191,195)
#CDC9CC
(205,201,204)
#D6D3D5
(214,211,213)
#DFDDDE
(223,221,222)
#E8E7E7
(232,231,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978D96; }

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

This text font color is #978D96.

Background Color

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

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

This div background color is #978D96.

Border color

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

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

This div border color is #978D96.

Opacity

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

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

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

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

This text has shadow with #978D96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978D96.

Preview

Color preview on black background

This text has color #978D96 on black background.


Color preview on white background

This text has color #978D96 on white background.


Black color preview on #978D96 background

This text has black color on #978D96 background.


White color preview on #978D96 background

This text has white color on #978D96 background.


Related colors

Complementary color

Complementary color for #hex is #687269.


I love getcolorcode.com

Triadic colors

1 #96978D and #8D9697 with #978D96 are triadic colors.

2 #968D97 and #8D9796 with #978D96 are triadic colors.