COLOR #978494

HEX: #978494
RGB: (151,132,148)

Color info

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

RGB color model

#978494 color RGB value is (151,132,148).

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

RGB channels and saturation

R 151 of 255 = 59%
G 132 of 255 = 52%
B 148 of 255 = 58%

151
132
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 132 + 148 = 431 (100%)
R 151 of 431 ~ 35.03%
G 132 of 431 ~ 30.63%
B 148 of 431 ~ 34.34%

%35.03
%30.63
%34.34

CMYK color model

#978494 color CMYK value is (0,13,2,41).

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 1.99%
  • key color value is 40.78%
CMYK:
(0,13,2,41)
C0M13Y2K41 
(0%,13%,2%,41%)
(0.00/0.13/0.02/0.41)	

CMYK percentages

%0
%12.58
%1.99
%40.78

Codes

Color #978494 in popluar color models

978494
RGB151132148
HSL309°8.37%55.49%
HSB/HSV309°12.58%59.22%
CMYK0.00%12.58%1.99%
40.78%

Color #978494 in popluar number systems.

HEX978494
Decimal151132148
Binary100101111000010010010100
Octal227204224

Shades and tints

Shades of #978494

#978494
(151,132,148)
#8A7887
(138,120,135)
#7D6C7A
(125,108,122)
#70606D
(112,96,109)
#635460
(99,84,96)
#564853
(86,72,83)
#493C46
(73,60,70)
#3C3039
(60,48,57)
#2F242C
(47,36,44)
#22181F
(34,24,31)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #978494

#978494
(151,132,148)
#A08F9D
(160,143,157)
#A99AA6
(169,154,166)
#B2A5AF
(178,165,175)
#BBB0B8
(187,176,184)
#C4BBC1
(196,187,193)
#CDC6CA
(205,198,202)
#D6D1D3
(214,209,211)
#DFDCDC
(223,220,220)
#E8E7E5
(232,231,229)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978494; }

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

This text font color is #978494.


Background Color

.myBgColor { background-color: #978494; }

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

This div background color is #978494.


Border color

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

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

This div border color is #978494.


Opacity

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

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

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

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

This text has shadow with #978494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978494 on black background.


Color preview on white background

This text has color #978494 on white background.



Black color preview on #978494 background

This text has black color on #978494 background.


White color preview on #978494 background

This text has white color on #978494 background.