COLOR #B986AA

HEX: #B986AA RGB: (185,134,170)

Color info

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

RGB color model

#B986AA color RGB value is (185,134,170).

RGB: (185,134,170) (73%, 53%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 134 of 255 = 53%
B 170 of 255 = 67%

185
134
170

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

Portions of RGB colors in percentages

R + G + B = 185 + 134 + 170 = 489 (100%)
R 185 of 489 ~ 37.83%
G 134 of 489 ~ 27.4%
B 170 of 489 ~ 34.76'%

%37.83
%27.4
%34.76

CMYK color model

#B986AA color CMYK value is (0,28,8,27).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 8.11%
  • key color value is 27.45%
CMYK: (0,28,8,27) C0M28Y8K27 (0%,28%,8%,27%) (0.00/0.28/0.08/0.27) 

CMYK percentages

%0
%27.57
%8.11
%27.45

Codes

Color #B986AA in popluar color models

B9 86 AA
RGB 185 134 170
HSL 318° 26.70% 62.55%
HSB/HSV 318° 27.57% 72.55%
CMYK 0.00% 27.57% 8.11%
27.45%

Color #B986AA in popluar number systems.

HEX B9 86 AA
Decimal 185 134 170
Binary 10111001 10000110 10101010
Octal 271 206 252

Shades and tints

Shades of #B986AA

#B986AA
(185,134,170)
#A97A9B
(169,122,155)
#996E8C
(153,110,140)
#89627D
(137,98,125)
#79566E
(121,86,110)
#694A5F
(105,74,95)
#593E50
(89,62,80)
#493241
(73,50,65)
#392632
(57,38,50)
#291A23
(41,26,35)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #B986AA

#B986AA
(185,134,170)
#BF91B1
(191,145,177)
#C59CB8
(197,156,184)
#CBA7BF
(203,167,191)
#D1B2C6
(209,178,198)
#D7BDCD
(215,189,205)
#DDC8D4
(221,200,212)
#E3D3DB
(227,211,219)
#E9DEE2
(233,222,226)
#EFE9E9
(239,233,233)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B986AA color. Also use rgb(185,134,170) instead hex code.

Text Font Color

.myTextColor { color: #B986AA; }

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

This text font color is #B986AA.

Background Color

.myBgColor { background-color: #B986AA; }

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

This div background color is #B986AA.

Border color

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

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

This div border color is #B986AA.

Opacity

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

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

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

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

This text has shadow with #B986AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B986AA.

Preview

Color preview on black background

This text has color #B986AA on black background.


Color preview on white background

This text has color #B986AA on white background.


Black color preview on #B986AA background

This text has black color on #B986AA background.


White color preview on #B986AA background

This text has white color on #B986AA background.


Related colors

Complementary color

Complementary color for #hex is #467955.


I love getcolorcode.com

Triadic colors

1 #AAB986 and #86AAB9 with #B986AA are triadic colors.

2 #AA86B9 and #86B9AA with #B986AA are triadic colors.