COLOR #B986AB

HEX: #B986AB RGB: (185,134,171)

Color info

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

RGB color model

#B986AB color RGB value is (185,134,171).

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

RGB channels and saturation

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

185
134
171

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

Portions of RGB colors in percentages

R + G + B = 185 + 134 + 171 = 490 (100%)
R 185 of 490 ~ 37.76%
G 134 of 490 ~ 27.35%
B 171 of 490 ~ 34.9'%

%37.76
%27.35
%34.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 7.57%
  • 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
%7.57
%27.45

Codes

Color #B986AB in popluar color models

B9 86 AB
RGB 185 134 171
HSL 316° 26.70% 62.55%
HSB/HSV 316° 27.57% 72.55%
CMYK 0.00% 27.57% 7.57%
27.45%

Color #B986AB in popluar number systems.

HEX B9 86 AB
Decimal 185 134 171
Binary 10111001 10000110 10101011
Octal 271 206 253

Shades and tints

Shades of #B986AB

#B986AB
(185,134,171)
#A97A9C
(169,122,156)
#996E8D
(153,110,141)
#89627E
(137,98,126)
#79566F
(121,86,111)
#694A60
(105,74,96)
#593E51
(89,62,81)
#493242
(73,50,66)
#392633
(57,38,51)
#291A24
(41,26,36)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #B986AB

#B986AB
(185,134,171)
#BF91B2
(191,145,178)
#C59CB9
(197,156,185)
#CBA7C0
(203,167,192)
#D1B2C7
(209,178,199)
#D7BDCE
(215,189,206)
#DDC8D5
(221,200,213)
#E3D3DC
(227,211,220)
#E9DEE3
(233,222,227)
#EFE9EA
(239,233,234)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B986AB; }

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

This text font color is #B986AB.

Background Color

.myBgColor { background-color: #B986AB; }

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

This div background color is #B986AB.

Border color

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

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

This div border color is #B986AB.

Opacity

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

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

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

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

This text has shadow with #B986AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B986AB.

Preview

Color preview on black background

This text has color #B986AB on black background.


Color preview on white background

This text has color #B986AB on white background.


Black color preview on #B986AB background

This text has black color on #B986AB background.


White color preview on #B986AB background

This text has white color on #B986AB background.


Related colors

Complementary color

Complementary color for #hex is #467954.


I love getcolorcode.com

Triadic colors

1 #ABB986 and #86ABB9 with #B986AB are triadic colors.

2 #AB86B9 and #86B9AB with #B986AB are triadic colors.