COLOR #9B7487

HEX: #9B7487
RGB: (155,116,135)

Color info

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

RGB color model

#9B7487 color RGB value is (155,116,135).

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

RGB channels and saturation

R 155 of 255 = 61%
G 116 of 255 = 45%
B 135 of 255 = 53%

155
116
135

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

Portions of RGB colors in percentages

R + G + B =
155 + 116 + 135 = 406 (100%)
R 155 of 406 ~ 38.18%
G 116 of 406 ~ 28.57%
B 135 of 406 ~ 33.25%

%38.18
%28.57
%33.25

CMYK color model

#9B7487 color CMYK value is (0,25,13,39).

  • cyan value is 0.00%
  • magenta value is 25.16%
  • yellow value is 12.90%
  • key color value is 39.22%
CMYK:
(0,25,13,39)
C0M25Y13K39 
(0%,25%,13%,39%)
(0.00/0.25/0.13/0.39)	

CMYK percentages

%0
%25.16
%12.9
%39.22

Codes

Color #9B7487 in popluar color models

9B7487
RGB155116135
HSL331°16.32%53.14%
HSB/HSV331°25.16%60.78%
CMYK0.00%25.16%12.90%
39.22%

Color #9B7487 in popluar number systems.

HEX9B7487
Decimal155116135
Binary10011011111010010000111
Octal233164207

Shades and tints

Shades of #9B7487

#9B7487
(155,116,135)
#8D6A7B
(141,106,123)
#7F606F
(127,96,111)
#715663
(113,86,99)
#634C57
(99,76,87)
#55424B
(85,66,75)
#47383F
(71,56,63)
#392E33
(57,46,51)
#2B2427
(43,36,39)
#1D1A1B
(29,26,27)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #9B7487

#9B7487
(155,116,135)
#A48091
(164,128,145)
#AD8C9B
(173,140,155)
#B698A5
(182,152,165)
#BFA4AF
(191,164,175)
#C8B0B9
(200,176,185)
#D1BCC3
(209,188,195)
#DAC8CD
(218,200,205)
#E3D4D7
(227,212,215)
#ECE0E1
(236,224,225)
#F5ECEB
(245,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7487 color. Also use rgb(155,116,135) instead hex code.

Text Font Color

.myTextColor { color: #9B7487; }

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

This text font color is #9B7487.


Background Color

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

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

This div background color is #9B7487.


Border color

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

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

This div border color is #9B7487.


Opacity

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

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

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

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

This text has shadow with #9B7487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7487 on black background.


Color preview on white background

This text has color #9B7487 on white background.



Black color preview on #9B7487 background

This text has black color on #9B7487 background.


White color preview on #9B7487 background

This text has white color on #9B7487 background.