COLOR #9B8187

HEX: #9B8187
RGB: (155,129,135)

Color info

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

RGB color model

#9B8187 color RGB value is (155,129,135).

  • red value is 155;
  • green value is 129;
  • blue value is 135.
RGB:
(155,129,135)
(61%,51%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 129 of 255 = 51%
B 135 of 255 = 53%

155
129
135

R + G + B ~ 55%. #9B8187 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 129 + 135 = 419 (100%)
R 155 of 419 ~ 36.99%
G 129 of 419 ~ 30.79%
B 135 of 419 ~ 32.22%

%36.99
%30.79
%32.22

CMYK color model

#9B8187 color CMYK value is (0,17,13,39).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 12.90%
  • key color value is 39.22%
CMYK:
(0,17,13,39)
C0M17Y13K39 
(0%,17%,13%,39%)
(0.00/0.17/0.13/0.39)	

CMYK percentages

%0
%16.77
%12.9
%39.22

Codes

Color #9B8187 in popluar color models

9B8187
RGB155129135
HSL346°11.50%55.69%
HSB/HSV346°16.77%60.78%
CMYK0.00%16.77%12.90%
39.22%

Color #9B8187 in popluar number systems.

HEX9B8187
Decimal155129135
Binary100110111000000110000111
Octal233201207

Shades and tints

Shades of #9B8187

#9B8187
(155,129,135)
#8D767B
(141,118,123)
#7F6B6F
(127,107,111)
#716063
(113,96,99)
#635557
(99,85,87)
#554A4B
(85,74,75)
#473F3F
(71,63,63)
#393433
(57,52,51)
#2B2927
(43,41,39)
#1D1E1B
(29,30,27)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #9B8187

#9B8187
(155,129,135)
#A48C91
(164,140,145)
#AD979B
(173,151,155)
#B6A2A5
(182,162,165)
#BFADAF
(191,173,175)
#C8B8B9
(200,184,185)
#D1C3C3
(209,195,195)
#DACECD
(218,206,205)
#E3D9D7
(227,217,215)
#ECE4E1
(236,228,225)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8187 color. Also use rgb(155,129,135) instead hex code.

Text Font Color

.myTextColor { color: #9B8187; }

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

This text font color is #9B8187.


Background Color

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

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

This div background color is #9B8187.


Border color

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

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

This div border color is #9B8187.


Opacity

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

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

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

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

This text has shadow with #9B8187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8187 on black background.


Color preview on white background

This text has color #9B8187 on white background.



Black color preview on #9B8187 background

This text has black color on #9B8187 background.


White color preview on #9B8187 background

This text has white color on #9B8187 background.