COLOR #9587B6

HEX: #9587B6
RGB: (149,135,182)

Color info

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

RGB color model

#9587B6 color RGB value is (149,135,182).

  • red value is 149;
  • green value is 135;
  • blue value is 182.
RGB: (149,135,182) (58%,53%,71%)

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 182 of 255 = 71%

149
135
182

R + G + B ~ 61%. #9587B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 135 + 182 = 466 (100%)
R 149 of 466 ~ 31.97%
G 135 of 466 ~ 28.97%
B 182 of 466 ~ 39.06%

%31.97
%28.97
%39.06

CMYK color model

#9587B6 color CMYK value is (18,26,0,29).

  • cyan value is 18.13%
  • magenta value is 25.82%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (18,26,0,29) C18M26Y0K29 (18%,26%,0%,29%) (0.18/0.26/0.00/0.29)

CMYK percentages

%18.13
%25.82
%0
%28.63

Codes

Color #9587B6 in popluar color models

9587B6
RGB149135182
HSL258°24.35%62.16%
HSB/HSV258°25.82%71.37%
CMYK18.13%25.82%0.00%
28.63%

Color #9587B6 in popluar number systems.

HEX9587B6
Decimal149135182
Binary100101011000011110110110
Octal225207266

Shades and tints

Shades of #9587B6

#9587B6
(149,135,182)
#887BA6
(136,123,166)
#7B6F96
(123,111,150)
#6E6386
(110,99,134)
#615776
(97,87,118)
#544B66
(84,75,102)
#473F56
(71,63,86)
#3A3346
(58,51,70)
#2D2736
(45,39,54)
#201B26
(32,27,38)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #9587B6

#9587B6
(149,135,182)
#9E91BC
(158,145,188)
#A79BC2
(167,155,194)
#B0A5C8
(176,165,200)
#B9AFCE
(185,175,206)
#C2B9D4
(194,185,212)
#CBC3DA
(203,195,218)
#D4CDE0
(212,205,224)
#DDD7E6
(221,215,230)
#E6E1EC
(230,225,236)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9587B6; }

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

This text font color is #9587B6.


Background Color

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

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

This div background color is #9587B6.


Border color

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

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

This div border color is #9587B6.


Opacity

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

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

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

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

This text has shadow with #9587B6 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #9587B6; -webkit-box-shadow:	1px 1px 3px 2px #9587B6; box-shadow:	1px 1px 3px 2px #9587B6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9587B6; -webkit-box-shadow: 1px 1px 3px 2px #9587B6; box-shadow:1px 1px 3px 2px #9587B6;">
Div content here</div>
This div box has shadow with color #9587B6.

Preview

Color preview on black background

This text has color #9587B6 on black background.


Color preview on white background

This text has color #9587B6 on white background.



Black color preview on #9587B6 background

This text has black color on #9587B6 background.


White color preview on #9587B6 background

This text has white color on #9587B6 background.