COLOR #979995

HEX: #979995
RGB: (151,153,149)

Color info

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

RGB color model

#979995 color RGB value is (151,153,149).

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

RGB channels and saturation

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

151
153
149

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

Portions of RGB colors in percentages

R + G + B =
151 + 153 + 149 = 453 (100%)
R 151 of 453 ~ 33.33%
G 153 of 453 ~ 33.77%
B 149 of 453 ~ 32.89%

%33.33
%33.77
%32.89

CMYK color model

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

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

CMYK percentages

%1.31
%0
%2.61
%40

Codes

Color #979995 in popluar color models

979995
RGB151153149
HSL90°1.92%59.22%
HSB/HSV90°2.61%60.00%
CMYK1.31%0.00%2.61%
40.00%

Color #979995 in popluar number systems.

HEX979995
Decimal151153149
Binary100101111001100110010101
Octal227231225

Shades and tints

Shades of #979995

#979995
(151,153,149)
#8A8C88
(138,140,136)
#7D7F7B
(125,127,123)
#70726E
(112,114,110)
#636561
(99,101,97)
#565854
(86,88,84)
#494B47
(73,75,71)
#3C3E3A
(60,62,58)
#2F312D
(47,49,45)
#222420
(34,36,32)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #979995

#979995
(151,153,149)
#A0A29E
(160,162,158)
#A9ABA7
(169,171,167)
#B2B4B0
(178,180,176)
#BBBDB9
(187,189,185)
#C4C6C2
(196,198,194)
#CDCFCB
(205,207,203)
#D6D8D4
(214,216,212)
#DFE1DD
(223,225,221)
#E8EAE6
(232,234,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979995; }

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

This text font color is #979995.


Background Color

.myBgColor { background-color: #979995; }

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

This div background color is #979995.


Border color

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

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

This div border color is #979995.


Opacity

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

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

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

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

This text has shadow with #979995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979995 on black background.


Color preview on white background

This text has color #979995 on white background.



Black color preview on #979995 background

This text has black color on #979995 background.


White color preview on #979995 background

This text has white color on #979995 background.