COLOR #9B8DAB

HEX: #9B8DAB
RGB: (155,141,171)

Color info

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

RGB color model

#9B8DAB color RGB value is (155,141,171).

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

RGB channels and saturation

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

155
141
171

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

Portions of RGB colors in percentages

R + G + B =
155 + 141 + 171 = 467 (100%)
R 155 of 467 ~ 33.19%
G 141 of 467 ~ 30.19%
B 171 of 467 ~ 36.62%

%33.19
%30.19
%36.62

CMYK color model

#9B8DAB color CMYK value is (9,18,0,33).

  • cyan value is 9.36%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(9,18,0,33)
C9M18Y0K33 
(9%,18%,0%,33%)
(0.09/0.18/0.00/0.33)	

CMYK percentages

%9.36
%17.54
%0
%32.94

Codes

Color #9B8DAB in popluar color models

9B8DAB
RGB155141171
HSL268°15.15%61.18%
HSB/HSV268°17.54%67.06%
CMYK9.36%17.54%0.00%
32.94%

Color #9B8DAB in popluar number systems.

HEX9B8DAB
Decimal155141171
Binary100110111000110110101011
Octal233215253

Shades and tints

Shades of #9B8DAB

#9B8DAB
(155,141,171)
#8D819C
(141,129,156)
#7F758D
(127,117,141)
#71697E
(113,105,126)
#635D6F
(99,93,111)
#555160
(85,81,96)
#474551
(71,69,81)
#393942
(57,57,66)
#2B2D33
(43,45,51)
#1D2124
(29,33,36)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #9B8DAB

#9B8DAB
(155,141,171)
#A497B2
(164,151,178)
#ADA1B9
(173,161,185)
#B6ABC0
(182,171,192)
#BFB5C7
(191,181,199)
#C8BFCE
(200,191,206)
#D1C9D5
(209,201,213)
#DAD3DC
(218,211,220)
#E3DDE3
(227,221,227)
#ECE7EA
(236,231,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8DAB; }

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

This text font color is #9B8DAB.


Background Color

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

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

This div background color is #9B8DAB.


Border color

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

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

This div border color is #9B8DAB.


Opacity

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

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

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

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

This text has shadow with #9B8DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8DAB on black background.


Color preview on white background

This text has color #9B8DAB on white background.



Black color preview on #9B8DAB background

This text has black color on #9B8DAB background.


White color preview on #9B8DAB background

This text has white color on #9B8DAB background.