COLOR #9B6680

HEX: #9B6680
RGB: (155,102,128)

Color info

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

RGB color model

#9B6680 color RGB value is (155,102,128).

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

RGB channels and saturation

R 155 of 255 = 61%
G 102 of 255 = 40%
B 128 of 255 = 50%

155
102
128

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

Portions of RGB colors in percentages

R + G + B =
155 + 102 + 128 = 385 (100%)
R 155 of 385 ~ 40.26%
G 102 of 385 ~ 26.49%
B 128 of 385 ~ 33.25%

%40.26
%26.49
%33.25

CMYK color model

#9B6680 color CMYK value is (0,34,17,39).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 17.42%
  • key color value is 39.22%
CMYK:
(0,34,17,39)
C0M34Y17K39 
(0%,34%,17%,39%)
(0.00/0.34/0.17/0.39)	

CMYK percentages

%0
%34.19
%17.42
%39.22

Codes

Color #9B6680 in popluar color models

9B6680
RGB155102128
HSL331°20.95%50.39%
HSB/HSV331°34.19%60.78%
CMYK0.00%34.19%17.42%
39.22%

Color #9B6680 in popluar number systems.

HEX9B6680
Decimal155102128
Binary10011011110011010000000
Octal233146200

Shades and tints

Shades of #9B6680

#9B6680
(155,102,128)
#8D5D75
(141,93,117)
#7F546A
(127,84,106)
#714B5F
(113,75,95)
#634254
(99,66,84)
#553949
(85,57,73)
#47303E
(71,48,62)
#392733
(57,39,51)
#2B1E28
(43,30,40)
#1D151D
(29,21,29)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #9B6680

#9B6680
(155,102,128)
#A4738B
(164,115,139)
#AD8096
(173,128,150)
#B68DA1
(182,141,161)
#BF9AAC
(191,154,172)
#C8A7B7
(200,167,183)
#D1B4C2
(209,180,194)
#DAC1CD
(218,193,205)
#E3CED8
(227,206,216)
#ECDBE3
(236,219,227)
#F5E8EE
(245,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6680; }

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

This text font color is #9B6680.


Background Color

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

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

This div background color is #9B6680.


Border color

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

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

This div border color is #9B6680.


Opacity

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

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

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

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

This text has shadow with #9B6680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6680 on black background.


Color preview on white background

This text has color #9B6680 on white background.



Black color preview on #9B6680 background

This text has black color on #9B6680 background.


White color preview on #9B6680 background

This text has white color on #9B6680 background.