COLOR #9B8D7F

HEX: #9B8D7F
RGB: (155,141,127)

Color info

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

RGB color model

#9B8D7F color RGB value is (155,141,127).

  • red value is 155;
  • green value is 141;
  • blue value is 127.
RGB:
(155,141,127)
(61%,55%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 141 of 255 = 55%
B 127 of 255 = 50%

155
141
127

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

Portions of RGB colors in percentages

R + G + B =
155 + 141 + 127 = 423 (100%)
R 155 of 423 ~ 36.64%
G 141 of 423 ~ 33.33%
B 127 of 423 ~ 30.02%

%36.64
%33.33
%30.02

CMYK color model

#9B8D7F color CMYK value is (0,9,18,39).

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 18.06%
  • key color value is 39.22%
CMYK:
(0,9,18,39)
C0M9Y18K39 
(0%,9%,18%,39%)
(0.00/0.09/0.18/0.39)	

CMYK percentages

%0
%9.03
%18.06
%39.22

Codes

Color #9B8D7F in popluar color models

9B8D7F
RGB155141127
HSL30°12.28%55.29%
HSB/HSV30°18.06%60.78%
CMYK0.00%9.03%18.06%
39.22%

Color #9B8D7F in popluar number systems.

HEX9B8D7F
Decimal155141127
Binary10011011100011011111111
Octal233215177

Shades and tints

Shades of #9B8D7F

#9B8D7F
(155,141,127)
#8D8174
(141,129,116)
#7F7569
(127,117,105)
#71695E
(113,105,94)
#635D53
(99,93,83)
#555148
(85,81,72)
#47453D
(71,69,61)
#393932
(57,57,50)
#2B2D27
(43,45,39)
#1D211C
(29,33,28)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #9B8D7F

#9B8D7F
(155,141,127)
#A4978A
(164,151,138)
#ADA195
(173,161,149)
#B6ABA0
(182,171,160)
#BFB5AB
(191,181,171)
#C8BFB6
(200,191,182)
#D1C9C1
(209,201,193)
#DAD3CC
(218,211,204)
#E3DDD7
(227,221,215)
#ECE7E2
(236,231,226)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8D7F color. Also use rgb(155,141,127) instead hex code.

Text Font Color

.myTextColor { color: #9B8D7F; }

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

This text font color is #9B8D7F.


Background Color

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

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

This div background color is #9B8D7F.


Border color

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

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

This div border color is #9B8D7F.


Opacity

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

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

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

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

This text has shadow with #9B8D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8D7F on black background.


Color preview on white background

This text has color #9B8D7F on white background.



Black color preview on #9B8D7F background

This text has black color on #9B8D7F background.


White color preview on #9B8D7F background

This text has white color on #9B8D7F background.