COLOR #978496

HEX: #978496
RGB: (151,132,150)

Color info

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

RGB color model

#978496 color RGB value is (151,132,150).

  • red value is 151;
  • green value is 132;
  • blue value is 150.
RGB:
(151,132,150)
(59%,52%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 132 of 255 = 52%
B 150 of 255 = 59%

151
132
150

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

Portions of RGB colors in percentages

R + G + B =
151 + 132 + 150 = 433 (100%)
R 151 of 433 ~ 34.87%
G 132 of 433 ~ 30.48%
B 150 of 433 ~ 34.64%

%34.87
%30.48
%34.64

CMYK color model

#978496 color CMYK value is (0,13,1,41).

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 0.66%
  • key color value is 40.78%
CMYK:
(0,13,1,41)
C0M13Y1K41 
(0%,13%,1%,41%)
(0.00/0.13/0.01/0.41)	

CMYK percentages

%0
%12.58
%0.66
%40.78

Codes

Color #978496 in popluar color models

978496
RGB151132150
HSL303°8.37%55.49%
HSB/HSV303°12.58%59.22%
CMYK0.00%12.58%0.66%
40.78%

Color #978496 in popluar number systems.

HEX978496
Decimal151132150
Binary100101111000010010010110
Octal227204226

Shades and tints

Shades of #978496

#978496
(151,132,150)
#8A7889
(138,120,137)
#7D6C7C
(125,108,124)
#70606F
(112,96,111)
#635462
(99,84,98)
#564855
(86,72,85)
#493C48
(73,60,72)
#3C303B
(60,48,59)
#2F242E
(47,36,46)
#221821
(34,24,33)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #978496

#978496
(151,132,150)
#A08F9F
(160,143,159)
#A99AA8
(169,154,168)
#B2A5B1
(178,165,177)
#BBB0BA
(187,176,186)
#C4BBC3
(196,187,195)
#CDC6CC
(205,198,204)
#D6D1D5
(214,209,213)
#DFDCDE
(223,220,222)
#E8E7E7
(232,231,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978496; }

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

This text font color is #978496.


Background Color

.myBgColor { background-color: #978496; }

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

This div background color is #978496.


Border color

.myBorderColor { border: 1px solid #978496; }

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

This div border color is #978496.


Opacity

.myOpacity80 { color: #978496; opacity: 0.8; }

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

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

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

This text has shadow with #978496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978496 on black background.


Color preview on white background

This text has color #978496 on white background.



Black color preview on #978496 background

This text has black color on #978496 background.


White color preview on #978496 background

This text has white color on #978496 background.