COLOR #979598

HEX: #979598
RGB: (151,149,152)

Color info

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

RGB color model

#979598 color RGB value is (151,149,152).

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

RGB channels and saturation

R 151 of 255 = 59%
G 149 of 255 = 58%
B 152 of 255 = 60%

151
149
152

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

Portions of RGB colors in percentages

R + G + B =
151 + 149 + 152 = 452 (100%)
R 151 of 452 ~ 33.41%
G 149 of 452 ~ 32.96%
B 152 of 452 ~ 33.63%

%33.41
%32.96
%33.63

CMYK color model

#979598 color CMYK value is (1,2,0,40).

  • cyan value is 0.66%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(1,2,0,40)
C1M2Y0K40 
(1%,2%,0%,40%)
(0.01/0.02/0.00/0.40)	

CMYK percentages

%0.66
%1.97
%0
%40.39

Codes

Color #979598 in popluar color models

979598
RGB151149152
HSL280°1.44%59.02%
HSB/HSV280°1.97%59.61%
CMYK0.66%1.97%0.00%
40.39%

Color #979598 in popluar number systems.

HEX979598
Decimal151149152
Binary100101111001010110011000
Octal227225230

Shades and tints

Shades of #979598

#979598
(151,149,152)
#8A888B
(138,136,139)
#7D7B7E
(125,123,126)
#706E71
(112,110,113)
#636164
(99,97,100)
#565457
(86,84,87)
#49474A
(73,71,74)
#3C3A3D
(60,58,61)
#2F2D30
(47,45,48)
#222023
(34,32,35)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #979598

#979598
(151,149,152)
#A09EA1
(160,158,161)
#A9A7AA
(169,167,170)
#B2B0B3
(178,176,179)
#BBB9BC
(187,185,188)
#C4C2C5
(196,194,197)
#CDCBCE
(205,203,206)
#D6D4D7
(214,212,215)
#DFDDE0
(223,221,224)
#E8E6E9
(232,230,233)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979598; }

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

This text font color is #979598.


Background Color

.myBgColor { background-color: #979598; }

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

This div background color is #979598.


Border color

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

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

This div border color is #979598.


Opacity

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

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

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

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

This text has shadow with #979598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979598 on black background.


Color preview on white background

This text has color #979598 on white background.



Black color preview on #979598 background

This text has black color on #979598 background.


White color preview on #979598 background

This text has white color on #979598 background.