COLOR #B587A8

HEX: #B587A8
RGB: (181,135,168)

Color info

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

RGB color model

#B587A8 color RGB value is (181,135,168).

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

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 168 of 255 = 66%

181
135
168

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

Portions of RGB colors in percentages

R + G + B =
181 + 135 + 168 = 484 (100%)
R 181 of 484 ~ 37.4%
G 135 of 484 ~ 27.89%
B 168 of 484 ~ 34.71%

%37.4
%27.89
%34.71

CMYK color model

#B587A8 color CMYK value is (0,25,7,29).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 7.18%
  • key color value is 29.02%
CMYK:
(0,25,7,29)
C0M25Y7K29 
(0%,25%,7%,29%)
(0.00/0.25/0.07/0.29)	

CMYK percentages

%0
%25.41
%7.18
%29.02

Codes

Color #B587A8 in popluar color models

B587A8
RGB181135168
HSL317°23.71%61.96%
HSB/HSV317°25.41%70.98%
CMYK0.00%25.41%7.18%
29.02%

Color #B587A8 in popluar number systems.

HEXB587A8
Decimal181135168
Binary101101011000011110101000
Octal265207250

Shades and tints

Shades of #B587A8

#B587A8
(181,135,168)
#A57B99
(165,123,153)
#956F8A
(149,111,138)
#85637B
(133,99,123)
#75576C
(117,87,108)
#654B5D
(101,75,93)
#553F4E
(85,63,78)
#45333F
(69,51,63)
#352730
(53,39,48)
#251B21
(37,27,33)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #B587A8

#B587A8
(181,135,168)
#BB91AF
(187,145,175)
#C19BB6
(193,155,182)
#C7A5BD
(199,165,189)
#CDAFC4
(205,175,196)
#D3B9CB
(211,185,203)
#D9C3D2
(217,195,210)
#DFCDD9
(223,205,217)
#E5D7E0
(229,215,224)
#EBE1E7
(235,225,231)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B587A8; }

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

This text font color is #B587A8.


Background Color

.myBgColor { background-color: #B587A8; }

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

This div background color is #B587A8.


Border color

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

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

This div border color is #B587A8.


Opacity

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

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

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

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

This text has shadow with #B587A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B587A8 on black background.


Color preview on white background

This text has color #B587A8 on white background.



Black color preview on #B587A8 background

This text has black color on #B587A8 background.


White color preview on #B587A8 background

This text has white color on #B587A8 background.