COLOR #B6A3B8

HEX: #B6A3B8
RGB: (182,163,184)

Color info

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

RGB color model

#B6A3B8 color RGB value is (182,163,184).

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

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 184 of 255 = 72%

182
163
184

R + G + B ~ 69%. #B6A3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 184 = 529 (100%)
R 182 of 529 ~ 34.4%
G 163 of 529 ~ 30.81%
B 184 of 529 ~ 34.78%

%34.4
%30.81
%34.78

CMYK color model

#B6A3B8 color CMYK value is (1,11,0,28).

  • cyan value is 1.09%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(1,11,0,28)
C1M11Y0K28 
(1%,11%,0%,28%)
(0.01/0.11/0.00/0.28)	

CMYK percentages

%1.09
%11.41
%0
%27.84

Codes

Color #B6A3B8 in popluar color models

B6A3B8
RGB182163184
HSL294°12.88%68.04%
HSB/HSV294°11.41%72.16%
CMYK1.09%11.41%0.00%
27.84%

Color #B6A3B8 in popluar number systems.

HEXB6A3B8
Decimal182163184
Binary101101101010001110111000
Octal266243270

Shades and tints

Shades of #B6A3B8

#B6A3B8
(182,163,184)
#A695A8
(166,149,168)
#968798
(150,135,152)
#867988
(134,121,136)
#766B78
(118,107,120)
#665D68
(102,93,104)
#564F58
(86,79,88)
#464148
(70,65,72)
#363338
(54,51,56)
#262528
(38,37,40)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #B6A3B8

#B6A3B8
(182,163,184)
#BCABBE
(188,171,190)
#C2B3C4
(194,179,196)
#C8BBCA
(200,187,202)
#CEC3D0
(206,195,208)
#D4CBD6
(212,203,214)
#DAD3DC
(218,211,220)
#E0DBE2
(224,219,226)
#E6E3E8
(230,227,232)
#ECEBEE
(236,235,238)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A3B8; }

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

This text font color is #B6A3B8.


Background Color

.myBgColor { background-color: #B6A3B8; }

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

This div background color is #B6A3B8.


Border color

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

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

This div border color is #B6A3B8.


Opacity

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

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

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

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

This text has shadow with #B6A3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A3B8 on black background.


Color preview on white background

This text has color #B6A3B8 on white background.



Black color preview on #B6A3B8 background

This text has black color on #B6A3B8 background.


White color preview on #B6A3B8 background

This text has white color on #B6A3B8 background.