COLOR #B986B0

HEX: #B986B0 RGB: (185,134,176)

Color info

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

RGB color model

#B986B0 color RGB value is (185,134,176).

RGB: (185,134,176) (73%, 53%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 134 of 255 = 53%
B 176 of 255 = 69%

185
134
176

R + G + B ~ 65%. #B986B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 134 + 176 = 495 (100%)
R 185 of 495 ~ 37.37%
G 134 of 495 ~ 27.07%
B 176 of 495 ~ 35.56'%

%37.37
%27.07
%35.56

CMYK color model

#B986B0 color CMYK value is (0,28,5,27).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 4.86%
  • key color value is 27.45%

CMYK: (0,28,5,27)
C0M28Y5K27 (0%, 28%, 5%, 27%)
(0.00 / 0.28 / 0.05 / 0.27)

CMYK percentages

%0
%27.57
%4.86
%27.45

Codes

Color #B986B0 in popluar color models

B9 86 B0
RGB 185 134 176
HSL 311° 26.70% 62.55%
HSB/HSV 311° 27.57% 72.55%
CMYK 0.00% 27.57% 4.86%
27.45%

Color #B986B0 in popluar number systems.

HEX B9 86 B0
Decimal 185 134 176
Binary 10111001 10000110 10110000
Octal 271 206 260

Shades and tints

Shades of #B986B0

#B986B0
(185,134,176)
#A97AA0
(169,122,160)
#996E90
(153,110,144)
#896280
(137,98,128)
#795670
(121,86,112)
#694A60
(105,74,96)
#593E50
(89,62,80)
#493240
(73,50,64)
#392630
(57,38,48)
#291A20
(41,26,32)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #B986B0

#B986B0
(185,134,176)
#BF91B7
(191,145,183)
#C59CBE
(197,156,190)
#CBA7C5
(203,167,197)
#D1B2CC
(209,178,204)
#D7BDD3
(215,189,211)
#DDC8DA
(221,200,218)
#E3D3E1
(227,211,225)
#E9DEE8
(233,222,232)
#EFE9EF
(239,233,239)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B986B0; }

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

This text font color is #B986B0.

Background Color

.myBgColor { background-color: #B986B0; }

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

This div background color is #B986B0.

Border color

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

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

This div border color is #B986B0.

Opacity

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

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

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

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

This text has shadow with #B986B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B986B0.

Preview

Color preview on black background

This text has color #B986B0 on black background.


Color preview on white background

This text has color #B986B0 on white background.


Black color preview on #B986B0 background

This text has black color on #B986B0 background.


White color preview on #B986B0 background

This text has white color on #B986B0 background.


Related colors

Complementary color

Complementary color for #hex is #46794F.


I love getcolorcode.com

Triadic colors

1 #B0B986 and #86B0B9 with #B986B0 are triadic colors.

2 #B086B9 and #86B9B0 with #B986B0 are triadic colors.