COLOR #9B8D87

HEX: #9B8D87
RGB: (155,141,135)

Color info

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

RGB color model

#9B8D87 color RGB value is (155,141,135).

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

RGB channels and saturation

R 155 of 255 = 61%
G 141 of 255 = 55%
B 135 of 255 = 53%

155
141
135

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

Portions of RGB colors in percentages

R + G + B =
155 + 141 + 135 = 431 (100%)
R 155 of 431 ~ 35.96%
G 141 of 431 ~ 32.71%
B 135 of 431 ~ 31.32%

%35.96
%32.71
%31.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 12.90%
  • key color value is 39.22%
CMYK: (0,9,13,39) C0M9Y13K39 (0%,9%,13%,39%) (0.00/0.09/0.13/0.39)

CMYK percentages

%0
%9.03
%12.9
%39.22

Codes

Color #9B8D87 in popluar color models

9B8D87
RGB155141135
HSL18°9.09%56.86%
HSB/HSV18°12.90%60.78%
CMYK0.00%9.03%12.90%
39.22%

Color #9B8D87 in popluar number systems.

HEX9B8D87
Decimal155141135
Binary100110111000110110000111
Octal233215207

Shades and tints

Shades of #9B8D87

#9B8D87
(155,141,135)
#8D817B
(141,129,123)
#7F756F
(127,117,111)
#716963
(113,105,99)
#635D57
(99,93,87)
#55514B
(85,81,75)
#47453F
(71,69,63)
#393933
(57,57,51)
#2B2D27
(43,45,39)
#1D211B
(29,33,27)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #9B8D87

#9B8D87
(155,141,135)
#A49791
(164,151,145)
#ADA19B
(173,161,155)
#B6ABA5
(182,171,165)
#BFB5AF
(191,181,175)
#C8BFB9
(200,191,185)
#D1C9C3
(209,201,195)
#DAD3CD
(218,211,205)
#E3DDD7
(227,221,215)
#ECE7E1
(236,231,225)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8D87; }

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

This text font color is #9B8D87.


Background Color

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

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

This div background color is #9B8D87.


Border color

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

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

This div border color is #9B8D87.


Opacity

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

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

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

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

This text has shadow with #9B8D87 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9B8D87 on black background.


Color preview on white background

This text has color #9B8D87 on white background.



Black color preview on #9B8D87 background

This text has black color on #9B8D87 background.


White color preview on #9B8D87 background

This text has white color on #9B8D87 background.