COLOR #9B97A0

HEX: #9B97A0
RGB: (155,151,160)

Color info

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

RGB color model

#9B97A0 color RGB value is (155,151,160).

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

RGB channels and saturation

R 155 of 255 = 61%
G 151 of 255 = 59%
B 160 of 255 = 63%

155
151
160

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

Portions of RGB colors in percentages

R + G + B =
155 + 151 + 160 = 466 (100%)
R 155 of 466 ~ 33.26%
G 151 of 466 ~ 32.4%
B 160 of 466 ~ 34.33%

%33.26
%32.4
%34.33

CMYK color model

#9B97A0 color CMYK value is (3,6,0,37).

  • cyan value is 3.13%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(3,6,0,37)
C3M6Y0K37 
(3%,6%,0%,37%)
(0.03/0.06/0.00/0.37)	

CMYK percentages

%3.13
%5.63
%0
%37.25

Codes

Color #9B97A0 in popluar color models

9B97A0
RGB155151160
HSL267°4.52%60.98%
HSB/HSV267°5.63%62.75%
CMYK3.13%5.63%0.00%
37.25%

Color #9B97A0 in popluar number systems.

HEX9B97A0
Decimal155151160
Binary100110111001011110100000
Octal233227240

Shades and tints

Shades of #9B97A0

#9B97A0
(155,151,160)
#8D8A92
(141,138,146)
#7F7D84
(127,125,132)
#717076
(113,112,118)
#636368
(99,99,104)
#55565A
(85,86,90)
#47494C
(71,73,76)
#393C3E
(57,60,62)
#2B2F30
(43,47,48)
#1D2222
(29,34,34)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #9B97A0

#9B97A0
(155,151,160)
#A4A0A8
(164,160,168)
#ADA9B0
(173,169,176)
#B6B2B8
(182,178,184)
#BFBBC0
(191,187,192)
#C8C4C8
(200,196,200)
#D1CDD0
(209,205,208)
#DAD6D8
(218,214,216)
#E3DFE0
(227,223,224)
#ECE8E8
(236,232,232)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B97A0; }

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

This text font color is #9B97A0.


Background Color

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

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

This div background color is #9B97A0.


Border color

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

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

This div border color is #9B97A0.


Opacity

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

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

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

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

This text has shadow with #9B97A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B97A0 on black background.


Color preview on white background

This text has color #9B97A0 on white background.



Black color preview on #9B97A0 background

This text has black color on #9B97A0 background.


White color preview on #9B97A0 background

This text has white color on #9B97A0 background.