COLOR #B6A8B8

HEX: #B6A8B8
RGB: (182,168,184)

Color info

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

RGB color model

#B6A8B8 color RGB value is (182,168,184).

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

RGB channels and saturation

R 182 of 255 = 71%
G 168 of 255 = 66%
B 184 of 255 = 72%

182
168
184

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

Portions of RGB colors in percentages

R + G + B =
182 + 168 + 184 = 534 (100%)
R 182 of 534 ~ 34.08%
G 168 of 534 ~ 31.46%
B 184 of 534 ~ 34.46%

%34.08
%31.46
%34.46

CMYK color model

#B6A8B8 color CMYK value is (1,9,0,28).

  • cyan value is 1.09%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(1,9,0,28)
C1M9Y0K28 
(1%,9%,0%,28%)
(0.01/0.09/0.00/0.28)	

CMYK percentages

%1.09
%8.7
%0
%27.84

Codes

Color #B6A8B8 in popluar color models

B6A8B8
RGB182168184
HSL293°10.13%69.02%
HSB/HSV293°8.70%72.16%
CMYK1.09%8.70%0.00%
27.84%

Color #B6A8B8 in popluar number systems.

HEXB6A8B8
Decimal182168184
Binary101101101010100010111000
Octal266250270

Shades and tints

Shades of #B6A8B8

#B6A8B8
(182,168,184)
#A699A8
(166,153,168)
#968A98
(150,138,152)
#867B88
(134,123,136)
#766C78
(118,108,120)
#665D68
(102,93,104)
#564E58
(86,78,88)
#463F48
(70,63,72)
#363038
(54,48,56)
#262128
(38,33,40)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #B6A8B8

#B6A8B8
(182,168,184)
#BCAFBE
(188,175,190)
#C2B6C4
(194,182,196)
#C8BDCA
(200,189,202)
#CEC4D0
(206,196,208)
#D4CBD6
(212,203,214)
#DAD2DC
(218,210,220)
#E0D9E2
(224,217,226)
#E6E0E8
(230,224,232)
#ECE7EE
(236,231,238)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A8B8; }

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

This text font color is #B6A8B8.


Background Color

.myBgColor { background-color: #B6A8B8; }

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

This div background color is #B6A8B8.


Border color

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

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

This div border color is #B6A8B8.


Opacity

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

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

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

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

This text has shadow with #B6A8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A8B8 on black background.


Color preview on white background

This text has color #B6A8B8 on white background.



Black color preview on #B6A8B8 background

This text has black color on #B6A8B8 background.


White color preview on #B6A8B8 background

This text has white color on #B6A8B8 background.