COLOR #9B6166

HEX: #9B6166
RGB: (155,97,102)

Color info

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

RGB color model

#9B6166 color RGB value is (155,97,102).

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

RGB channels and saturation

R 155 of 255 = 61%
G 97 of 255 = 38%
B 102 of 255 = 40%

155
97
102

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

Portions of RGB colors in percentages

R + G + B =
155 + 97 + 102 = 354 (100%)
R 155 of 354 ~ 43.79%
G 97 of 354 ~ 27.4%
B 102 of 354 ~ 28.81%

%43.79
%27.4
%28.81

CMYK color model

#9B6166 color CMYK value is (0,37,34,39).

  • cyan value is 0.00%
  • magenta value is 37.42%
  • yellow value is 34.19%
  • key color value is 39.22%
CMYK:
(0,37,34,39)
C0M37Y34K39 
(0%,37%,34%,39%)
(0.00/0.37/0.34/0.39)	

CMYK percentages

%0
%37.42
%34.19
%39.22

Codes

Color #9B6166 in popluar color models

9B6166
RGB15597102
HSL355°23.02%49.41%
HSB/HSV355°37.42%60.78%
CMYK0.00%37.42%34.19%
39.22%

Color #9B6166 in popluar number systems.

HEX9B6166
Decimal15597102
Binary1001101111000011100110
Octal233141146

Shades and tints

Shades of #9B6166

#9B6166
(155,97,102)
#8D595D
(141,89,93)
#7F5154
(127,81,84)
#71494B
(113,73,75)
#634142
(99,65,66)
#553939
(85,57,57)
#473130
(71,49,48)
#392927
(57,41,39)
#2B211E
(43,33,30)
#1D1915
(29,25,21)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #9B6166

#9B6166
(155,97,102)
#A46F73
(164,111,115)
#AD7D80
(173,125,128)
#B68B8D
(182,139,141)
#BF999A
(191,153,154)
#C8A7A7
(200,167,167)
#D1B5B4
(209,181,180)
#DAC3C1
(218,195,193)
#E3D1CE
(227,209,206)
#ECDFDB
(236,223,219)
#F5EDE8
(245,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6166; }

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

This text font color is #9B6166.


Background Color

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

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

This div background color is #9B6166.


Border color

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

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

This div border color is #9B6166.


Opacity

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

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

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

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

This text has shadow with #9B6166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6166 on black background.


Color preview on white background

This text has color #9B6166 on white background.



Black color preview on #9B6166 background

This text has black color on #9B6166 background.


White color preview on #9B6166 background

This text has white color on #9B6166 background.