COLOR #9B8FAB

HEX: #9B8FAB
RGB: (155,143,171)

Color info

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

RGB color model

#9B8FAB color RGB value is (155,143,171).

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

RGB channels and saturation

R 155 of 255 = 61%
G 143 of 255 = 56%
B 171 of 255 = 67%

155
143
171

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

Portions of RGB colors in percentages

R + G + B =
155 + 143 + 171 = 469 (100%)
R 155 of 469 ~ 33.05%
G 143 of 469 ~ 30.49%
B 171 of 469 ~ 36.46%

%33.05
%30.49
%36.46

CMYK color model

#9B8FAB color CMYK value is (9,16,0,33).

  • cyan value is 9.36%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(9,16,0,33)
C9M16Y0K33 
(9%,16%,0%,33%)
(0.09/0.16/0.00/0.33)	

CMYK percentages

%9.36
%16.37
%0
%32.94

Codes

Color #9B8FAB in popluar color models

9B8FAB
RGB155143171
HSL266°14.29%61.57%
HSB/HSV266°16.37%67.06%
CMYK9.36%16.37%0.00%
32.94%

Color #9B8FAB in popluar number systems.

HEX9B8FAB
Decimal155143171
Binary100110111000111110101011
Octal233217253

Shades and tints

Shades of #9B8FAB

#9B8FAB
(155,143,171)
#8D829C
(141,130,156)
#7F758D
(127,117,141)
#71687E
(113,104,126)
#635B6F
(99,91,111)
#554E60
(85,78,96)
#474151
(71,65,81)
#393442
(57,52,66)
#2B2733
(43,39,51)
#1D1A24
(29,26,36)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #9B8FAB

#9B8FAB
(155,143,171)
#A499B2
(164,153,178)
#ADA3B9
(173,163,185)
#B6ADC0
(182,173,192)
#BFB7C7
(191,183,199)
#C8C1CE
(200,193,206)
#D1CBD5
(209,203,213)
#DAD5DC
(218,213,220)
#E3DFE3
(227,223,227)
#ECE9EA
(236,233,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8FAB; }

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

This text font color is #9B8FAB.


Background Color

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

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

This div background color is #9B8FAB.


Border color

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

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

This div border color is #9B8FAB.


Opacity

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

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

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

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

This text has shadow with #9B8FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8FAB on black background.


Color preview on white background

This text has color #9B8FAB on white background.



Black color preview on #9B8FAB background

This text has black color on #9B8FAB background.


White color preview on #9B8FAB background

This text has white color on #9B8FAB background.