COLOR #9B7E7E

HEX: #9B7E7E
RGB: (155,126,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
126
126

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

Portions of RGB colors in percentages

R + G + B =
155 + 126 + 126 = 407 (100%)
R 155 of 407 ~ 38.08%
G 126 of 407 ~ 30.96%
B 126 of 407 ~ 30.96%

%38.08
%30.96
%30.96

CMYK color model

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

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

CMYK percentages

%0
%18.71
%18.71
%39.22

Codes

Color #9B7E7E in popluar color models

9B7E7E
RGB155126126
HSL12.66%55.10%
HSB/HSV18.71%60.78%
CMYK0.00%18.71%18.71%
39.22%

Color #9B7E7E in popluar number systems.

HEX9B7E7E
Decimal155126126
Binary1001101111111101111110
Octal233176176

Shades and tints

Shades of #9B7E7E

#9B7E7E
(155,126,126)
#8D7373
(141,115,115)
#7F6868
(127,104,104)
#715D5D
(113,93,93)
#635252
(99,82,82)
#554747
(85,71,71)
#473C3C
(71,60,60)
#393131
(57,49,49)
#2B2626
(43,38,38)
#1D1B1B
(29,27,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #9B7E7E

#9B7E7E
(155,126,126)
#A48989
(164,137,137)
#AD9494
(173,148,148)
#B69F9F
(182,159,159)
#BFAAAA
(191,170,170)
#C8B5B5
(200,181,181)
#D1C0C0
(209,192,192)
#DACBCB
(218,203,203)
#E3D6D6
(227,214,214)
#ECE1E1
(236,225,225)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7E7E; }

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

This text font color is #9B7E7E.


Background Color

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

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

This div background color is #9B7E7E.


Border color

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

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

This div border color is #9B7E7E.


Opacity

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

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

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

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

This text has shadow with #9B7E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7E7E on black background.


Color preview on white background

This text has color #9B7E7E on white background.



Black color preview on #9B7E7E background

This text has black color on #9B7E7E background.


White color preview on #9B7E7E background

This text has white color on #9B7E7E background.