COLOR #BB87A7

HEX: #BB87A7
RGB: (187,135,167)

Color info

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

RGB color model

#BB87A7 color RGB value is (187,135,167).

  • red value is 187;
  • green value is 135;
  • blue value is 167.
RGB:
(187,135,167)
(73%,53%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 135 of 255 = 53%
B 167 of 255 = 65%

187
135
167

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

Portions of RGB colors in percentages

R + G + B =
187 + 135 + 167 = 489 (100%)
R 187 of 489 ~ 38.24%
G 135 of 489 ~ 27.61%
B 167 of 489 ~ 34.15%

%38.24
%27.61
%34.15

CMYK color model

#BB87A7 color CMYK value is (0,28,11,27).

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(0,28,11,27)
C0M28Y11K27 
(0%,28%,11%,27%)
(0.00/0.28/0.11/0.27)	

CMYK percentages

%0
%27.81
%10.7
%26.67

Codes

Color #BB87A7 in popluar color models

BB87A7
RGB187135167
HSL323°27.66%63.14%
HSB/HSV323°27.81%73.33%
CMYK0.00%27.81%10.70%
26.67%

Color #BB87A7 in popluar number systems.

HEXBB87A7
Decimal187135167
Binary101110111000011110100111
Octal273207247

Shades and tints

Shades of #BB87A7

#BB87A7
(187,135,167)
#AA7B98
(170,123,152)
#996F89
(153,111,137)
#88637A
(136,99,122)
#77576B
(119,87,107)
#664B5C
(102,75,92)
#553F4D
(85,63,77)
#44333E
(68,51,62)
#33272F
(51,39,47)
#221B20
(34,27,32)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #BB87A7

#BB87A7
(187,135,167)
#C191AF
(193,145,175)
#C79BB7
(199,155,183)
#CDA5BF
(205,165,191)
#D3AFC7
(211,175,199)
#D9B9CF
(217,185,207)
#DFC3D7
(223,195,215)
#E5CDDF
(229,205,223)
#EBD7E7
(235,215,231)
#F1E1EF
(241,225,239)
#F7EBF7
(247,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB87A7 color. Also use rgb(187,135,167) instead hex code.

Text Font Color

.myTextColor { color: #BB87A7; }

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

This text font color is #BB87A7.


Background Color

.myBgColor { background-color: #BB87A7; }

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

This div background color is #BB87A7.


Border color

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

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

This div border color is #BB87A7.


Opacity

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

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

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

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

This text has shadow with #BB87A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB87A7 on black background.


Color preview on white background

This text has color #BB87A7 on white background.



Black color preview on #BB87A7 background

This text has black color on #BB87A7 background.


White color preview on #BB87A7 background

This text has white color on #BB87A7 background.