COLOR #978B95

HEX: #978B95
RGB: (151,139,149)

Color info

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

RGB color model

#978B95 color RGB value is (151,139,149).

  • red value is 151;
  • green value is 139;
  • blue value is 149.
RGB:
(151,139,149)
(59%,55%,58%)

RGB channels and saturation

R 151 of 255 = 59%
G 139 of 255 = 55%
B 149 of 255 = 58%

151
139
149

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

Portions of RGB colors in percentages

R + G + B =
151 + 139 + 149 = 439 (100%)
R 151 of 439 ~ 34.4%
G 139 of 439 ~ 31.66%
B 149 of 439 ~ 33.94%

%34.4
%31.66
%33.94

CMYK color model

#978B95 color CMYK value is (0,8,1,41).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 1.32%
  • key color value is 40.78%
CMYK:
(0,8,1,41)
C0M8Y1K41 
(0%,8%,1%,41%)
(0.00/0.08/0.01/0.41)	

CMYK percentages

%0
%7.95
%1.32
%40.78

Codes

Color #978B95 in popluar color models

978B95
RGB151139149
HSL310°5.45%56.86%
HSB/HSV310°7.95%59.22%
CMYK0.00%7.95%1.32%
40.78%

Color #978B95 in popluar number systems.

HEX978B95
Decimal151139149
Binary100101111000101110010101
Octal227213225

Shades and tints

Shades of #978B95

#978B95
(151,139,149)
#8A7F88
(138,127,136)
#7D737B
(125,115,123)
#70676E
(112,103,110)
#635B61
(99,91,97)
#564F54
(86,79,84)
#494347
(73,67,71)
#3C373A
(60,55,58)
#2F2B2D
(47,43,45)
#221F20
(34,31,32)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #978B95

#978B95
(151,139,149)
#A0959E
(160,149,158)
#A99FA7
(169,159,167)
#B2A9B0
(178,169,176)
#BBB3B9
(187,179,185)
#C4BDC2
(196,189,194)
#CDC7CB
(205,199,203)
#D6D1D4
(214,209,212)
#DFDBDD
(223,219,221)
#E8E5E6
(232,229,230)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978B95 color. Also use rgb(151,139,149) instead hex code.

Text Font Color

.myTextColor { color: #978B95; }

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

This text font color is #978B95.


Background Color

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

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

This div background color is #978B95.


Border color

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

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

This div border color is #978B95.


Opacity

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

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

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

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

This text has shadow with #978B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978B95 on black background.


Color preview on white background

This text has color #978B95 on white background.



Black color preview on #978B95 background

This text has black color on #978B95 background.


White color preview on #978B95 background

This text has white color on #978B95 background.