COLOR #9B8C87

HEX: #9B8C87 RGB: (155,140,135)

Color info

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

RGB color model

#9B8C87 color RGB value is (155,140,135).

RGB: (155,140,135) (61%, 55%, 53%)

RGB channels and saturation

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

155
140
135

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

Portions of RGB colors in percentages

R + G + B = 155 + 140 + 135 = 430 (100%)
R 155 of 430 ~ 36.05%
G 140 of 430 ~ 32.56%
B 135 of 430 ~ 31.4'%

%36.05
%32.56
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 12.90%
  • key color value is 39.22%

CMYK: (0,10,13,39)
C0M10Y13K39 (0%, 10%, 13%, 39%)
(0.00 / 0.10 / 0.13 / 0.39)

CMYK percentages

%0
%9.68
%12.9
%39.22

Codes

Color #9B8C87 in popluar color models

9B 8C 87
RGB 155 140 135
HSL 15° 9.09% 56.86%
HSB/HSV 15° 12.90% 60.78%
CMYK 0.00% 9.68% 12.90%
39.22%

Color #9B8C87 in popluar number systems.

HEX 9B 8C 87
Decimal 155 140 135
Binary 10011011 10001100 10000111
Octal 233 214 207

Shades and tints

Shades of #9B8C87

#9B8C87
(155,140,135)
#8D807B
(141,128,123)
#7F746F
(127,116,111)
#716863
(113,104,99)
#635C57
(99,92,87)
#55504B
(85,80,75)
#47443F
(71,68,63)
#393833
(57,56,51)
#2B2C27
(43,44,39)
#1D201B
(29,32,27)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #9B8C87

#9B8C87
(155,140,135)
#A49691
(164,150,145)
#ADA09B
(173,160,155)
#B6AAA5
(182,170,165)
#BFB4AF
(191,180,175)
#C8BEB9
(200,190,185)
#D1C8C3
(209,200,195)
#DAD2CD
(218,210,205)
#E3DCD7
(227,220,215)
#ECE6E1
(236,230,225)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8C87; }

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

This text font color is #9B8C87.

Background Color

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

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

This div background color is #9B8C87.

Border color

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

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

This div border color is #9B8C87.

Opacity

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

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

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

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

This text has shadow with #9B8C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8C87.

Preview

Color preview on black background

This text has color #9B8C87 on black background.


Color preview on white background

This text has color #9B8C87 on white background.


Black color preview on #9B8C87 background

This text has black color on #9B8C87 background.


White color preview on #9B8C87 background

This text has white color on #9B8C87 background.


Related colors

Complementary color

Complementary color for #hex is #647378.


I love getcolorcode.com

Triadic colors

1 #879B8C and #8C879B with #9B8C87 are triadic colors.

2 #878C9B and #8C9B87 with #9B8C87 are triadic colors.