COLOR #9B6672

HEX: #9B6672
RGB: (155,102,114)

Color info

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

RGB color model

#9B6672 color RGB value is (155,102,114).

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

RGB channels and saturation

R 155 of 255 = 61%
G 102 of 255 = 40%
B 114 of 255 = 45%

155
102
114

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

Portions of RGB colors in percentages

R + G + B =
155 + 102 + 114 = 371 (100%)
R 155 of 371 ~ 41.78%
G 102 of 371 ~ 27.49%
B 114 of 371 ~ 30.73%

%41.78
%27.49
%30.73

CMYK color model

#9B6672 color CMYK value is (0,34,26,39).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 26.45%
  • key color value is 39.22%
CMYK:
(0,34,26,39)
C0M34Y26K39 
(0%,34%,26%,39%)
(0.00/0.34/0.26/0.39)	

CMYK percentages

%0
%34.19
%26.45
%39.22

Codes

Color #9B6672 in popluar color models

9B6672
RGB155102114
HSL346°20.95%50.39%
HSB/HSV346°34.19%60.78%
CMYK0.00%34.19%26.45%
39.22%

Color #9B6672 in popluar number systems.

HEX9B6672
Decimal155102114
Binary1001101111001101110010
Octal233146162

Shades and tints

Shades of #9B6672

#9B6672
(155,102,114)
#8D5D68
(141,93,104)
#7F545E
(127,84,94)
#714B54
(113,75,84)
#63424A
(99,66,74)
#553940
(85,57,64)
#473036
(71,48,54)
#39272C
(57,39,44)
#2B1E22
(43,30,34)
#1D1518
(29,21,24)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #9B6672

#9B6672
(155,102,114)
#A4737E
(164,115,126)
#AD808A
(173,128,138)
#B68D96
(182,141,150)
#BF9AA2
(191,154,162)
#C8A7AE
(200,167,174)
#D1B4BA
(209,180,186)
#DAC1C6
(218,193,198)
#E3CED2
(227,206,210)
#ECDBDE
(236,219,222)
#F5E8EA
(245,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6672; }

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

This text font color is #9B6672.


Background Color

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

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

This div background color is #9B6672.


Border color

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

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

This div border color is #9B6672.


Opacity

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

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

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

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

This text has shadow with #9B6672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6672 on black background.


Color preview on white background

This text has color #9B6672 on white background.



Black color preview on #9B6672 background

This text has black color on #9B6672 background.


White color preview on #9B6672 background

This text has white color on #9B6672 background.