COLOR #97A5AF

HEX: #97A5AF
RGB: (151,165,175)

Color info

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

RGB color model

#97A5AF color RGB value is (151,165,175).

  • red value is 151;
  • green value is 165;
  • blue value is 175.
RGB:
(151,165,175)
(59%,65%,69%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 175 of 255 = 69%

151
165
175

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

Portions of RGB colors in percentages

R + G + B =
151 + 165 + 175 = 491 (100%)
R 151 of 491 ~ 30.75%
G 165 of 491 ~ 33.6%
B 175 of 491 ~ 35.64%

%30.75
%33.6
%35.64

CMYK color model

#97A5AF color CMYK value is (14,6,0,31).

  • cyan value is 13.71%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,6,0,31)
C14M6Y0K31 
(14%,6%,0%,31%)
(0.14/0.06/0.00/0.31)	

CMYK percentages

%13.71
%5.71
%0
%31.37

Codes

Color #97A5AF in popluar color models

97A5AF
RGB151165175
HSL205°13.04%63.92%
HSB/HSV205°13.71%68.63%
CMYK13.71%5.71%0.00%
31.37%

Color #97A5AF in popluar number systems.

HEX97A5AF
Decimal151165175
Binary100101111010010110101111
Octal227245257

Shades and tints

Shades of #97A5AF

#97A5AF
(151,165,175)
#8A96A0
(138,150,160)
#7D8791
(125,135,145)
#707882
(112,120,130)
#636973
(99,105,115)
#565A64
(86,90,100)
#494B55
(73,75,85)
#3C3C46
(60,60,70)
#2F2D37
(47,45,55)
#221E28
(34,30,40)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #97A5AF

#97A5AF
(151,165,175)
#A0ADB6
(160,173,182)
#A9B5BD
(169,181,189)
#B2BDC4
(178,189,196)
#BBC5CB
(187,197,203)
#C4CDD2
(196,205,210)
#CDD5D9
(205,213,217)
#D6DDE0
(214,221,224)
#DFE5E7
(223,229,231)
#E8EDEE
(232,237,238)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A5AF color. Also use rgb(151,165,175) instead hex code.

Text Font Color

.myTextColor { color: #97A5AF; }

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

This text font color is #97A5AF.


Background Color

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

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

This div background color is #97A5AF.


Border color

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

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

This div border color is #97A5AF.


Opacity

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

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

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

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

This text has shadow with #97A5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A5AF on black background.


Color preview on white background

This text has color #97A5AF on white background.



Black color preview on #97A5AF background

This text has black color on #97A5AF background.


White color preview on #97A5AF background

This text has white color on #97A5AF background.