COLOR #9587A7

HEX: #9587A7 RGB: (149,135,167)

Color info

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

RGB color model

#9587A7 color RGB value is (149,135,167).

RGB: (149,135,167) (58%, 53%, 65%)

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 167 of 255 = 65%

149
135
167

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

Portions of RGB colors in percentages

R + G + B = 149 + 135 + 167 = 451 (100%)
R 149 of 451 ~ 33.04%
G 135 of 451 ~ 29.93%
B 167 of 451 ~ 37.03'%

%33.04
%29.93
%37.03

CMYK color model

#9587A7 color CMYK value is (11,19,0,35).

  • cyan value is 10.78%
  • magenta value is 19.16%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (11,19,0,35) C11M19Y0K35 (11%,19%,0%,35%) (0.11/0.19/0.00/0.35) 

CMYK percentages

%10.78
%19.16
%0
%34.51

Codes

Color #9587A7 in popluar color models

95 87 A7
RGB 149 135 167
HSL 266° 15.38% 59.22%
HSB/HSV 266° 19.16% 65.49%
CMYK 10.78% 19.16% 0.00%
34.51%

Color #9587A7 in popluar number systems.

HEX 95 87 A7
Decimal 149 135 167
Binary 10010101 10000111 10100111
Octal 225 207 247

Shades and tints

Shades of #9587A7

#9587A7
(149,135,167)
#887B98
(136,123,152)
#7B6F89
(123,111,137)
#6E637A
(110,99,122)
#61576B
(97,87,107)
#544B5C
(84,75,92)
#473F4D
(71,63,77)
#3A333E
(58,51,62)
#2D272F
(45,39,47)
#201B20
(32,27,32)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #9587A7

#9587A7
(149,135,167)
#9E91AF
(158,145,175)
#A79BB7
(167,155,183)
#B0A5BF
(176,165,191)
#B9AFC7
(185,175,199)
#C2B9CF
(194,185,207)
#CBC3D7
(203,195,215)
#D4CDDF
(212,205,223)
#DDD7E7
(221,215,231)
#E6E1EF
(230,225,239)
#EFEBF7
(239,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9587A7 color. Also use rgb(149,135,167) instead hex code.

Text Font Color

.myTextColor { color: #9587A7; }

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

This text font color is #9587A7.

Background Color

.myBgColor { background-color: #9587A7; }

<div style="background-color:#9587A7">Inner text</div>

This div background color is #9587A7.

Border color

.myBorderColor { border: 1px solid #9587A7; }

<div style="border:3px solid #9587A7">Div</div>

This div border color is #9587A7.

Opacity

.myOpacity80 { color: #9587A7; opacity: 0.8; }

<p style="color:#9587A7;opacity:0.8;">80%</p>

Text with #9587A7 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 #9587A7;}

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

This text has shadow with #9587A7 color.


.textShadow {text-shadow: 3px 3px 1px #9587A7', 3px 3px 1px red;}

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

This text has shadow with #9587A7 primary color and red secondary color.


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

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

This text has shadow with #9587A7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9587A7; -webkit-box-shadow: 1px 1px 3px 2px #9587A7; box-shadow:1px 1px 3px 2px #9587A7;">
Div content here
</div>

This div box has shadow with color #9587A7.

Preview

Color preview on black background

This text has color #9587A7 on black background.


Color preview on white background

This text has color #9587A7 on white background.


Black color preview on #9587A7 background

This text has black color on #9587A7 background.


White color preview on #9587A7 background

This text has white color on #9587A7 background.


Related colors

Complementary color

Complementary color for #hex is #6A7858.


I love getcolorcode.com

Triadic colors

1 #A79587 and #87A795 with #9587A7 are triadic colors.

2 #A78795 and #8795A7 with #9587A7 are triadic colors.