COLOR #9B7289

HEX: #9B7289
RGB: (155,114,137)

Color info

#9B7289 contains red, green and blue colors in about the same proportion. Web safe color of #9B7289 is #996699 (or #969).

RGB color model

#9B7289 color RGB value is (155,114,137).

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

RGB channels and saturation

R 155 of 255 = 61%
G 114 of 255 = 45%
B 137 of 255 = 54%

155
114
137

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

Portions of RGB colors in percentages

R + G + B =
155 + 114 + 137 = 406 (100%)
R 155 of 406 ~ 38.18%
G 114 of 406 ~ 28.08%
B 137 of 406 ~ 33.74%

%38.18
%28.08
%33.74

CMYK color model

#9B7289 color CMYK value is (0,26,12,39).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 11.61%
  • key color value is 39.22%
CMYK:
(0,26,12,39)
C0M26Y12K39 
(0%,26%,12%,39%)
(0.00/0.26/0.12/0.39)	

CMYK percentages

%0
%26.45
%11.61
%39.22

Codes

Color #9B7289 in popluar color models

9B7289
RGB155114137
HSL326°17.01%52.75%
HSB/HSV326°26.45%60.78%
CMYK0.00%26.45%11.61%
39.22%

Color #9B7289 in popluar number systems.

HEX9B7289
Decimal155114137
Binary10011011111001010001001
Octal233162211

Shades and tints

Shades of #9B7289

#9B7289
(155,114,137)
#8D687D
(141,104,125)
#7F5E71
(127,94,113)
#715465
(113,84,101)
#634A59
(99,74,89)
#55404D
(85,64,77)
#473641
(71,54,65)
#392C35
(57,44,53)
#2B2229
(43,34,41)
#1D181D
(29,24,29)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #9B7289

#9B7289
(155,114,137)
#A47E93
(164,126,147)
#AD8A9D
(173,138,157)
#B696A7
(182,150,167)
#BFA2B1
(191,162,177)
#C8AEBB
(200,174,187)
#D1BAC5
(209,186,197)
#DAC6CF
(218,198,207)
#E3D2D9
(227,210,217)
#ECDEE3
(236,222,227)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7289; }

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

This text font color is #9B7289.


Background Color

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

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

This div background color is #9B7289.


Border color

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

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

This div border color is #9B7289.


Opacity

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

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

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

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

This text has shadow with #9B7289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7289 on black background.


Color preview on white background

This text has color #9B7289 on white background.



Black color preview on #9B7289 background

This text has black color on #9B7289 background.


White color preview on #9B7289 background

This text has white color on #9B7289 background.