COLOR #9586A9

HEX: #9586A9
RGB: (149,134,169)

Color info

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

RGB color model

#9586A9 color RGB value is (149,134,169).

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

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 169 of 255 = 66%

149
134
169

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 169 = 452 (100%)
R 149 of 452 ~ 32.96%
G 134 of 452 ~ 29.65%
B 169 of 452 ~ 37.39%

%32.96
%29.65
%37.39

CMYK color model

#9586A9 color CMYK value is (12,21,0,34).

  • cyan value is 11.83%
  • magenta value is 20.71%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(12,21,0,34)
C12M21Y0K34 
(12%,21%,0%,34%)
(0.12/0.21/0.00/0.34)	

CMYK percentages

%11.83
%20.71
%0
%33.73

Codes

Color #9586A9 in popluar color models

9586A9
RGB149134169
HSL266°16.91%59.41%
HSB/HSV266°20.71%66.27%
CMYK11.83%20.71%0.00%
33.73%

Color #9586A9 in popluar number systems.

HEX9586A9
Decimal149134169
Binary100101011000011010101001
Octal225206251

Shades and tints

Shades of #9586A9

#9586A9
(149,134,169)
#887A9A
(136,122,154)
#7B6E8B
(123,110,139)
#6E627C
(110,98,124)
#61566D
(97,86,109)
#544A5E
(84,74,94)
#473E4F
(71,62,79)
#3A3240
(58,50,64)
#2D2631
(45,38,49)
#201A22
(32,26,34)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #9586A9

#9586A9
(149,134,169)
#9E91B0
(158,145,176)
#A79CB7
(167,156,183)
#B0A7BE
(176,167,190)
#B9B2C5
(185,178,197)
#C2BDCC
(194,189,204)
#CBC8D3
(203,200,211)
#D4D3DA
(212,211,218)
#DDDEE1
(221,222,225)
#E6E9E8
(230,233,232)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9586A9; }

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

This text font color is #9586A9.


Background Color

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

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

This div background color is #9586A9.


Border color

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

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

This div border color is #9586A9.


Opacity

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

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

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

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

This text has shadow with #9586A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9586A9 on black background.


Color preview on white background

This text has color #9586A9 on white background.



Black color preview on #9586A9 background

This text has black color on #9586A9 background.


White color preview on #9586A9 background

This text has white color on #9586A9 background.