COLOR #9B6076

HEX: #9B6076
RGB: (155,96,118)

Color info

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

RGB color model

#9B6076 color RGB value is (155,96,118).

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

RGB channels and saturation

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

155
96
118

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

Portions of RGB colors in percentages

R + G + B =
155 + 96 + 118 = 369 (100%)
R 155 of 369 ~ 42.01%
G 96 of 369 ~ 26.02%
B 118 of 369 ~ 31.98%

%42.01
%26.02
%31.98

CMYK color model

#9B6076 color CMYK value is (0,38,24,39).

  • cyan value is 0.00%
  • magenta value is 38.06%
  • yellow value is 23.87%
  • key color value is 39.22%
CMYK:
(0,38,24,39)
C0M38Y24K39 
(0%,38%,24%,39%)
(0.00/0.38/0.24/0.39)	

CMYK percentages

%0
%38.06
%23.87
%39.22

Codes

Color #9B6076 in popluar color models

9B6076
RGB15596118
HSL338°23.51%49.22%
HSB/HSV338°38.06%60.78%
CMYK0.00%38.06%23.87%
39.22%

Color #9B6076 in popluar number systems.

HEX9B6076
Decimal15596118
Binary1001101111000001110110
Octal233140166

Shades and tints

Shades of #9B6076

#9B6076
(155,96,118)
#8D586C
(141,88,108)
#7F5062
(127,80,98)
#714858
(113,72,88)
#63404E
(99,64,78)
#553844
(85,56,68)
#47303A
(71,48,58)
#392830
(57,40,48)
#2B2026
(43,32,38)
#1D181C
(29,24,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #9B6076

#9B6076
(155,96,118)
#A46E82
(164,110,130)
#AD7C8E
(173,124,142)
#B68A9A
(182,138,154)
#BF98A6
(191,152,166)
#C8A6B2
(200,166,178)
#D1B4BE
(209,180,190)
#DAC2CA
(218,194,202)
#E3D0D6
(227,208,214)
#ECDEE2
(236,222,226)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6076; }

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

This text font color is #9B6076.


Background Color

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

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

This div background color is #9B6076.


Border color

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

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

This div border color is #9B6076.


Opacity

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

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

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

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

This text has shadow with #9B6076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6076 on black background.


Color preview on white background

This text has color #9B6076 on white background.



Black color preview on #9B6076 background

This text has black color on #9B6076 background.


White color preview on #9B6076 background

This text has white color on #9B6076 background.