COLOR #97949C

HEX: #97949C
RGB: (151,148,156)

Color info

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

RGB color model

#97949C color RGB value is (151,148,156).

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

RGB channels and saturation

R 151 of 255 = 59%
G 148 of 255 = 58%
B 156 of 255 = 61%

151
148
156

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

Portions of RGB colors in percentages

R + G + B =
151 + 148 + 156 = 455 (100%)
R 151 of 455 ~ 33.19%
G 148 of 455 ~ 32.53%
B 156 of 455 ~ 34.29%

%33.19
%32.53
%34.29

CMYK color model

#97949C color CMYK value is (3,5,0,39).

  • cyan value is 3.21%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(3,5,0,39)
C3M5Y0K39 
(3%,5%,0%,39%)
(0.03/0.05/0.00/0.39)	

CMYK percentages

%3.21
%5.13
%0
%38.82

Codes

Color #97949C in popluar color models

97949C
RGB151148156
HSL263°3.88%59.61%
HSB/HSV263°5.13%61.18%
CMYK3.21%5.13%0.00%
38.82%

Color #97949C in popluar number systems.

HEX97949C
Decimal151148156
Binary100101111001010010011100
Octal227224234

Shades and tints

Shades of #97949C

#97949C
(151,148,156)
#8A878E
(138,135,142)
#7D7A80
(125,122,128)
#706D72
(112,109,114)
#636064
(99,96,100)
#565356
(86,83,86)
#494648
(73,70,72)
#3C393A
(60,57,58)
#2F2C2C
(47,44,44)
#221F1E
(34,31,30)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #97949C

#97949C
(151,148,156)
#A09DA5
(160,157,165)
#A9A6AE
(169,166,174)
#B2AFB7
(178,175,183)
#BBB8C0
(187,184,192)
#C4C1C9
(196,193,201)
#CDCAD2
(205,202,210)
#D6D3DB
(214,211,219)
#DFDCE4
(223,220,228)
#E8E5ED
(232,229,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97949C; }

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

This text font color is #97949C.


Background Color

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

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

This div background color is #97949C.


Border color

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

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

This div border color is #97949C.


Opacity

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

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

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

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

This text has shadow with #97949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97949C on black background.


Color preview on white background

This text has color #97949C on white background.



Black color preview on #97949C background

This text has black color on #97949C background.


White color preview on #97949C background

This text has white color on #97949C background.