COLOR #9B896E

HEX: #9B896E
RGB: (155,137,110)

Color info

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

RGB color model

#9B896E color RGB value is (155,137,110).

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

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 110 of 255 = 43%

155
137
110

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

Portions of RGB colors in percentages

R + G + B =
155 + 137 + 110 = 402 (100%)
R 155 of 402 ~ 38.56%
G 137 of 402 ~ 34.08%
B 110 of 402 ~ 27.36%

%38.56
%34.08
%27.36

CMYK color model

#9B896E color CMYK value is (0,12,29,39).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 29.03%
  • key color value is 39.22%
CMYK:
(0,12,29,39)
C0M12Y29K39 
(0%,12%,29%,39%)
(0.00/0.12/0.29/0.39)	

CMYK percentages

%0
%11.61
%29.03
%39.22

Codes

Color #9B896E in popluar color models

9B896E
RGB155137110
HSL36°18.37%51.96%
HSB/HSV36°29.03%60.78%
CMYK0.00%11.61%29.03%
39.22%

Color #9B896E in popluar number systems.

HEX9B896E
Decimal155137110
Binary10011011100010011101110
Octal233211156

Shades and tints

Shades of #9B896E

#9B896E
(155,137,110)
#8D7D64
(141,125,100)
#7F715A
(127,113,90)
#716550
(113,101,80)
#635946
(99,89,70)
#554D3C
(85,77,60)
#474132
(71,65,50)
#393528
(57,53,40)
#2B291E
(43,41,30)
#1D1D14
(29,29,20)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #9B896E

#9B896E
(155,137,110)
#A4937B
(164,147,123)
#AD9D88
(173,157,136)
#B6A795
(182,167,149)
#BFB1A2
(191,177,162)
#C8BBAF
(200,187,175)
#D1C5BC
(209,197,188)
#DACFC9
(218,207,201)
#E3D9D6
(227,217,214)
#ECE3E3
(236,227,227)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B896E; }

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

This text font color is #9B896E.


Background Color

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

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

This div background color is #9B896E.


Border color

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

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

This div border color is #9B896E.


Opacity

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

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

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

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

This text has shadow with #9B896E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B896E on black background.


Color preview on white background

This text has color #9B896E on white background.



Black color preview on #9B896E background

This text has black color on #9B896E background.


White color preview on #9B896E background

This text has white color on #9B896E background.