COLOR #9B86B7

HEX: #9B86B7
RGB: (155,134,183)

Color info

#9B86B7 contains red, green and blue colors in about the same proportion. Web safe color of #9B86B7 is #9999CC (or #99C).

RGB color model

#9B86B7 color RGB value is (155,134,183).

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

RGB channels and saturation

R 155 of 255 = 61%
G 134 of 255 = 53%
B 183 of 255 = 72%

155
134
183

R + G + B ~ 62%. #9B86B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 134 + 183 = 472 (100%)
R 155 of 472 ~ 32.84%
G 134 of 472 ~ 28.39%
B 183 of 472 ~ 38.77%

%32.84
%28.39
%38.77

CMYK color model

#9B86B7 color CMYK value is (15,27,0,28).

  • cyan value is 15.30%
  • magenta value is 26.78%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(15,27,0,28)
C15M27Y0K28 
(15%,27%,0%,28%)
(0.15/0.27/0.00/0.28)	

CMYK percentages

%15.3
%26.78
%0
%28.24

Codes

Color #9B86B7 in popluar color models

9B86B7
RGB155134183
HSL266°25.39%62.16%
HSB/HSV266°26.78%71.76%
CMYK15.30%26.78%0.00%
28.24%

Color #9B86B7 in popluar number systems.

HEX9B86B7
Decimal155134183
Binary100110111000011010110111
Octal233206267

Shades and tints

Shades of #9B86B7

#9B86B7
(155,134,183)
#8D7AA7
(141,122,167)
#7F6E97
(127,110,151)
#716287
(113,98,135)
#635677
(99,86,119)
#554A67
(85,74,103)
#473E57
(71,62,87)
#393247
(57,50,71)
#2B2637
(43,38,55)
#1D1A27
(29,26,39)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #9B86B7

#9B86B7
(155,134,183)
#A491BD
(164,145,189)
#AD9CC3
(173,156,195)
#B6A7C9
(182,167,201)
#BFB2CF
(191,178,207)
#C8BDD5
(200,189,213)
#D1C8DB
(209,200,219)
#DAD3E1
(218,211,225)
#E3DEE7
(227,222,231)
#ECE9ED
(236,233,237)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B86B7; }

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

This text font color is #9B86B7.


Background Color

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

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

This div background color is #9B86B7.


Border color

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

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

This div border color is #9B86B7.


Opacity

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

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

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

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

This text has shadow with #9B86B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B86B7 on black background.


Color preview on white background

This text has color #9B86B7 on white background.



Black color preview on #9B86B7 background

This text has black color on #9B86B7 background.


White color preview on #9B86B7 background

This text has white color on #9B86B7 background.