COLOR #BA87A9

HEX: #BA87A9 RGB: (186,135,169)

Color info

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

RGB color model

#BA87A9 color RGB value is (186,135,169).

RGB: (186,135,169) (73%, 53%, 66%)

RGB channels and saturation

R 186 of 255 = 73%
G 135 of 255 = 53%
B 169 of 255 = 66%

186
135
169

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

Portions of RGB colors in percentages

R + G + B = 186 + 135 + 169 = 490 (100%)
R 186 of 490 ~ 37.96%
G 135 of 490 ~ 27.55%
B 169 of 490 ~ 34.49'%

%37.96
%27.55
%34.49

CMYK color model

#BA87A9 color CMYK value is (0,27,9,27).

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 9.14%
  • key color value is 27.06%

CMYK: (0,27,9,27)
C0M27Y9K27 (0%, 27%, 9%, 27%)
(0.00 / 0.27 / 0.09 / 0.27)

CMYK percentages

%0
%27.42
%9.14
%27.06

Codes

Color #BA87A9 in popluar color models

BA 87 A9
RGB 186 135 169
HSL 320° 26.98% 62.94%
HSB/HSV 320° 27.42% 72.94%
CMYK 0.00% 27.42% 9.14%
27.06%

Color #BA87A9 in popluar number systems.

HEX BA 87 A9
Decimal 186 135 169
Binary 10111010 10000111 10101001
Octal 272 207 251

Shades and tints

Shades of #BA87A9

#BA87A9
(186,135,169)
#AA7B9A
(170,123,154)
#9A6F8B
(154,111,139)
#8A637C
(138,99,124)
#7A576D
(122,87,109)
#6A4B5E
(106,75,94)
#5A3F4F
(90,63,79)
#4A3340
(74,51,64)
#3A2731
(58,39,49)
#2A1B22
(42,27,34)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #BA87A9

#BA87A9
(186,135,169)
#C091B0
(192,145,176)
#C69BB7
(198,155,183)
#CCA5BE
(204,165,190)
#D2AFC5
(210,175,197)
#D8B9CC
(216,185,204)
#DEC3D3
(222,195,211)
#E4CDDA
(228,205,218)
#EAD7E1
(234,215,225)
#F0E1E8
(240,225,232)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA87A9 color. Also use rgb(186,135,169) instead hex code.

Text Font Color

.myTextColor { color: #BA87A9; }

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

This text font color is #BA87A9.

Background Color

.myBgColor { background-color: #BA87A9; }

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

This div background color is #BA87A9.

Border color

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

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

This div border color is #BA87A9.

Opacity

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

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

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

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

This text has shadow with #BA87A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA87A9.

Preview

Color preview on black background

This text has color #BA87A9 on black background.


Color preview on white background

This text has color #BA87A9 on white background.


Black color preview on #BA87A9 background

This text has black color on #BA87A9 background.


White color preview on #BA87A9 background

This text has white color on #BA87A9 background.


Related colors

Complementary color

Complementary color for #hex is #457856.


I love getcolorcode.com

Triadic colors

1 #A9BA87 and #87A9BA with #BA87A9 are triadic colors.

2 #A987BA and #87BAA9 with #BA87A9 are triadic colors.