COLOR #B6A3BC

HEX: #B6A3BC
RGB: (182,163,188)

Color info

#B6A3BC contains red, green and blue colors in about the same proportion. Web safe color of #B6A3BC is #CC99CC (or #C9C).

RGB color model

#B6A3BC color RGB value is (182,163,188).

  • red value is 182;
  • green value is 163;
  • blue value is 188.
RGB:
(182,163,188)
(71%,64%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 188 of 255 = 74%

182
163
188

R + G + B ~ 70%. #B6A3BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 188 = 533 (100%)
R 182 of 533 ~ 34.15%
G 163 of 533 ~ 30.58%
B 188 of 533 ~ 35.27%

%34.15
%30.58
%35.27

CMYK color model

#B6A3BC color CMYK value is (3,13,0,26).

  • cyan value is 3.19%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(3,13,0,26)
C3M13Y0K26 
(3%,13%,0%,26%)
(0.03/0.13/0.00/0.26)	

CMYK percentages

%3.19
%13.3
%0
%26.27

Codes

Color #B6A3BC in popluar color models

B6A3BC
RGB182163188
HSL286°15.72%68.82%
HSB/HSV286°13.30%73.73%
CMYK3.19%13.30%0.00%
26.27%

Color #B6A3BC in popluar number systems.

HEXB6A3BC
Decimal182163188
Binary101101101010001110111100
Octal266243274

Shades and tints

Shades of #B6A3BC

#B6A3BC
(182,163,188)
#A695AB
(166,149,171)
#96879A
(150,135,154)
#867989
(134,121,137)
#766B78
(118,107,120)
#665D67
(102,93,103)
#564F56
(86,79,86)
#464145
(70,65,69)
#363334
(54,51,52)
#262523
(38,37,35)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #B6A3BC

#B6A3BC
(182,163,188)
#BCABC2
(188,171,194)
#C2B3C8
(194,179,200)
#C8BBCE
(200,187,206)
#CEC3D4
(206,195,212)
#D4CBDA
(212,203,218)
#DAD3E0
(218,211,224)
#E0DBE6
(224,219,230)
#E6E3EC
(230,227,236)
#ECEBF2
(236,235,242)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A3BC color. Also use rgb(182,163,188) instead hex code.

Text Font Color

.myTextColor { color: #B6A3BC; }

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

This text font color is #B6A3BC.


Background Color

.myBgColor { background-color: #B6A3BC; }

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

This div background color is #B6A3BC.


Border color

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

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

This div border color is #B6A3BC.


Opacity

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

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

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

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

This text has shadow with #B6A3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A3BC on black background.


Color preview on white background

This text has color #B6A3BC on white background.



Black color preview on #B6A3BC background

This text has black color on #B6A3BC background.


White color preview on #B6A3BC background

This text has white color on #B6A3BC background.