COLOR #9B6F7B

HEX: #9B6F7B RGB: (155,111,123)

Color info

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

RGB color model

#9B6F7B color RGB value is (155,111,123).

RGB: (155,111,123) (61%, 44%, 48%)

RGB channels and saturation

R 155 of 255 = 61%
G 111 of 255 = 44%
B 123 of 255 = 48%

155
111
123

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

Portions of RGB colors in percentages

R + G + B = 155 + 111 + 123 = 389 (100%)
R 155 of 389 ~ 39.85%
G 111 of 389 ~ 28.53%
B 123 of 389 ~ 31.62'%

%39.85
%28.53
%31.62

CMYK color model

#9B6F7B color CMYK value is (0,28,21,39).

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 20.65%
  • key color value is 39.22%

CMYK: (0,28,21,39)
C0M28Y21K39 (0%, 28%, 21%, 39%)
(0.00 / 0.28 / 0.21 / 0.39)

CMYK percentages

%0
%28.39
%20.65
%39.22

Codes

Color #9B6F7B in popluar color models

9B 6F 7B
RGB 155 111 123
HSL 344° 18.03% 52.16%
HSB/HSV 344° 28.39% 60.78%
CMYK 0.00% 28.39% 20.65%
39.22%

Color #9B6F7B in popluar number systems.

HEX 9B 6F 7B
Decimal 155 111 123
Binary 10011011 1101111 1111011
Octal 233 157 173

Shades and tints

Shades of #9B6F7B

#9B6F7B
(155,111,123)
#8D6570
(141,101,112)
#7F5B65
(127,91,101)
#71515A
(113,81,90)
#63474F
(99,71,79)
#553D44
(85,61,68)
#473339
(71,51,57)
#39292E
(57,41,46)
#2B1F23
(43,31,35)
#1D1518
(29,21,24)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #9B6F7B

#9B6F7B
(155,111,123)
#A47C87
(164,124,135)
#AD8993
(173,137,147)
#B6969F
(182,150,159)
#BFA3AB
(191,163,171)
#C8B0B7
(200,176,183)
#D1BDC3
(209,189,195)
#DACACF
(218,202,207)
#E3D7DB
(227,215,219)
#ECE4E7
(236,228,231)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6F7B color. Also use rgb(155,111,123) instead hex code.

Text Font Color

.myTextColor { color: #9B6F7B; }

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

This text font color is #9B6F7B.

Background Color

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

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

This div background color is #9B6F7B.

Border color

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

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

This div border color is #9B6F7B.

Opacity

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

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

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

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

This text has shadow with #9B6F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6F7B.

Preview

Color preview on black background

This text has color #9B6F7B on black background.


Color preview on white background

This text has color #9B6F7B on white background.


Black color preview on #9B6F7B background

This text has black color on #9B6F7B background.


White color preview on #9B6F7B background

This text has white color on #9B6F7B background.


Related colors

Complementary color

Complementary color for #hex is #649084.


I love getcolorcode.com

Triadic colors

1 #7B9B6F and #6F7B9B with #9B6F7B are triadic colors.

2 #7B6F9B and #6F9B7B with #9B6F7B are triadic colors.