COLOR #9B7386

HEX: #9B7386
RGB: (155,115,134)

Color info

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

RGB color model

#9B7386 color RGB value is (155,115,134).

  • red value is 155;
  • green value is 115;
  • blue value is 134.
RGB:
(155,115,134)
(61%,45%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 115 of 255 = 45%
B 134 of 255 = 53%

155
115
134

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

Portions of RGB colors in percentages

R + G + B =
155 + 115 + 134 = 404 (100%)
R 155 of 404 ~ 38.37%
G 115 of 404 ~ 28.47%
B 134 of 404 ~ 33.17%

%38.37
%28.47
%33.17

CMYK color model

#9B7386 color CMYK value is (0,26,14,39).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 13.55%
  • key color value is 39.22%
CMYK:
(0,26,14,39)
C0M26Y14K39 
(0%,26%,14%,39%)
(0.00/0.26/0.14/0.39)	

CMYK percentages

%0
%25.81
%13.55
%39.22

Codes

Color #9B7386 in popluar color models

9B7386
RGB155115134
HSL332°16.67%52.94%
HSB/HSV332°25.81%60.78%
CMYK0.00%25.81%13.55%
39.22%

Color #9B7386 in popluar number systems.

HEX9B7386
Decimal155115134
Binary10011011111001110000110
Octal233163206

Shades and tints

Shades of #9B7386

#9B7386
(155,115,134)
#8D697A
(141,105,122)
#7F5F6E
(127,95,110)
#715562
(113,85,98)
#634B56
(99,75,86)
#55414A
(85,65,74)
#47373E
(71,55,62)
#392D32
(57,45,50)
#2B2326
(43,35,38)
#1D191A
(29,25,26)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #9B7386

#9B7386
(155,115,134)
#A47F91
(164,127,145)
#AD8B9C
(173,139,156)
#B697A7
(182,151,167)
#BFA3B2
(191,163,178)
#C8AFBD
(200,175,189)
#D1BBC8
(209,187,200)
#DAC7D3
(218,199,211)
#E3D3DE
(227,211,222)
#ECDFE9
(236,223,233)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7386 color. Also use rgb(155,115,134) instead hex code.

Text Font Color

.myTextColor { color: #9B7386; }

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

This text font color is #9B7386.


Background Color

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

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

This div background color is #9B7386.


Border color

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

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

This div border color is #9B7386.


Opacity

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

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

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

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

This text has shadow with #9B7386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7386 on black background.


Color preview on white background

This text has color #9B7386 on white background.



Black color preview on #9B7386 background

This text has black color on #9B7386 background.


White color preview on #9B7386 background

This text has white color on #9B7386 background.