COLOR #9F97A1

HEX: #9F97A1
RGB: (159,151,161)

Color info

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

RGB color model

#9F97A1 color RGB value is (159,151,161).

  • red value is 159;
  • green value is 151;
  • blue value is 161.
RGB:
(159,151,161)
(62%,59%,63%)

RGB channels and saturation

R 159 of 255 = 62%
G 151 of 255 = 59%
B 161 of 255 = 63%

159
151
161

R + G + B ~ 61%. #9F97A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 151 + 161 = 471 (100%)
R 159 of 471 ~ 33.76%
G 151 of 471 ~ 32.06%
B 161 of 471 ~ 34.18%

%33.76
%32.06
%34.18

CMYK color model

#9F97A1 color CMYK value is (1,6,0,37).

  • cyan value is 1.24%
  • magenta value is 6.21%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(1,6,0,37)
C1M6Y0K37 
(1%,6%,0%,37%)
(0.01/0.06/0.00/0.37)	

CMYK percentages

%1.24
%6.21
%0
%36.86

Codes

Color #9F97A1 in popluar color models

9F97A1
RGB159151161
HSL288°5.05%61.18%
HSB/HSV288°6.21%63.14%
CMYK1.24%6.21%0.00%
36.86%

Color #9F97A1 in popluar number systems.

HEX9F97A1
Decimal159151161
Binary100111111001011110100001
Octal237227241

Shades and tints

Shades of #9F97A1

#9F97A1
(159,151,161)
#918A93
(145,138,147)
#837D85
(131,125,133)
#757077
(117,112,119)
#676369
(103,99,105)
#59565B
(89,86,91)
#4B494D
(75,73,77)
#3D3C3F
(61,60,63)
#2F2F31
(47,47,49)
#212223
(33,34,35)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #9F97A1

#9F97A1
(159,151,161)
#A7A0A9
(167,160,169)
#AFA9B1
(175,169,177)
#B7B2B9
(183,178,185)
#BFBBC1
(191,187,193)
#C7C4C9
(199,196,201)
#CFCDD1
(207,205,209)
#D7D6D9
(215,214,217)
#DFDFE1
(223,223,225)
#E7E8E9
(231,232,233)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F97A1 color. Also use rgb(159,151,161) instead hex code.

Text Font Color

.myTextColor { color: #9F97A1; }

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

This text font color is #9F97A1.


Background Color

.myBgColor { background-color: #9F97A1; }

<div style="background-color:#9F97A1">Inner text</div>

This div background color is #9F97A1.


Border color

.myBorderColor { border: 1px solid #9F97A1; }

<div style="border:3px solid #9F97A1">Div</div>

This div border color is #9F97A1.


Opacity

.myOpacity80 { color: #9F97A1; opacity: 0.8; }

<p style="color:#9F97A1;opacity:0.8;">80%</p>

Text with #9F97A1 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 #9F97A1;}

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

This text has shadow with #9F97A1 color.

.textShadow {text-shadow: 3px 3px 1px #9F97A1, 3px 3px 1px red;}

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

This text has shadow with #9F97A1 primary color and red secondary color.


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

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

This text has shadow with #9F97A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F97A1 on black background.


Color preview on white background

This text has color #9F97A1 on white background.



Black color preview on #9F97A1 background

This text has black color on #9F97A1 background.


White color preview on #9F97A1 background

This text has white color on #9F97A1 background.