COLOR #9B8983

HEX: #9B8983
RGB: (155,137,131)

Color info

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

RGB color model

#9B8983 color RGB value is (155,137,131).

  • red value is 155;
  • green value is 137;
  • blue value is 131.
RGB:
(155,137,131)
(61%,54%,51%)

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 131 of 255 = 51%

155
137
131

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

Portions of RGB colors in percentages

R + G + B =
155 + 137 + 131 = 423 (100%)
R 155 of 423 ~ 36.64%
G 137 of 423 ~ 32.39%
B 131 of 423 ~ 30.97%

%36.64
%32.39
%30.97

CMYK color model

#9B8983 color CMYK value is (0,12,15,39).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 15.48%
  • key color value is 39.22%
CMYK:
(0,12,15,39)
C0M12Y15K39 
(0%,12%,15%,39%)
(0.00/0.12/0.15/0.39)	

CMYK percentages

%0
%11.61
%15.48
%39.22

Codes

Color #9B8983 in popluar color models

9B8983
RGB155137131
HSL15°10.71%56.08%
HSB/HSV15°15.48%60.78%
CMYK0.00%11.61%15.48%
39.22%

Color #9B8983 in popluar number systems.

HEX9B8983
Decimal155137131
Binary100110111000100110000011
Octal233211203

Shades and tints

Shades of #9B8983

#9B8983
(155,137,131)
#8D7D78
(141,125,120)
#7F716D
(127,113,109)
#716562
(113,101,98)
#635957
(99,89,87)
#554D4C
(85,77,76)
#474141
(71,65,65)
#393536
(57,53,54)
#2B292B
(43,41,43)
#1D1D20
(29,29,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #9B8983

#9B8983
(155,137,131)
#A4938E
(164,147,142)
#AD9D99
(173,157,153)
#B6A7A4
(182,167,164)
#BFB1AF
(191,177,175)
#C8BBBA
(200,187,186)
#D1C5C5
(209,197,197)
#DACFD0
(218,207,208)
#E3D9DB
(227,217,219)
#ECE3E6
(236,227,230)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8983 color. Also use rgb(155,137,131) instead hex code.

Text Font Color

.myTextColor { color: #9B8983; }

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

This text font color is #9B8983.


Background Color

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

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

This div background color is #9B8983.


Border color

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

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

This div border color is #9B8983.


Opacity

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

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

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

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

This text has shadow with #9B8983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8983 on black background.


Color preview on white background

This text has color #9B8983 on white background.



Black color preview on #9B8983 background

This text has black color on #9B8983 background.


White color preview on #9B8983 background

This text has white color on #9B8983 background.