COLOR #9B786B

HEX: #9B786B
RGB: (155,120,107)

Color info

#9B786B contains red, green and blue colors in about the same proportion. Web safe color of #9B786B is #996666 (or #966).

RGB color model

#9B786B color RGB value is (155,120,107).

  • red value is 155;
  • green value is 120;
  • blue value is 107.
RGB:
(155,120,107)
(61%,47%,42%)

RGB channels and saturation

R 155 of 255 = 61%
G 120 of 255 = 47%
B 107 of 255 = 42%

155
120
107

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

Portions of RGB colors in percentages

R + G + B =
155 + 120 + 107 = 382 (100%)
R 155 of 382 ~ 40.58%
G 120 of 382 ~ 31.41%
B 107 of 382 ~ 28.01%

%40.58
%31.41
%28.01

CMYK color model

#9B786B color CMYK value is (0,23,31,39).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 30.97%
  • key color value is 39.22%
CMYK:
(0,23,31,39)
C0M23Y31K39 
(0%,23%,31%,39%)
(0.00/0.23/0.31/0.39)	

CMYK percentages

%0
%22.58
%30.97
%39.22

Codes

Color #9B786B in popluar color models

9B786B
RGB155120107
HSL16°19.35%51.37%
HSB/HSV16°30.97%60.78%
CMYK0.00%22.58%30.97%
39.22%

Color #9B786B in popluar number systems.

HEX9B786B
Decimal155120107
Binary1001101111110001101011
Octal233170153

Shades and tints

Shades of #9B786B

#9B786B
(155,120,107)
#8D6E62
(141,110,98)
#7F6459
(127,100,89)
#715A50
(113,90,80)
#635047
(99,80,71)
#55463E
(85,70,62)
#473C35
(71,60,53)
#39322C
(57,50,44)
#2B2823
(43,40,35)
#1D1E1A
(29,30,26)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #9B786B

#9B786B
(155,120,107)
#A48478
(164,132,120)
#AD9085
(173,144,133)
#B69C92
(182,156,146)
#BFA89F
(191,168,159)
#C8B4AC
(200,180,172)
#D1C0B9
(209,192,185)
#DACCC6
(218,204,198)
#E3D8D3
(227,216,211)
#ECE4E0
(236,228,224)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B786B color. Also use rgb(155,120,107) instead hex code.

Text Font Color

.myTextColor { color: #9B786B; }

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

This text font color is #9B786B.


Background Color

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

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

This div background color is #9B786B.


Border color

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

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

This div border color is #9B786B.


Opacity

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

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

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

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

This text has shadow with #9B786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B786B on black background.


Color preview on white background

This text has color #9B786B on white background.



Black color preview on #9B786B background

This text has black color on #9B786B background.


White color preview on #9B786B background

This text has white color on #9B786B background.