COLOR #B587AD

HEX: #B587AD RGB: (181,135,173)

Color info

#B587AD contains red, green and blue colors in about the same proportion. Web safe color of #B587AD is #CC9999 (or #C99).

RGB color model

#B587AD color RGB value is (181,135,173).

RGB: (181,135,173) (71%, 53%, 68%)

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 173 of 255 = 68%

181
135
173

R + G + B ~ 64%. #B587AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 135 + 173 = 489 (100%)
R 181 of 489 ~ 37.01%
G 135 of 489 ~ 27.61%
B 173 of 489 ~ 35.38'%

%37.01
%27.61
%35.38

CMYK color model

#B587AD color CMYK value is (0,25,4,29).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 4.42%
  • key color value is 29.02%

CMYK: (0,25,4,29)
C0M25Y4K29 (0%, 25%, 4%, 29%)
(0.00 / 0.25 / 0.04 / 0.29)

CMYK percentages

%0
%25.41
%4.42
%29.02

Codes

Color #B587AD in popluar color models

B5 87 AD
RGB 181 135 173
HSL 310° 23.71% 61.96%
HSB/HSV 310° 25.41% 70.98%
CMYK 0.00% 25.41% 4.42%
29.02%

Color #B587AD in popluar number systems.

HEX B5 87 AD
Decimal 181 135 173
Binary 10110101 10000111 10101101
Octal 265 207 255

Shades and tints

Shades of #B587AD

#B587AD
(181,135,173)
#A57B9E
(165,123,158)
#956F8F
(149,111,143)
#856380
(133,99,128)
#755771
(117,87,113)
#654B62
(101,75,98)
#553F53
(85,63,83)
#453344
(69,51,68)
#352735
(53,39,53)
#251B26
(37,27,38)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #B587AD

#B587AD
(181,135,173)
#BB91B4
(187,145,180)
#C19BBB
(193,155,187)
#C7A5C2
(199,165,194)
#CDAFC9
(205,175,201)
#D3B9D0
(211,185,208)
#D9C3D7
(217,195,215)
#DFCDDE
(223,205,222)
#E5D7E5
(229,215,229)
#EBE1EC
(235,225,236)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B587AD color. Also use rgb(181,135,173) instead hex code.

Text Font Color

.myTextColor { color: #B587AD; }

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

This text font color is #B587AD.

Background Color

.myBgColor { background-color: #B587AD; }

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

This div background color is #B587AD.

Border color

.myBorderColor { border: 1px solid #B587AD; }

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

This div border color is #B587AD.

Opacity

.myOpacity80 { color: #B587AD; opacity: 0.8; }

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

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

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

This text has shadow with #B587AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B587AD.

Preview

Color preview on black background

This text has color #B587AD on black background.


Color preview on white background

This text has color #B587AD on white background.


Black color preview on #B587AD background

This text has black color on #B587AD background.


White color preview on #B587AD background

This text has white color on #B587AD background.


Related colors

Complementary color

Complementary color for #hex is #4A7852.


I love getcolorcode.com

Triadic colors

1 #ADB587 and #87ADB5 with #B587AD are triadic colors.

2 #AD87B5 and #87B5AD with #B587AD are triadic colors.