COLOR #B587AB

HEX: #B587AB
RGB: (181,135,171)

Color info

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

RGB color model

#B587AB color RGB value is (181,135,171).

  • red value is 181;
  • green value is 135;
  • blue value is 171.
RGB:
(181,135,171)
(71%,53%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 171 of 255 = 67%

181
135
171

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

Portions of RGB colors in percentages

R + G + B =
181 + 135 + 171 = 487 (100%)
R 181 of 487 ~ 37.17%
G 135 of 487 ~ 27.72%
B 171 of 487 ~ 35.11%

%37.17
%27.72
%35.11

CMYK color model

#B587AB color CMYK value is (0,25,6,29).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(0,25,6,29)
C0M25Y6K29 
(0%,25%,6%,29%)
(0.00/0.25/0.06/0.29)	

CMYK percentages

%0
%25.41
%5.52
%29.02

Codes

Color #B587AB in popluar color models

B587AB
RGB181135171
HSL313°23.71%61.96%
HSB/HSV313°25.41%70.98%
CMYK0.00%25.41%5.52%
29.02%

Color #B587AB in popluar number systems.

HEXB587AB
Decimal181135171
Binary101101011000011110101011
Octal265207253

Shades and tints

Shades of #B587AB

#B587AB
(181,135,171)
#A57B9C
(165,123,156)
#956F8D
(149,111,141)
#85637E
(133,99,126)
#75576F
(117,87,111)
#654B60
(101,75,96)
#553F51
(85,63,81)
#453342
(69,51,66)
#352733
(53,39,51)
#251B24
(37,27,36)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #B587AB

#B587AB
(181,135,171)
#BB91B2
(187,145,178)
#C19BB9
(193,155,185)
#C7A5C0
(199,165,192)
#CDAFC7
(205,175,199)
#D3B9CE
(211,185,206)
#D9C3D5
(217,195,213)
#DFCDDC
(223,205,220)
#E5D7E3
(229,215,227)
#EBE1EA
(235,225,234)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B587AB; }

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

This text font color is #B587AB.


Background Color

.myBgColor { background-color: #B587AB; }

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

This div background color is #B587AB.


Border color

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

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

This div border color is #B587AB.


Opacity

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

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

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

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

This text has shadow with #B587AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B587AB on black background.


Color preview on white background

This text has color #B587AB on white background.



Black color preview on #B587AB background

This text has black color on #B587AB background.


White color preview on #B587AB background

This text has white color on #B587AB background.