COLOR #B686AA

HEX: #B686AA RGB: (182,134,170)

Color info

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

RGB color model

#B686AA color RGB value is (182,134,170).

RGB: (182,134,170) (71%, 53%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 134 of 255 = 53%
B 170 of 255 = 67%

182
134
170

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

Portions of RGB colors in percentages

R + G + B = 182 + 134 + 170 = 486 (100%)
R 182 of 486 ~ 37.45%
G 134 of 486 ~ 27.57%
B 170 of 486 ~ 34.98'%

%37.45
%27.57
%34.98

CMYK color model

#B686AA color CMYK value is (0,26,7,29).

  • cyan value is 0.00%
  • magenta value is 26.37%
  • yellow value is 6.59%
  • key color value is 28.63%

CMYK: (0,26,7,29)
C0M26Y7K29 (0%, 26%, 7%, 29%)
(0.00 / 0.26 / 0.07 / 0.29)

CMYK percentages

%0
%26.37
%6.59
%28.63

Codes

Color #B686AA in popluar color models

B6 86 AA
RGB 182 134 170
HSL 315° 24.74% 61.96%
HSB/HSV 315° 26.37% 71.37%
CMYK 0.00% 26.37% 6.59%
28.63%

Color #B686AA in popluar number systems.

HEX B6 86 AA
Decimal 182 134 170
Binary 10110110 10000110 10101010
Octal 266 206 252

Shades and tints

Shades of #B686AA

#B686AA
(182,134,170)
#A67A9B
(166,122,155)
#966E8C
(150,110,140)
#86627D
(134,98,125)
#76566E
(118,86,110)
#664A5F
(102,74,95)
#563E50
(86,62,80)
#463241
(70,50,65)
#362632
(54,38,50)
#261A23
(38,26,35)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #B686AA

#B686AA
(182,134,170)
#BC91B1
(188,145,177)
#C29CB8
(194,156,184)
#C8A7BF
(200,167,191)
#CEB2C6
(206,178,198)
#D4BDCD
(212,189,205)
#DAC8D4
(218,200,212)
#E0D3DB
(224,211,219)
#E6DEE2
(230,222,226)
#ECE9E9
(236,233,233)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B686AA; }

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

This text font color is #B686AA.

Background Color

.myBgColor { background-color: #B686AA; }

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

This div background color is #B686AA.

Border color

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

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

This div border color is #B686AA.

Opacity

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

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

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

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

This text has shadow with #B686AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B686AA.

Preview

Color preview on black background

This text has color #B686AA on black background.


Color preview on white background

This text has color #B686AA on white background.


Black color preview on #B686AA background

This text has black color on #B686AA background.


White color preview on #B686AA background

This text has white color on #B686AA background.


Related colors

Complementary color

Complementary color for #hex is #497955.


I love getcolorcode.com

Triadic colors

1 #AAB686 and #86AAB6 with #B686AA are triadic colors.

2 #AA86B6 and #86B6AA with #B686AA are triadic colors.