COLOR #B587AF

HEX: #B587AF RGB: (181,135,175)

Color info

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

RGB color model

#B587AF color RGB value is (181,135,175).

RGB: (181,135,175) (71%, 53%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 175 of 255 = 69%

181
135
175

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

Portions of RGB colors in percentages

R + G + B = 181 + 135 + 175 = 491 (100%)
R 181 of 491 ~ 36.86%
G 135 of 491 ~ 27.49%
B 175 of 491 ~ 35.64'%

%36.86
%27.49
%35.64

CMYK color model

#B587AF color CMYK value is (0,25,3,29).

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

CMYK: (0,25,3,29)
C0M25Y3K29 (0%, 25%, 3%, 29%)
(0.00 / 0.25 / 0.03 / 0.29)

CMYK percentages

%0
%25.41
%3.31
%29.02

Codes

Color #B587AF in popluar color models

B5 87 AF
RGB 181 135 175
HSL 308° 23.71% 61.96%
HSB/HSV 308° 25.41% 70.98%
CMYK 0.00% 25.41% 3.31%
29.02%

Color #B587AF in popluar number systems.

HEX B5 87 AF
Decimal 181 135 175
Binary 10110101 10000111 10101111
Octal 265 207 257

Shades and tints

Shades of #B587AF

#B587AF
(181,135,175)
#A57BA0
(165,123,160)
#956F91
(149,111,145)
#856382
(133,99,130)
#755773
(117,87,115)
#654B64
(101,75,100)
#553F55
(85,63,85)
#453346
(69,51,70)
#352737
(53,39,55)
#251B28
(37,27,40)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #B587AF

#B587AF
(181,135,175)
#BB91B6
(187,145,182)
#C19BBD
(193,155,189)
#C7A5C4
(199,165,196)
#CDAFCB
(205,175,203)
#D3B9D2
(211,185,210)
#D9C3D9
(217,195,217)
#DFCDE0
(223,205,224)
#E5D7E7
(229,215,231)
#EBE1EE
(235,225,238)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B587AF; }

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

This text font color is #B587AF.

Background Color

.myBgColor { background-color: #B587AF; }

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

This div background color is #B587AF.

Border color

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

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

This div border color is #B587AF.

Opacity

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

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

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

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

This text has shadow with #B587AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B587AF.

Preview

Color preview on black background

This text has color #B587AF on black background.


Color preview on white background

This text has color #B587AF on white background.


Black color preview on #B587AF background

This text has black color on #B587AF background.


White color preview on #B587AF background

This text has white color on #B587AF background.


Related colors

Complementary color

Complementary color for #hex is #4A7850.


I love getcolorcode.com

Triadic colors

1 #AFB587 and #87AFB5 with #B587AF are triadic colors.

2 #AF87B5 and #87B5AF with #B587AF are triadic colors.