COLOR #9B8C7E

HEX: #9B8C7E
RGB: (155,140,126)

Color info

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

RGB color model

#9B8C7E color RGB value is (155,140,126).

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

RGB channels and saturation

R 155 of 255 = 61%
G 140 of 255 = 55%
B 126 of 255 = 49%

155
140
126

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

Portions of RGB colors in percentages

R + G + B =
155 + 140 + 126 = 421 (100%)
R 155 of 421 ~ 36.82%
G 140 of 421 ~ 33.25%
B 126 of 421 ~ 29.93%

%36.82
%33.25
%29.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 18.71%
  • 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
%9.68
%18.71
%39.22

Codes

Color #9B8C7E in popluar color models

9B8C7E
RGB155140126
HSL29°12.66%55.10%
HSB/HSV29°18.71%60.78%
CMYK0.00%9.68%18.71%
39.22%

Color #9B8C7E in popluar number systems.

HEX9B8C7E
Decimal155140126
Binary10011011100011001111110
Octal233214176

Shades and tints

Shades of #9B8C7E

#9B8C7E
(155,140,126)
#8D8073
(141,128,115)
#7F7468
(127,116,104)
#71685D
(113,104,93)
#635C52
(99,92,82)
#555047
(85,80,71)
#47443C
(71,68,60)
#393831
(57,56,49)
#2B2C26
(43,44,38)
#1D201B
(29,32,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #9B8C7E

#9B8C7E
(155,140,126)
#A49689
(164,150,137)
#ADA094
(173,160,148)
#B6AA9F
(182,170,159)
#BFB4AA
(191,180,170)
#C8BEB5
(200,190,181)
#D1C8C0
(209,200,192)
#DAD2CB
(218,210,203)
#E3DCD6
(227,220,214)
#ECE6E1
(236,230,225)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8C7E color. Also use rgb(155,140,126) instead hex code.

Text Font Color

.myTextColor { color: #9B8C7E; }

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

This text font color is #9B8C7E.


Background Color

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

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

This div background color is #9B8C7E.


Border color

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

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

This div border color is #9B8C7E.


Opacity

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

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

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

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

This text has shadow with #9B8C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8C7E on black background.


Color preview on white background

This text has color #9B8C7E on white background.



Black color preview on #9B8C7E background

This text has black color on #9B8C7E background.


White color preview on #9B8C7E background

This text has white color on #9B8C7E background.