COLOR #9B8389

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
131
137

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

Portions of RGB colors in percentages

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

%36.64
%30.97
%32.39

CMYK color model

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

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

CMYK percentages

%0
%15.48
%11.61
%39.22

Codes

Color #9B8389 in popluar color models

9B8389
RGB155131137
HSL345°10.71%56.08%
HSB/HSV345°15.48%60.78%
CMYK0.00%15.48%11.61%
39.22%

Color #9B8389 in popluar number systems.

HEX9B8389
Decimal155131137
Binary100110111000001110001001
Octal233203211

Shades and tints

Shades of #9B8389

#9B8389
(155,131,137)
#8D787D
(141,120,125)
#7F6D71
(127,109,113)
#716265
(113,98,101)
#635759
(99,87,89)
#554C4D
(85,76,77)
#474141
(71,65,65)
#393635
(57,54,53)
#2B2B29
(43,43,41)
#1D201D
(29,32,29)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #9B8389

#9B8389
(155,131,137)
#A48E93
(164,142,147)
#AD999D
(173,153,157)
#B6A4A7
(182,164,167)
#BFAFB1
(191,175,177)
#C8BABB
(200,186,187)
#D1C5C5
(209,197,197)
#DAD0CF
(218,208,207)
#E3DBD9
(227,219,217)
#ECE6E3
(236,230,227)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8389; }

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

This text font color is #9B8389.


Background Color

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

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

This div background color is #9B8389.


Border color

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

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

This div border color is #9B8389.


Opacity

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

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

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

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

This text has shadow with #9B8389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8389 on black background.


Color preview on white background

This text has color #9B8389 on white background.



Black color preview on #9B8389 background

This text has black color on #9B8389 background.


White color preview on #9B8389 background

This text has white color on #9B8389 background.