COLOR #9B7B8D

HEX: #9B7B8D RGB: (155,123,141)

Color info

#9B7B8D contains red, green and blue colors in about the same proportion. Web safe color of #9B7B8D is #996699 (or #969).

RGB color model

#9B7B8D color RGB value is (155,123,141).

RGB: (155,123,141) (61%, 48%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 123 of 255 = 48%
B 141 of 255 = 55%

155
123
141

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

Portions of RGB colors in percentages

R + G + B = 155 + 123 + 141 = 419 (100%)
R 155 of 419 ~ 36.99%
G 123 of 419 ~ 29.36%
B 141 of 419 ~ 33.65'%

%36.99
%29.36
%33.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 9.03%
  • key color value is 39.22%

CMYK: (0,21,9,39)
C0M21Y9K39 (0%, 21%, 9%, 39%)
(0.00 / 0.21 / 0.09 / 0.39)

CMYK percentages

%0
%20.65
%9.03
%39.22

Codes

Color #9B7B8D in popluar color models

9B 7B 8D
RGB 155 123 141
HSL 326° 13.79% 54.51%
HSB/HSV 326° 20.65% 60.78%
CMYK 0.00% 20.65% 9.03%
39.22%

Color #9B7B8D in popluar number systems.

HEX 9B 7B 8D
Decimal 155 123 141
Binary 10011011 1111011 10001101
Octal 233 173 215

Shades and tints

Shades of #9B7B8D

#9B7B8D
(155,123,141)
#8D7081
(141,112,129)
#7F6575
(127,101,117)
#715A69
(113,90,105)
#634F5D
(99,79,93)
#554451
(85,68,81)
#473945
(71,57,69)
#392E39
(57,46,57)
#2B232D
(43,35,45)
#1D1821
(29,24,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #9B7B8D

#9B7B8D
(155,123,141)
#A48797
(164,135,151)
#AD93A1
(173,147,161)
#B69FAB
(182,159,171)
#BFABB5
(191,171,181)
#C8B7BF
(200,183,191)
#D1C3C9
(209,195,201)
#DACFD3
(218,207,211)
#E3DBDD
(227,219,221)
#ECE7E7
(236,231,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7B8D; }

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

This text font color is #9B7B8D.

Background Color

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

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

This div background color is #9B7B8D.

Border color

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

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

This div border color is #9B7B8D.

Opacity

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

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

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

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

This text has shadow with #9B7B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7B8D.

Preview

Color preview on black background

This text has color #9B7B8D on black background.


Color preview on white background

This text has color #9B7B8D on white background.


Black color preview on #9B7B8D background

This text has black color on #9B7B8D background.


White color preview on #9B7B8D background

This text has white color on #9B7B8D background.


Related colors

Complementary color

Complementary color for #hex is #648472.


I love getcolorcode.com

Triadic colors

1 #8D9B7B and #7B8D9B with #9B7B8D are triadic colors.

2 #8D7B9B and #7B9B8D with #9B7B8D are triadic colors.