COLOR #9B7987

HEX: #9B7987
RGB: (155,121,135)

Color info

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

RGB color model

#9B7987 color RGB value is (155,121,135).

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

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 135 of 255 = 53%

155
121
135

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

Portions of RGB colors in percentages

R + G + B =
155 + 121 + 135 = 411 (100%)
R 155 of 411 ~ 37.71%
G 121 of 411 ~ 29.44%
B 135 of 411 ~ 32.85%

%37.71
%29.44
%32.85

CMYK color model

#9B7987 color CMYK value is (0,22,13,39).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 12.90%
  • key color value is 39.22%
CMYK:
(0,22,13,39)
C0M22Y13K39 
(0%,22%,13%,39%)
(0.00/0.22/0.13/0.39)	

CMYK percentages

%0
%21.94
%12.9
%39.22

Codes

Color #9B7987 in popluar color models

9B7987
RGB155121135
HSL335°14.53%54.12%
HSB/HSV335°21.94%60.78%
CMYK0.00%21.94%12.90%
39.22%

Color #9B7987 in popluar number systems.

HEX9B7987
Decimal155121135
Binary10011011111100110000111
Octal233171207

Shades and tints

Shades of #9B7987

#9B7987
(155,121,135)
#8D6E7B
(141,110,123)
#7F636F
(127,99,111)
#715863
(113,88,99)
#634D57
(99,77,87)
#55424B
(85,66,75)
#47373F
(71,55,63)
#392C33
(57,44,51)
#2B2127
(43,33,39)
#1D161B
(29,22,27)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #9B7987

#9B7987
(155,121,135)
#A48591
(164,133,145)
#AD919B
(173,145,155)
#B69DA5
(182,157,165)
#BFA9AF
(191,169,175)
#C8B5B9
(200,181,185)
#D1C1C3
(209,193,195)
#DACDCD
(218,205,205)
#E3D9D7
(227,217,215)
#ECE5E1
(236,229,225)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7987; }

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

This text font color is #9B7987.


Background Color

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

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

This div background color is #9B7987.


Border color

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

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

This div border color is #9B7987.


Opacity

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

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

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

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

This text has shadow with #9B7987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7987 on black background.


Color preview on white background

This text has color #9B7987 on white background.



Black color preview on #9B7987 background

This text has black color on #9B7987 background.


White color preview on #9B7987 background

This text has white color on #9B7987 background.