COLOR #9586B0

HEX: #9586B0
RGB: (149,134,176)

Color info

#9586B0 contains red, green and blue colors in about the same proportion. Web safe color of #9586B0 is #999999 (or #999).

RGB color model

#9586B0 color RGB value is (149,134,176).

  • red value is 149;
  • green value is 134;
  • blue value is 176.
RGB:
(149,134,176)
(58%,53%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 176 of 255 = 69%

149
134
176

R + G + B ~ 60%. #9586B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 176 = 459 (100%)
R 149 of 459 ~ 32.46%
G 134 of 459 ~ 29.19%
B 176 of 459 ~ 38.34%

%32.46
%29.19
%38.34

CMYK color model

#9586B0 color CMYK value is (15,24,0,31).

  • cyan value is 15.34%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(15,24,0,31)
C15M24Y0K31 
(15%,24%,0%,31%)
(0.15/0.24/0.00/0.31)	

CMYK percentages

%15.34
%23.86
%0
%30.98

Codes

Color #9586B0 in popluar color models

9586B0
RGB149134176
HSL261°21.00%60.78%
HSB/HSV261°23.86%69.02%
CMYK15.34%23.86%0.00%
30.98%

Color #9586B0 in popluar number systems.

HEX9586B0
Decimal149134176
Binary100101011000011010110000
Octal225206260

Shades and tints

Shades of #9586B0

#9586B0
(149,134,176)
#887AA0
(136,122,160)
#7B6E90
(123,110,144)
#6E6280
(110,98,128)
#615670
(97,86,112)
#544A60
(84,74,96)
#473E50
(71,62,80)
#3A3240
(58,50,64)
#2D2630
(45,38,48)
#201A20
(32,26,32)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #9586B0

#9586B0
(149,134,176)
#9E91B7
(158,145,183)
#A79CBE
(167,156,190)
#B0A7C5
(176,167,197)
#B9B2CC
(185,178,204)
#C2BDD3
(194,189,211)
#CBC8DA
(203,200,218)
#D4D3E1
(212,211,225)
#DDDEE8
(221,222,232)
#E6E9EF
(230,233,239)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9586B0 color. Also use rgb(149,134,176) instead hex code.

Text Font Color

.myTextColor { color: #9586B0; }

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

This text font color is #9586B0.


Background Color

.myBgColor { background-color: #9586B0; }

<div style="background-color:#9586B0">Inner text</div>

This div background color is #9586B0.


Border color

.myBorderColor { border: 1px solid #9586B0; }

<div style="border:3px solid #9586B0">Div</div>

This div border color is #9586B0.


Opacity

.myOpacity80 { color: #9586B0; opacity: 0.8; }

<p style="color:#9586B0;opacity:0.8;">80%</p>

Text with #9586B0 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 #9586B0;}

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

This text has shadow with #9586B0 color.

.textShadow {text-shadow: 3px 3px 1px #9586B0, 3px 3px 1px red;}

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

This text has shadow with #9586B0 primary color and red secondary color.


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

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

This text has shadow with #9586B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9586B0 on black background.


Color preview on white background

This text has color #9586B0 on white background.



Black color preview on #9586B0 background

This text has black color on #9586B0 background.


White color preview on #9586B0 background

This text has white color on #9586B0 background.