COLOR #9B8A7F

HEX: #9B8A7F
RGB: (155,138,127)

Color info

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

RGB color model

#9B8A7F color RGB value is (155,138,127).

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

RGB channels and saturation

R 155 of 255 = 61%
G 138 of 255 = 54%
B 127 of 255 = 50%

155
138
127

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

Portions of RGB colors in percentages

R + G + B =
155 + 138 + 127 = 420 (100%)
R 155 of 420 ~ 36.9%
G 138 of 420 ~ 32.86%
B 127 of 420 ~ 30.24%

%36.9
%32.86
%30.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 18.06%
  • key color value is 39.22%
CMYK:
(0,11,18,39)
C0M11Y18K39 
(0%,11%,18%,39%)
(0.00/0.11/0.18/0.39)	

CMYK percentages

%0
%10.97
%18.06
%39.22

Codes

Color #9B8A7F in popluar color models

9B8A7F
RGB155138127
HSL24°12.28%55.29%
HSB/HSV24°18.06%60.78%
CMYK0.00%10.97%18.06%
39.22%

Color #9B8A7F in popluar number systems.

HEX9B8A7F
Decimal155138127
Binary10011011100010101111111
Octal233212177

Shades and tints

Shades of #9B8A7F

#9B8A7F
(155,138,127)
#8D7E74
(141,126,116)
#7F7269
(127,114,105)
#71665E
(113,102,94)
#635A53
(99,90,83)
#554E48
(85,78,72)
#47423D
(71,66,61)
#393632
(57,54,50)
#2B2A27
(43,42,39)
#1D1E1C
(29,30,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #9B8A7F

#9B8A7F
(155,138,127)
#A4948A
(164,148,138)
#AD9E95
(173,158,149)
#B6A8A0
(182,168,160)
#BFB2AB
(191,178,171)
#C8BCB6
(200,188,182)
#D1C6C1
(209,198,193)
#DAD0CC
(218,208,204)
#E3DAD7
(227,218,215)
#ECE4E2
(236,228,226)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8A7F; }

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

This text font color is #9B8A7F.


Background Color

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

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

This div background color is #9B8A7F.


Border color

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

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

This div border color is #9B8A7F.


Opacity

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

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

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

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

This text has shadow with #9B8A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8A7F on black background.


Color preview on white background

This text has color #9B8A7F on white background.



Black color preview on #9B8A7F background

This text has black color on #9B8A7F background.


White color preview on #9B8A7F background

This text has white color on #9B8A7F background.