COLOR #9B8B7D

HEX: #9B8B7D
RGB: (155,139,125)

Color info

#9B8B7D contains red, green and blue colors in about the same proportion. Web safe color of #9B8B7D is #999966 (or #996).

RGB color model

#9B8B7D color RGB value is (155,139,125).

  • red value is 155;
  • green value is 139;
  • blue value is 125.
RGB:
(155,139,125)
(61%,55%,49%)

RGB channels and saturation

R 155 of 255 = 61%
G 139 of 255 = 55%
B 125 of 255 = 49%

155
139
125

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

Portions of RGB colors in percentages

R + G + B =
155 + 139 + 125 = 419 (100%)
R 155 of 419 ~ 36.99%
G 139 of 419 ~ 33.17%
B 125 of 419 ~ 29.83%

%36.99
%33.17
%29.83

CMYK color model

#9B8B7D color CMYK value is (0,10,19,39).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(0,10,19,39)
C0M10Y19K39 
(0%,10%,19%,39%)
(0.00/0.10/0.19/0.39)	

CMYK percentages

%0
%10.32
%19.35
%39.22

Codes

Color #9B8B7D in popluar color models

9B8B7D
RGB155139125
HSL28°13.04%54.90%
HSB/HSV28°19.35%60.78%
CMYK0.00%10.32%19.35%
39.22%

Color #9B8B7D in popluar number systems.

HEX9B8B7D
Decimal155139125
Binary10011011100010111111101
Octal233213175

Shades and tints

Shades of #9B8B7D

#9B8B7D
(155,139,125)
#8D7F72
(141,127,114)
#7F7367
(127,115,103)
#71675C
(113,103,92)
#635B51
(99,91,81)
#554F46
(85,79,70)
#47433B
(71,67,59)
#393730
(57,55,48)
#2B2B25
(43,43,37)
#1D1F1A
(29,31,26)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #9B8B7D

#9B8B7D
(155,139,125)
#A49588
(164,149,136)
#AD9F93
(173,159,147)
#B6A99E
(182,169,158)
#BFB3A9
(191,179,169)
#C8BDB4
(200,189,180)
#D1C7BF
(209,199,191)
#DAD1CA
(218,209,202)
#E3DBD5
(227,219,213)
#ECE5E0
(236,229,224)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8B7D color. Also use rgb(155,139,125) instead hex code.

Text Font Color

.myTextColor { color: #9B8B7D; }

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

This text font color is #9B8B7D.


Background Color

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

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

This div background color is #9B8B7D.


Border color

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

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

This div border color is #9B8B7D.


Opacity

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

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

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

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

This text has shadow with #9B8B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8B7D on black background.


Color preview on white background

This text has color #9B8B7D on white background.



Black color preview on #9B8B7D background

This text has black color on #9B8B7D background.


White color preview on #9B8B7D background

This text has white color on #9B8B7D background.