COLOR #97959A

HEX: #97959A RGB: (151,149,154)

Color info

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

RGB color model

#97959A color RGB value is (151,149,154).

RGB: (151,149,154) (59%, 58%, 60%)

RGB channels and saturation

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

151
149
154

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

Portions of RGB colors in percentages

R + G + B = 151 + 149 + 154 = 454 (100%)
R 151 of 454 ~ 33.26%
G 149 of 454 ~ 32.82%
B 154 of 454 ~ 33.92'%

%33.26
%32.82
%33.92

CMYK color model

#97959A color CMYK value is (2,3,0,40).

  • cyan value is 1.95%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (2,3,0,40)
C2M3Y0K40 (2%, 3%, 0%, 40%)
(0.02 / 0.03 / 0.00 / 0.40)

CMYK percentages

%1.95
%3.25
%0
%39.61

Codes

Color #97959A in popluar color models

97 95 9A
RGB 151 149 154
HSL 264° 2.42% 59.41%
HSB/HSV 264° 3.25% 60.39%
CMYK 1.95% 3.25% 0.00%
39.61%

Color #97959A in popluar number systems.

HEX 97 95 9A
Decimal 151 149 154
Binary 10010111 10010101 10011010
Octal 227 225 232

Shades and tints

Shades of #97959A

#97959A
(151,149,154)
#8A888C
(138,136,140)
#7D7B7E
(125,123,126)
#706E70
(112,110,112)
#636162
(99,97,98)
#565454
(86,84,84)
#494746
(73,71,70)
#3C3A38
(60,58,56)
#2F2D2A
(47,45,42)
#22201C
(34,32,28)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #97959A

#97959A
(151,149,154)
#A09EA3
(160,158,163)
#A9A7AC
(169,167,172)
#B2B0B5
(178,176,181)
#BBB9BE
(187,185,190)
#C4C2C7
(196,194,199)
#CDCBD0
(205,203,208)
#D6D4D9
(214,212,217)
#DFDDE2
(223,221,226)
#E8E6EB
(232,230,235)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97959A; }

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

This text font color is #97959A.

Background Color

.myBgColor { background-color: #97959A; }

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

This div background color is #97959A.

Border color

.myBorderColor { border: 1px solid #97959A; }

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

This div border color is #97959A.

Opacity

.myOpacity80 { color: #97959A; opacity: 0.8; }

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

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

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

This text has shadow with #97959A color.


.textShadow {text-shadow: 3px 3px 1px #97959A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #97959A; -webkit-box-shadow: 1px 1px 3px 2px #97959A; box-shadow:1px 1px 3px 2px #97959A;">
Div content here
</div>

This div box has shadow with color #97959A.

Preview

Color preview on black background

This text has color #97959A on black background.


Color preview on white background

This text has color #97959A on white background.


Black color preview on #97959A background

This text has black color on #97959A background.


White color preview on #97959A background

This text has white color on #97959A background.


Related colors

Complementary color

Complementary color for #hex is #686A65.


I love getcolorcode.com

Triadic colors

1 #9A9795 and #959A97 with #97959A are triadic colors.

2 #9A9597 and #95979A with #97959A are triadic colors.