COLOR #9B807B

HEX: #9B807B
RGB: (155,128,123)

Color info

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

RGB color model

#9B807B color RGB value is (155,128,123).

  • red value is 155;
  • green value is 128;
  • blue value is 123.
RGB:
(155,128,123)
(61%,50%,48%)

RGB channels and saturation

R 155 of 255 = 61%
G 128 of 255 = 50%
B 123 of 255 = 48%

155
128
123

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

Portions of RGB colors in percentages

R + G + B =
155 + 128 + 123 = 406 (100%)
R 155 of 406 ~ 38.18%
G 128 of 406 ~ 31.53%
B 123 of 406 ~ 30.3%

%38.18
%31.53
%30.3

CMYK color model

#9B807B color CMYK value is (0,17,21,39).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(0,17,21,39)
C0M17Y21K39 
(0%,17%,21%,39%)
(0.00/0.17/0.21/0.39)	

CMYK percentages

%0
%17.42
%20.65
%39.22

Codes

Color #9B807B in popluar color models

9B807B
RGB155128123
HSL13.79%54.51%
HSB/HSV20.65%60.78%
CMYK0.00%17.42%20.65%
39.22%

Color #9B807B in popluar number systems.

HEX9B807B
Decimal155128123
Binary10011011100000001111011
Octal233200173

Shades and tints

Shades of #9B807B

#9B807B
(155,128,123)
#8D7570
(141,117,112)
#7F6A65
(127,106,101)
#715F5A
(113,95,90)
#63544F
(99,84,79)
#554944
(85,73,68)
#473E39
(71,62,57)
#39332E
(57,51,46)
#2B2823
(43,40,35)
#1D1D18
(29,29,24)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #9B807B

#9B807B
(155,128,123)
#A48B87
(164,139,135)
#AD9693
(173,150,147)
#B6A19F
(182,161,159)
#BFACAB
(191,172,171)
#C8B7B7
(200,183,183)
#D1C2C3
(209,194,195)
#DACDCF
(218,205,207)
#E3D8DB
(227,216,219)
#ECE3E7
(236,227,231)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B807B color. Also use rgb(155,128,123) instead hex code.

Text Font Color

.myTextColor { color: #9B807B; }

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

This text font color is #9B807B.


Background Color

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

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

This div background color is #9B807B.


Border color

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

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

This div border color is #9B807B.


Opacity

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

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

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

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

This text has shadow with #9B807B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B807B on black background.


Color preview on white background

This text has color #9B807B on white background.



Black color preview on #9B807B background

This text has black color on #9B807B background.


White color preview on #9B807B background

This text has white color on #9B807B background.