COLOR #B6A6B2

HEX: #B6A6B2
RGB: (182,166,178)

Color info

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

RGB color model

#B6A6B2 color RGB value is (182,166,178).

  • red value is 182;
  • green value is 166;
  • blue value is 178.
RGB:
(182,166,178)
(71%,65%,70%)

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 178 of 255 = 70%

182
166
178

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

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 178 = 526 (100%)
R 182 of 526 ~ 34.6%
G 166 of 526 ~ 31.56%
B 178 of 526 ~ 33.84%

%34.6
%31.56
%33.84

CMYK color model

#B6A6B2 color CMYK value is (0,9,2,29).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 2.20%
  • key color value is 28.63%
CMYK:
(0,9,2,29)
C0M9Y2K29 
(0%,9%,2%,29%)
(0.00/0.09/0.02/0.29)	

CMYK percentages

%0
%8.79
%2.2
%28.63

Codes

Color #B6A6B2 in popluar color models

B6A6B2
RGB182166178
HSL315°9.88%68.24%
HSB/HSV315°8.79%71.37%
CMYK0.00%8.79%2.20%
28.63%

Color #B6A6B2 in popluar number systems.

HEXB6A6B2
Decimal182166178
Binary101101101010011010110010
Octal266246262

Shades and tints

Shades of #B6A6B2

#B6A6B2
(182,166,178)
#A697A2
(166,151,162)
#968892
(150,136,146)
#867982
(134,121,130)
#766A72
(118,106,114)
#665B62
(102,91,98)
#564C52
(86,76,82)
#463D42
(70,61,66)
#362E32
(54,46,50)
#261F22
(38,31,34)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #B6A6B2

#B6A6B2
(182,166,178)
#BCAEB9
(188,174,185)
#C2B6C0
(194,182,192)
#C8BEC7
(200,190,199)
#CEC6CE
(206,198,206)
#D4CED5
(212,206,213)
#DAD6DC
(218,214,220)
#E0DEE3
(224,222,227)
#E6E6EA
(230,230,234)
#ECEEF1
(236,238,241)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A6B2 color. Also use rgb(182,166,178) instead hex code.

Text Font Color

.myTextColor { color: #B6A6B2; }

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

This text font color is #B6A6B2.


Background Color

.myBgColor { background-color: #B6A6B2; }

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

This div background color is #B6A6B2.


Border color

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

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

This div border color is #B6A6B2.


Opacity

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

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

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

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

This text has shadow with #B6A6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A6B2 on black background.


Color preview on white background

This text has color #B6A6B2 on white background.



Black color preview on #B6A6B2 background

This text has black color on #B6A6B2 background.


White color preview on #B6A6B2 background

This text has white color on #B6A6B2 background.