COLOR #97A7AB

HEX: #97A7AB
RGB: (151,167,171)

Color info

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

RGB color model

#97A7AB color RGB value is (151,167,171).

  • red value is 151;
  • green value is 167;
  • blue value is 171.
RGB:
(151,167,171)
(59%,65%,67%)

RGB channels and saturation

R 151 of 255 = 59%
G 167 of 255 = 65%
B 171 of 255 = 67%

151
167
171

R + G + B ~ 64%. #97A7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 167 + 171 = 489 (100%)
R 151 of 489 ~ 30.88%
G 167 of 489 ~ 34.15%
B 171 of 489 ~ 34.97%

%30.88
%34.15
%34.97

CMYK color model

#97A7AB color CMYK value is (12,2,0,33).

  • cyan value is 11.70%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(12,2,0,33)
C12M2Y0K33 
(12%,2%,0%,33%)
(0.12/0.02/0.00/0.33)	

CMYK percentages

%11.7
%2.34
%0
%32.94

Codes

Color #97A7AB in popluar color models

97A7AB
RGB151167171
HSL192°10.64%63.14%
HSB/HSV192°11.70%67.06%
CMYK11.70%2.34%0.00%
32.94%

Color #97A7AB in popluar number systems.

HEX97A7AB
Decimal151167171
Binary100101111010011110101011
Octal227247253

Shades and tints

Shades of #97A7AB

#97A7AB
(151,167,171)
#8A989C
(138,152,156)
#7D898D
(125,137,141)
#707A7E
(112,122,126)
#636B6F
(99,107,111)
#565C60
(86,92,96)
#494D51
(73,77,81)
#3C3E42
(60,62,66)
#2F2F33
(47,47,51)
#222024
(34,32,36)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #97A7AB

#97A7AB
(151,167,171)
#A0AFB2
(160,175,178)
#A9B7B9
(169,183,185)
#B2BFC0
(178,191,192)
#BBC7C7
(187,199,199)
#C4CFCE
(196,207,206)
#CDD7D5
(205,215,213)
#D6DFDC
(214,223,220)
#DFE7E3
(223,231,227)
#E8EFEA
(232,239,234)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A7AB color. Also use rgb(151,167,171) instead hex code.

Text Font Color

.myTextColor { color: #97A7AB; }

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

This text font color is #97A7AB.


Background Color

.myBgColor { background-color: #97A7AB; }

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

This div background color is #97A7AB.


Border color

.myBorderColor { border: 1px solid #97A7AB; }

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

This div border color is #97A7AB.


Opacity

.myOpacity80 { color: #97A7AB; opacity: 0.8; }

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

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

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

This text has shadow with #97A7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A7AB on black background.


Color preview on white background

This text has color #97A7AB on white background.



Black color preview on #97A7AB background

This text has black color on #97A7AB background.


White color preview on #97A7AB background

This text has white color on #97A7AB background.