COLOR #979993

HEX: #979993
RGB: (151,153,147)

Color info

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

RGB color model

#979993 color RGB value is (151,153,147).

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

RGB channels and saturation

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

151
153
147

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

Portions of RGB colors in percentages

R + G + B =
151 + 153 + 147 = 451 (100%)
R 151 of 451 ~ 33.48%
G 153 of 451 ~ 33.92%
B 147 of 451 ~ 32.59%

%33.48
%33.92
%32.59

CMYK color model

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

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

CMYK percentages

%1.31
%0
%3.92
%40

Codes

Color #979993 in popluar color models

979993
RGB151153147
HSL80°2.86%58.82%
HSB/HSV80°3.92%60.00%
CMYK1.31%0.00%3.92%
40.00%

Color #979993 in popluar number systems.

HEX979993
Decimal151153147
Binary100101111001100110010011
Octal227231223

Shades and tints

Shades of #979993

#979993
(151,153,147)
#8A8C86
(138,140,134)
#7D7F79
(125,127,121)
#70726C
(112,114,108)
#63655F
(99,101,95)
#565852
(86,88,82)
#494B45
(73,75,69)
#3C3E38
(60,62,56)
#2F312B
(47,49,43)
#22241E
(34,36,30)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #979993

#979993
(151,153,147)
#A0A29C
(160,162,156)
#A9ABA5
(169,171,165)
#B2B4AE
(178,180,174)
#BBBDB7
(187,189,183)
#C4C6C0
(196,198,192)
#CDCFC9
(205,207,201)
#D6D8D2
(214,216,210)
#DFE1DB
(223,225,219)
#E8EAE4
(232,234,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979993; }

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

This text font color is #979993.


Background Color

.myBgColor { background-color: #979993; }

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

This div background color is #979993.


Border color

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

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

This div border color is #979993.


Opacity

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

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

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

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

This text has shadow with #979993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979993 on black background.


Color preview on white background

This text has color #979993 on white background.



Black color preview on #979993 background

This text has black color on #979993 background.


White color preview on #979993 background

This text has white color on #979993 background.