COLOR #9B7A8E

HEX: #9B7A8E
RGB: (155,122,142)

Color info

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

RGB color model

#9B7A8E color RGB value is (155,122,142).

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

RGB channels and saturation

R 155 of 255 = 61%
G 122 of 255 = 48%
B 142 of 255 = 56%

155
122
142

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

Portions of RGB colors in percentages

R + G + B =
155 + 122 + 142 = 419 (100%)
R 155 of 419 ~ 36.99%
G 122 of 419 ~ 29.12%
B 142 of 419 ~ 33.89%

%36.99
%29.12
%33.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.29%
  • yellow value is 8.39%
  • key color value is 39.22%
CMYK:
(0,21,8,39)
C0M21Y8K39 
(0%,21%,8%,39%)
(0.00/0.21/0.08/0.39)	

CMYK percentages

%0
%21.29
%8.39
%39.22

Codes

Color #9B7A8E in popluar color models

9B7A8E
RGB155122142
HSL324°14.16%54.31%
HSB/HSV324°21.29%60.78%
CMYK0.00%21.29%8.39%
39.22%

Color #9B7A8E in popluar number systems.

HEX9B7A8E
Decimal155122142
Binary10011011111101010001110
Octal233172216

Shades and tints

Shades of #9B7A8E

#9B7A8E
(155,122,142)
#8D6F82
(141,111,130)
#7F6476
(127,100,118)
#71596A
(113,89,106)
#634E5E
(99,78,94)
#554352
(85,67,82)
#473846
(71,56,70)
#392D3A
(57,45,58)
#2B222E
(43,34,46)
#1D1722
(29,23,34)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #9B7A8E

#9B7A8E
(155,122,142)
#A48698
(164,134,152)
#AD92A2
(173,146,162)
#B69EAC
(182,158,172)
#BFAAB6
(191,170,182)
#C8B6C0
(200,182,192)
#D1C2CA
(209,194,202)
#DACED4
(218,206,212)
#E3DADE
(227,218,222)
#ECE6E8
(236,230,232)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7A8E; }

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

This text font color is #9B7A8E.


Background Color

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

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

This div background color is #9B7A8E.


Border color

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

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

This div border color is #9B7A8E.


Opacity

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

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

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

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

This text has shadow with #9B7A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7A8E on black background.


Color preview on white background

This text has color #9B7A8E on white background.



Black color preview on #9B7A8E background

This text has black color on #9B7A8E background.


White color preview on #9B7A8E background

This text has white color on #9B7A8E background.