COLOR #9586A1

HEX: #9586A1
RGB: (149,134,161)

Color info

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

RGB color model

#9586A1 color RGB value is (149,134,161).

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

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 161 of 255 = 63%

149
134
161

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 161 = 444 (100%)
R 149 of 444 ~ 33.56%
G 134 of 444 ~ 30.18%
B 161 of 444 ~ 36.26%

%33.56
%30.18
%36.26

CMYK color model

#9586A1 color CMYK value is (7,17,0,37).

  • cyan value is 7.45%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(7,17,0,37)
C7M17Y0K37 
(7%,17%,0%,37%)
(0.07/0.17/0.00/0.37)	

CMYK percentages

%7.45
%16.77
%0
%36.86

Codes

Color #9586A1 in popluar color models

9586A1
RGB149134161
HSL273°12.56%57.84%
HSB/HSV273°16.77%63.14%
CMYK7.45%16.77%0.00%
36.86%

Color #9586A1 in popluar number systems.

HEX9586A1
Decimal149134161
Binary100101011000011010100001
Octal225206241

Shades and tints

Shades of #9586A1

#9586A1
(149,134,161)
#887A93
(136,122,147)
#7B6E85
(123,110,133)
#6E6277
(110,98,119)
#615669
(97,86,105)
#544A5B
(84,74,91)
#473E4D
(71,62,77)
#3A323F
(58,50,63)
#2D2631
(45,38,49)
#201A23
(32,26,35)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #9586A1

#9586A1
(149,134,161)
#9E91A9
(158,145,169)
#A79CB1
(167,156,177)
#B0A7B9
(176,167,185)
#B9B2C1
(185,178,193)
#C2BDC9
(194,189,201)
#CBC8D1
(203,200,209)
#D4D3D9
(212,211,217)
#DDDEE1
(221,222,225)
#E6E9E9
(230,233,233)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9586A1; }

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

This text font color is #9586A1.


Background Color

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

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

This div background color is #9586A1.


Border color

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

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

This div border color is #9586A1.


Opacity

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

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

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

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

This text has shadow with #9586A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9586A1 on black background.


Color preview on white background

This text has color #9586A1 on white background.



Black color preview on #9586A1 background

This text has black color on #9586A1 background.


White color preview on #9586A1 background

This text has white color on #9586A1 background.