COLOR #9B6A80

HEX: #9B6A80 RGB: (155,106,128)

Color info

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

RGB color model

#9B6A80 color RGB value is (155,106,128).

RGB: (155,106,128) (61%, 42%, 50%)

RGB channels and saturation

R 155 of 255 = 61%
G 106 of 255 = 42%
B 128 of 255 = 50%

155
106
128

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

Portions of RGB colors in percentages

R + G + B = 155 + 106 + 128 = 389 (100%)
R 155 of 389 ~ 39.85%
G 106 of 389 ~ 27.25%
B 128 of 389 ~ 32.9'%

%39.85
%27.25
%32.9

CMYK color model

#9B6A80 color CMYK value is (0,32,17,39).

  • cyan value is 0.00%
  • magenta value is 31.61%
  • yellow value is 17.42%
  • key color value is 39.22%

CMYK: (0,32,17,39)
C0M32Y17K39 (0%, 32%, 17%, 39%)
(0.00 / 0.32 / 0.17 / 0.39)

CMYK percentages

%0
%31.61
%17.42
%39.22

Codes

Color #9B6A80 in popluar color models

9B 6A 80
RGB 155 106 128
HSL 333° 19.68% 51.18%
HSB/HSV 333° 31.61% 60.78%
CMYK 0.00% 31.61% 17.42%
39.22%

Color #9B6A80 in popluar number systems.

HEX 9B 6A 80
Decimal 155 106 128
Binary 10011011 1101010 10000000
Octal 233 152 200

Shades and tints

Shades of #9B6A80

#9B6A80
(155,106,128)
#8D6175
(141,97,117)
#7F586A
(127,88,106)
#714F5F
(113,79,95)
#634654
(99,70,84)
#553D49
(85,61,73)
#47343E
(71,52,62)
#392B33
(57,43,51)
#2B2228
(43,34,40)
#1D191D
(29,25,29)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #9B6A80

#9B6A80
(155,106,128)
#A4778B
(164,119,139)
#AD8496
(173,132,150)
#B691A1
(182,145,161)
#BF9EAC
(191,158,172)
#C8ABB7
(200,171,183)
#D1B8C2
(209,184,194)
#DAC5CD
(218,197,205)
#E3D2D8
(227,210,216)
#ECDFE3
(236,223,227)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6A80; }

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

This text font color is #9B6A80.

Background Color

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

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

This div background color is #9B6A80.

Border color

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

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

This div border color is #9B6A80.

Opacity

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

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

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

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

This text has shadow with #9B6A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6A80.

Preview

Color preview on black background

This text has color #9B6A80 on black background.


Color preview on white background

This text has color #9B6A80 on white background.


Black color preview on #9B6A80 background

This text has black color on #9B6A80 background.


White color preview on #9B6A80 background

This text has white color on #9B6A80 background.


Related colors

Complementary color

Complementary color for #hex is #64957F.


I love getcolorcode.com

Triadic colors

1 #809B6A and #6A809B with #9B6A80 are triadic colors.

2 #806A9B and #6A9B80 with #9B6A80 are triadic colors.