COLOR #97999C

HEX: #97999C
RGB: (151,153,156)

Color info

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

RGB color model

#97999C color RGB value is (151,153,156).

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

RGB channels and saturation

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

151
153
156

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

Portions of RGB colors in percentages

R + G + B =
151 + 153 + 156 = 460 (100%)
R 151 of 460 ~ 32.83%
G 153 of 460 ~ 33.26%
B 156 of 460 ~ 33.91%

%32.83
%33.26
%33.91

CMYK color model

#97999C color CMYK value is (3,2,0,39).

  • cyan value is 3.21%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(3,2,0,39)
C3M2Y0K39 
(3%,2%,0%,39%)
(0.03/0.02/0.00/0.39)	

CMYK percentages

%3.21
%1.92
%0
%38.82

Codes

Color #97999C in popluar color models

97999C
RGB151153156
HSL216°2.46%60.20%
HSB/HSV216°3.21%61.18%
CMYK3.21%1.92%0.00%
38.82%

Color #97999C in popluar number systems.

HEX97999C
Decimal151153156
Binary100101111001100110011100
Octal227231234

Shades and tints

Shades of #97999C

#97999C
(151,153,156)
#8A8C8E
(138,140,142)
#7D7F80
(125,127,128)
#707272
(112,114,114)
#636564
(99,101,100)
#565856
(86,88,86)
#494B48
(73,75,72)
#3C3E3A
(60,62,58)
#2F312C
(47,49,44)
#22241E
(34,36,30)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #97999C

#97999C
(151,153,156)
#A0A2A5
(160,162,165)
#A9ABAE
(169,171,174)
#B2B4B7
(178,180,183)
#BBBDC0
(187,189,192)
#C4C6C9
(196,198,201)
#CDCFD2
(205,207,210)
#D6D8DB
(214,216,219)
#DFE1E4
(223,225,228)
#E8EAED
(232,234,237)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97999C; }

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

This text font color is #97999C.


Background Color

.myBgColor { background-color: #97999C; }

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

This div background color is #97999C.


Border color

.myBorderColor { border: 1px solid #97999C; }

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

This div border color is #97999C.


Opacity

.myOpacity80 { color: #97999C; opacity: 0.8; }

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

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

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

This text has shadow with #97999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97999C on black background.


Color preview on white background

This text has color #97999C on white background.



Black color preview on #97999C background

This text has black color on #97999C background.


White color preview on #97999C background

This text has white color on #97999C background.