COLOR #979999

HEX: #979999
RGB: (151,153,153)

Color info

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

RGB color model

#979999 color RGB value is (151,153,153).

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

RGB channels and saturation

R 151 of 255 = 59%
G 153 of 255 = 60%
B 153 of 255 = 60%

151
153
153

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

Portions of RGB colors in percentages

R + G + B =
151 + 153 + 153 = 457 (100%)
R 151 of 457 ~ 33.04%
G 153 of 457 ~ 33.48%
B 153 of 457 ~ 33.48%

%33.04
%33.48
%33.48

CMYK color model

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

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,0,0,40)
C1M0Y0K40 
(1%,0%,0%,40%)
(0.01/0.00/0.00/0.40)	

CMYK percentages

%1.31
%0
%0
%40

Codes

Color #979999 in popluar color models

979999
RGB151153153
HSL180°0.97%59.61%
HSB/HSV180°1.31%60.00%
CMYK1.31%0.00%0.00%
40.00%

Color #979999 in popluar number systems.

HEX979999
Decimal151153153
Binary100101111001100110011001
Octal227231231

Shades and tints

Shades of #979999

#979999
(151,153,153)
#8A8C8C
(138,140,140)
#7D7F7F
(125,127,127)
#707272
(112,114,114)
#636565
(99,101,101)
#565858
(86,88,88)
#494B4B
(73,75,75)
#3C3E3E
(60,62,62)
#2F3131
(47,49,49)
#222424
(34,36,36)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #979999

#979999
(151,153,153)
#A0A2A2
(160,162,162)
#A9ABAB
(169,171,171)
#B2B4B4
(178,180,180)
#BBBDBD
(187,189,189)
#C4C6C6
(196,198,198)
#CDCFCF
(205,207,207)
#D6D8D8
(214,216,216)
#DFE1E1
(223,225,225)
#E8EAEA
(232,234,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979999; }

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

This text font color is #979999.


Background Color

.myBgColor { background-color: #979999; }

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

This div background color is #979999.


Border color

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

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

This div border color is #979999.


Opacity

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

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

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

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

This text has shadow with #979999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979999 on black background.


Color preview on white background

This text has color #979999 on white background.



Black color preview on #979999 background

This text has black color on #979999 background.


White color preview on #979999 background

This text has white color on #979999 background.