COLOR #B587A3

HEX: #B587A3
RGB: (181,135,163)

Color info

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

RGB color model

#B587A3 color RGB value is (181,135,163).

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

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 163 of 255 = 64%

181
135
163

R + G + B ~ 63%. #B587A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 135 + 163 = 479 (100%)
R 181 of 479 ~ 37.79%
G 135 of 479 ~ 28.18%
B 163 of 479 ~ 34.03%

%37.79
%28.18
%34.03

CMYK color model

#B587A3 color CMYK value is (0,25,10,29).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 9.94%
  • key color value is 29.02%
CMYK:
(0,25,10,29)
C0M25Y10K29 
(0%,25%,10%,29%)
(0.00/0.25/0.10/0.29)	

CMYK percentages

%0
%25.41
%9.94
%29.02

Codes

Color #B587A3 in popluar color models

B587A3
RGB181135163
HSL323°23.71%61.96%
HSB/HSV323°25.41%70.98%
CMYK0.00%25.41%9.94%
29.02%

Color #B587A3 in popluar number systems.

HEXB587A3
Decimal181135163
Binary101101011000011110100011
Octal265207243

Shades and tints

Shades of #B587A3

#B587A3
(181,135,163)
#A57B95
(165,123,149)
#956F87
(149,111,135)
#856379
(133,99,121)
#75576B
(117,87,107)
#654B5D
(101,75,93)
#553F4F
(85,63,79)
#453341
(69,51,65)
#352733
(53,39,51)
#251B25
(37,27,37)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #B587A3

#B587A3
(181,135,163)
#BB91AB
(187,145,171)
#C19BB3
(193,155,179)
#C7A5BB
(199,165,187)
#CDAFC3
(205,175,195)
#D3B9CB
(211,185,203)
#D9C3D3
(217,195,211)
#DFCDDB
(223,205,219)
#E5D7E3
(229,215,227)
#EBE1EB
(235,225,235)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B587A3; }

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

This text font color is #B587A3.


Background Color

.myBgColor { background-color: #B587A3; }

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

This div background color is #B587A3.


Border color

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

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

This div border color is #B587A3.


Opacity

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

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

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

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

This text has shadow with #B587A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B587A3 on black background.


Color preview on white background

This text has color #B587A3 on white background.



Black color preview on #B587A3 background

This text has black color on #B587A3 background.


White color preview on #B587A3 background

This text has white color on #B587A3 background.