COLOR #9B7E7B

HEX: #9B7E7B
RGB: (155,126,123)

Color info

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

RGB color model

#9B7E7B color RGB value is (155,126,123).

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

RGB channels and saturation

R 155 of 255 = 61%
G 126 of 255 = 49%
B 123 of 255 = 48%

155
126
123

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

Portions of RGB colors in percentages

R + G + B =
155 + 126 + 123 = 404 (100%)
R 155 of 404 ~ 38.37%
G 126 of 404 ~ 31.19%
B 123 of 404 ~ 30.45%

%38.37
%31.19
%30.45

CMYK color model

#9B7E7B color CMYK value is (0,19,21,39).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(0,19,21,39)
C0M19Y21K39 
(0%,19%,21%,39%)
(0.00/0.19/0.21/0.39)	

CMYK percentages

%0
%18.71
%20.65
%39.22

Codes

Color #9B7E7B in popluar color models

9B7E7B
RGB155126123
HSL13.79%54.51%
HSB/HSV20.65%60.78%
CMYK0.00%18.71%20.65%
39.22%

Color #9B7E7B in popluar number systems.

HEX9B7E7B
Decimal155126123
Binary1001101111111101111011
Octal233176173

Shades and tints

Shades of #9B7E7B

#9B7E7B
(155,126,123)
#8D7370
(141,115,112)
#7F6865
(127,104,101)
#715D5A
(113,93,90)
#63524F
(99,82,79)
#554744
(85,71,68)
#473C39
(71,60,57)
#39312E
(57,49,46)
#2B2623
(43,38,35)
#1D1B18
(29,27,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #9B7E7B

#9B7E7B
(155,126,123)
#A48987
(164,137,135)
#AD9493
(173,148,147)
#B69F9F
(182,159,159)
#BFAAAB
(191,170,171)
#C8B5B7
(200,181,183)
#D1C0C3
(209,192,195)
#DACBCF
(218,203,207)
#E3D6DB
(227,214,219)
#ECE1E7
(236,225,231)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7E7B; }

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

This text font color is #9B7E7B.


Background Color

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

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

This div background color is #9B7E7B.


Border color

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

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

This div border color is #9B7E7B.


Opacity

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

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

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

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

This text has shadow with #9B7E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7E7B on black background.


Color preview on white background

This text has color #9B7E7B on white background.



Black color preview on #9B7E7B background

This text has black color on #9B7E7B background.


White color preview on #9B7E7B background

This text has white color on #9B7E7B background.