COLOR #9B6176

HEX: #9B6176
RGB: (155,97,118)

Color info

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

RGB color model

#9B6176 color RGB value is (155,97,118).

  • red value is 155;
  • green value is 97;
  • blue value is 118.
RGB:
(155,97,118)
(61%,38%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 97 of 255 = 38%
B 118 of 255 = 46%

155
97
118

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

Portions of RGB colors in percentages

R + G + B =
155 + 97 + 118 = 370 (100%)
R 155 of 370 ~ 41.89%
G 97 of 370 ~ 26.22%
B 118 of 370 ~ 31.89%

%41.89
%26.22
%31.89

CMYK color model

#9B6176 color CMYK value is (0,37,24,39).

  • cyan value is 0.00%
  • magenta value is 37.42%
  • yellow value is 23.87%
  • key color value is 39.22%
CMYK:
(0,37,24,39)
C0M37Y24K39 
(0%,37%,24%,39%)
(0.00/0.37/0.24/0.39)	

CMYK percentages

%0
%37.42
%23.87
%39.22

Codes

Color #9B6176 in popluar color models

9B6176
RGB15597118
HSL338°23.02%49.41%
HSB/HSV338°37.42%60.78%
CMYK0.00%37.42%23.87%
39.22%

Color #9B6176 in popluar number systems.

HEX9B6176
Decimal15597118
Binary1001101111000011110110
Octal233141166

Shades and tints

Shades of #9B6176

#9B6176
(155,97,118)
#8D596C
(141,89,108)
#7F5162
(127,81,98)
#714958
(113,73,88)
#63414E
(99,65,78)
#553944
(85,57,68)
#47313A
(71,49,58)
#392930
(57,41,48)
#2B2126
(43,33,38)
#1D191C
(29,25,28)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #9B6176

#9B6176
(155,97,118)
#A46F82
(164,111,130)
#AD7D8E
(173,125,142)
#B68B9A
(182,139,154)
#BF99A6
(191,153,166)
#C8A7B2
(200,167,178)
#D1B5BE
(209,181,190)
#DAC3CA
(218,195,202)
#E3D1D6
(227,209,214)
#ECDFE2
(236,223,226)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6176; }

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

This text font color is #9B6176.


Background Color

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

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

This div background color is #9B6176.


Border color

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

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

This div border color is #9B6176.


Opacity

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

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

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

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

This text has shadow with #9B6176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6176 on black background.


Color preview on white background

This text has color #9B6176 on white background.



Black color preview on #9B6176 background

This text has black color on #9B6176 background.


White color preview on #9B6176 background

This text has white color on #9B6176 background.