COLOR #9B8A87

HEX: #9B8A87
RGB: (155,138,135)

Color info

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

RGB color model

#9B8A87 color RGB value is (155,138,135).

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

RGB channels and saturation

R 155 of 255 = 61%
G 138 of 255 = 54%
B 135 of 255 = 53%

155
138
135

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

Portions of RGB colors in percentages

R + G + B =
155 + 138 + 135 = 428 (100%)
R 155 of 428 ~ 36.21%
G 138 of 428 ~ 32.24%
B 135 of 428 ~ 31.54%

%36.21
%32.24
%31.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 12.90%
  • key color value is 39.22%
CMYK:
(0,11,13,39)
C0M11Y13K39 
(0%,11%,13%,39%)
(0.00/0.11/0.13/0.39)	

CMYK percentages

%0
%10.97
%12.9
%39.22

Codes

Color #9B8A87 in popluar color models

9B8A87
RGB155138135
HSL9.09%56.86%
HSB/HSV12.90%60.78%
CMYK0.00%10.97%12.90%
39.22%

Color #9B8A87 in popluar number systems.

HEX9B8A87
Decimal155138135
Binary100110111000101010000111
Octal233212207

Shades and tints

Shades of #9B8A87

#9B8A87
(155,138,135)
#8D7E7B
(141,126,123)
#7F726F
(127,114,111)
#716663
(113,102,99)
#635A57
(99,90,87)
#554E4B
(85,78,75)
#47423F
(71,66,63)
#393633
(57,54,51)
#2B2A27
(43,42,39)
#1D1E1B
(29,30,27)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #9B8A87

#9B8A87
(155,138,135)
#A49491
(164,148,145)
#AD9E9B
(173,158,155)
#B6A8A5
(182,168,165)
#BFB2AF
(191,178,175)
#C8BCB9
(200,188,185)
#D1C6C3
(209,198,195)
#DAD0CD
(218,208,205)
#E3DAD7
(227,218,215)
#ECE4E1
(236,228,225)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8A87; }

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

This text font color is #9B8A87.


Background Color

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

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

This div background color is #9B8A87.


Border color

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

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

This div border color is #9B8A87.


Opacity

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

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

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

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

This text has shadow with #9B8A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8A87 on black background.


Color preview on white background

This text has color #9B8A87 on white background.



Black color preview on #9B8A87 background

This text has black color on #9B8A87 background.


White color preview on #9B8A87 background

This text has white color on #9B8A87 background.