COLOR #9B867A

HEX: #9B867A
RGB: (155,134,122)

Color info

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

RGB color model

#9B867A color RGB value is (155,134,122).

  • red value is 155;
  • green value is 134;
  • blue value is 122.
RGB:
(155,134,122)
(61%,53%,48%)

RGB channels and saturation

R 155 of 255 = 61%
G 134 of 255 = 53%
B 122 of 255 = 48%

155
134
122

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

Portions of RGB colors in percentages

R + G + B =
155 + 134 + 122 = 411 (100%)
R 155 of 411 ~ 37.71%
G 134 of 411 ~ 32.6%
B 122 of 411 ~ 29.68%

%37.71
%32.6
%29.68

CMYK color model

#9B867A color CMYK value is (0,14,21,39).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 21.29%
  • key color value is 39.22%
CMYK:
(0,14,21,39)
C0M14Y21K39 
(0%,14%,21%,39%)
(0.00/0.14/0.21/0.39)	

CMYK percentages

%0
%13.55
%21.29
%39.22

Codes

Color #9B867A in popluar color models

9B867A
RGB155134122
HSL22°14.16%54.31%
HSB/HSV22°21.29%60.78%
CMYK0.00%13.55%21.29%
39.22%

Color #9B867A in popluar number systems.

HEX9B867A
Decimal155134122
Binary10011011100001101111010
Octal233206172

Shades and tints

Shades of #9B867A

#9B867A
(155,134,122)
#8D7A6F
(141,122,111)
#7F6E64
(127,110,100)
#716259
(113,98,89)
#63564E
(99,86,78)
#554A43
(85,74,67)
#473E38
(71,62,56)
#39322D
(57,50,45)
#2B2622
(43,38,34)
#1D1A17
(29,26,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #9B867A

#9B867A
(155,134,122)
#A49186
(164,145,134)
#AD9C92
(173,156,146)
#B6A79E
(182,167,158)
#BFB2AA
(191,178,170)
#C8BDB6
(200,189,182)
#D1C8C2
(209,200,194)
#DAD3CE
(218,211,206)
#E3DEDA
(227,222,218)
#ECE9E6
(236,233,230)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B867A color. Also use rgb(155,134,122) instead hex code.

Text Font Color

.myTextColor { color: #9B867A; }

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

This text font color is #9B867A.


Background Color

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

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

This div background color is #9B867A.


Border color

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

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

This div border color is #9B867A.


Opacity

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

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

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

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

This text has shadow with #9B867A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B867A on black background.


Color preview on white background

This text has color #9B867A on white background.



Black color preview on #9B867A background

This text has black color on #9B867A background.


White color preview on #9B867A background

This text has white color on #9B867A background.