COLOR #BD87A6

HEX: #BD87A6
RGB: (189,135,166)

Color info

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

RGB color model

#BD87A6 color RGB value is (189,135,166).

  • red value is 189;
  • green value is 135;
  • blue value is 166.
RGB:
(189,135,166)
(74%,53%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 135 of 255 = 53%
B 166 of 255 = 65%

189
135
166

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

Portions of RGB colors in percentages

R + G + B =
189 + 135 + 166 = 490 (100%)
R 189 of 490 ~ 38.57%
G 135 of 490 ~ 27.55%
B 166 of 490 ~ 33.88%

%38.57
%27.55
%33.88

CMYK color model

#BD87A6 color CMYK value is (0,29,12,26).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK:
(0,29,12,26)
C0M29Y12K26 
(0%,29%,12%,26%)
(0.00/0.29/0.12/0.26)	

CMYK percentages

%0
%28.57
%12.17
%25.88

Codes

Color #BD87A6 in popluar color models

BD87A6
RGB189135166
HSL326°29.03%63.53%
HSB/HSV326°28.57%74.12%
CMYK0.00%28.57%12.17%
25.88%

Color #BD87A6 in popluar number systems.

HEXBD87A6
Decimal189135166
Binary101111011000011110100110
Octal275207246

Shades and tints

Shades of #BD87A6

#BD87A6
(189,135,166)
#AC7B97
(172,123,151)
#9B6F88
(155,111,136)
#8A6379
(138,99,121)
#79576A
(121,87,106)
#684B5B
(104,75,91)
#573F4C
(87,63,76)
#46333D
(70,51,61)
#35272E
(53,39,46)
#241B1F
(36,27,31)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #BD87A6

#BD87A6
(189,135,166)
#C391AE
(195,145,174)
#C99BB6
(201,155,182)
#CFA5BE
(207,165,190)
#D5AFC6
(213,175,198)
#DBB9CE
(219,185,206)
#E1C3D6
(225,195,214)
#E7CDDE
(231,205,222)
#EDD7E6
(237,215,230)
#F3E1EE
(243,225,238)
#F9EBF6
(249,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD87A6 color. Also use rgb(189,135,166) instead hex code.

Text Font Color

.myTextColor { color: #BD87A6; }

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

This text font color is #BD87A6.


Background Color

.myBgColor { background-color: #BD87A6; }

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

This div background color is #BD87A6.


Border color

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

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

This div border color is #BD87A6.


Opacity

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

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

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

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

This text has shadow with #BD87A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD87A6 on black background.


Color preview on white background

This text has color #BD87A6 on white background.



Black color preview on #BD87A6 background

This text has black color on #BD87A6 background.


White color preview on #BD87A6 background

This text has white color on #BD87A6 background.