COLOR #9B8BAB

HEX: #9B8BAB
RGB: (155,139,171)

Color info

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

RGB color model

#9B8BAB color RGB value is (155,139,171).

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

RGB channels and saturation

R 155 of 255 = 61%
G 139 of 255 = 55%
B 171 of 255 = 67%

155
139
171

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

Portions of RGB colors in percentages

R + G + B =
155 + 139 + 171 = 465 (100%)
R 155 of 465 ~ 33.33%
G 139 of 465 ~ 29.89%
B 171 of 465 ~ 36.77%

%33.33
%29.89
%36.77

CMYK color model

#9B8BAB color CMYK value is (9,19,0,33).

  • cyan value is 9.36%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(9,19,0,33)
C9M19Y0K33 
(9%,19%,0%,33%)
(0.09/0.19/0.00/0.33)	

CMYK percentages

%9.36
%18.71
%0
%32.94

Codes

Color #9B8BAB in popluar color models

9B8BAB
RGB155139171
HSL270°16.00%60.78%
HSB/HSV270°18.71%67.06%
CMYK9.36%18.71%0.00%
32.94%

Color #9B8BAB in popluar number systems.

HEX9B8BAB
Decimal155139171
Binary100110111000101110101011
Octal233213253

Shades and tints

Shades of #9B8BAB

#9B8BAB
(155,139,171)
#8D7F9C
(141,127,156)
#7F738D
(127,115,141)
#71677E
(113,103,126)
#635B6F
(99,91,111)
#554F60
(85,79,96)
#474351
(71,67,81)
#393742
(57,55,66)
#2B2B33
(43,43,51)
#1D1F24
(29,31,36)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #9B8BAB

#9B8BAB
(155,139,171)
#A495B2
(164,149,178)
#AD9FB9
(173,159,185)
#B6A9C0
(182,169,192)
#BFB3C7
(191,179,199)
#C8BDCE
(200,189,206)
#D1C7D5
(209,199,213)
#DAD1DC
(218,209,220)
#E3DBE3
(227,219,227)
#ECE5EA
(236,229,234)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8BAB; }

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

This text font color is #9B8BAB.


Background Color

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

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

This div background color is #9B8BAB.


Border color

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

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

This div border color is #9B8BAB.


Opacity

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

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

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

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

This text has shadow with #9B8BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8BAB on black background.


Color preview on white background

This text has color #9B8BAB on white background.



Black color preview on #9B8BAB background

This text has black color on #9B8BAB background.


White color preview on #9B8BAB background

This text has white color on #9B8BAB background.