COLOR #9F97AB

HEX: #9F97AB RGB: (159,151,171)

Color info

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

RGB color model

#9F97AB color RGB value is (159,151,171).

RGB: (159,151,171) (62%, 59%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 151 of 255 = 59%
B 171 of 255 = 67%

159
151
171

R + G + B ~ 63%. #9F97AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 151 + 171 = 481 (100%)
R 159 of 481 ~ 33.06%
G 151 of 481 ~ 31.39%
B 171 of 481 ~ 35.55'%

%33.06
%31.39
%35.55

CMYK color model

#9F97AB color CMYK value is (7,12,0,33).

  • cyan value is 7.02%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (7,12,0,33)
C7M12Y0K33 (7%, 12%, 0%, 33%)
(0.07 / 0.12 / 0.00 / 0.33)

CMYK percentages

%7.02
%11.7
%0
%32.94

Codes

Color #9F97AB in popluar color models

9F 97 AB
RGB 159 151 171
HSL 264° 10.64% 63.14%
HSB/HSV 264° 11.70% 67.06%
CMYK 7.02% 11.70% 0.00%
32.94%

Color #9F97AB in popluar number systems.

HEX 9F 97 AB
Decimal 159 151 171
Binary 10011111 10010111 10101011
Octal 237 227 253

Shades and tints

Shades of #9F97AB

#9F97AB
(159,151,171)
#918A9C
(145,138,156)
#837D8D
(131,125,141)
#75707E
(117,112,126)
#67636F
(103,99,111)
#595660
(89,86,96)
#4B4951
(75,73,81)
#3D3C42
(61,60,66)
#2F2F33
(47,47,51)
#212224
(33,34,36)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #9F97AB

#9F97AB
(159,151,171)
#A7A0B2
(167,160,178)
#AFA9B9
(175,169,185)
#B7B2C0
(183,178,192)
#BFBBC7
(191,187,199)
#C7C4CE
(199,196,206)
#CFCDD5
(207,205,213)
#D7D6DC
(215,214,220)
#DFDFE3
(223,223,227)
#E7E8EA
(231,232,234)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F97AB; }

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

This text font color is #9F97AB.

Background Color

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

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

This div background color is #9F97AB.

Border color

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

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

This div border color is #9F97AB.

Opacity

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

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

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

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

This text has shadow with #9F97AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F97AB.

Preview

Color preview on black background

This text has color #9F97AB on black background.


Color preview on white background

This text has color #9F97AB on white background.


Black color preview on #9F97AB background

This text has black color on #9F97AB background.


White color preview on #9F97AB background

This text has white color on #9F97AB background.


Related colors

Complementary color

Complementary color for #hex is #606854.


I love getcolorcode.com

Triadic colors

1 #AB9F97 and #97AB9F with #9F97AB are triadic colors.

2 #AB979F and #979FAB with #9F97AB are triadic colors.