COLOR #9B97AB

HEX: #9B97AB
RGB: (155,151,171)

Color info

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

RGB color model

#9B97AB color RGB value is (155,151,171).

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

RGB channels and saturation

R 155 of 255 = 61%
G 151 of 255 = 59%
B 171 of 255 = 67%

155
151
171

R + G + B ~ 62%. #9B97AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 151 + 171 = 477 (100%)
R 155 of 477 ~ 32.49%
G 151 of 477 ~ 31.66%
B 171 of 477 ~ 35.85%

%32.49
%31.66
%35.85

CMYK color model

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

  • cyan value is 9.36%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(9,12,0,33)
C9M12Y0K33 
(9%,12%,0%,33%)
(0.09/0.12/0.00/0.33)	

CMYK percentages

%9.36
%11.7
%0
%32.94

Codes

Color #9B97AB in popluar color models

9B97AB
RGB155151171
HSL252°10.64%63.14%
HSB/HSV252°11.70%67.06%
CMYK9.36%11.70%0.00%
32.94%

Color #9B97AB in popluar number systems.

HEX9B97AB
Decimal155151171
Binary100110111001011110101011
Octal233227253

Shades and tints

Shades of #9B97AB

#9B97AB
(155,151,171)
#8D8A9C
(141,138,156)
#7F7D8D
(127,125,141)
#71707E
(113,112,126)
#63636F
(99,99,111)
#555660
(85,86,96)
#474951
(71,73,81)
#393C42
(57,60,66)
#2B2F33
(43,47,51)
#1D2224
(29,34,36)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #9B97AB

#9B97AB
(155,151,171)
#A4A0B2
(164,160,178)
#ADA9B9
(173,169,185)
#B6B2C0
(182,178,192)
#BFBBC7
(191,187,199)
#C8C4CE
(200,196,206)
#D1CDD5
(209,205,213)
#DAD6DC
(218,214,220)
#E3DFE3
(227,223,227)
#ECE8EA
(236,232,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B97AB; }

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

This text font color is #9B97AB.


Background Color

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

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

This div background color is #9B97AB.


Border color

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

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

This div border color is #9B97AB.


Opacity

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

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

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

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

This text has shadow with #9B97AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B97AB on black background.


Color preview on white background

This text has color #9B97AB on white background.



Black color preview on #9B97AB background

This text has black color on #9B97AB background.


White color preview on #9B97AB background

This text has white color on #9B97AB background.