COLOR #B6ACB4

HEX: #B6ACB4
RGB: (182,172,180)

Color info

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

RGB color model

#B6ACB4 color RGB value is (182,172,180).

  • red value is 182;
  • green value is 172;
  • blue value is 180.
RGB:
(182,172,180)
(71%,67%,71%)

RGB channels and saturation

R 182 of 255 = 71%
G 172 of 255 = 67%
B 180 of 255 = 71%

182
172
180

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

Portions of RGB colors in percentages

R + G + B =
182 + 172 + 180 = 534 (100%)
R 182 of 534 ~ 34.08%
G 172 of 534 ~ 32.21%
B 180 of 534 ~ 33.71%

%34.08
%32.21
%33.71

CMYK color model

#B6ACB4 color CMYK value is (0,5,1,29).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 1.10%
  • key color value is 28.63%
CMYK:
(0,5,1,29)
C0M5Y1K29 
(0%,5%,1%,29%)
(0.00/0.05/0.01/0.29)	

CMYK percentages

%0
%5.49
%1.1
%28.63

Codes

Color #B6ACB4 in popluar color models

B6ACB4
RGB182172180
HSL312°6.41%69.41%
HSB/HSV312°5.49%71.37%
CMYK0.00%5.49%1.10%
28.63%

Color #B6ACB4 in popluar number systems.

HEXB6ACB4
Decimal182172180
Binary101101101010110010110100
Octal266254264

Shades and tints

Shades of #B6ACB4

#B6ACB4
(182,172,180)
#A69DA4
(166,157,164)
#968E94
(150,142,148)
#867F84
(134,127,132)
#767074
(118,112,116)
#666164
(102,97,100)
#565254
(86,82,84)
#464344
(70,67,68)
#363434
(54,52,52)
#262524
(38,37,36)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #B6ACB4

#B6ACB4
(182,172,180)
#BCB3BA
(188,179,186)
#C2BAC0
(194,186,192)
#C8C1C6
(200,193,198)
#CEC8CC
(206,200,204)
#D4CFD2
(212,207,210)
#DAD6D8
(218,214,216)
#E0DDDE
(224,221,222)
#E6E4E4
(230,228,228)
#ECEBEA
(236,235,234)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6ACB4 color. Also use rgb(182,172,180) instead hex code.

Text Font Color

.myTextColor { color: #B6ACB4; }

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

This text font color is #B6ACB4.


Background Color

.myBgColor { background-color: #B6ACB4; }

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

This div background color is #B6ACB4.


Border color

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

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

This div border color is #B6ACB4.


Opacity

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

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

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

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

This text has shadow with #B6ACB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ACB4 on black background.


Color preview on white background

This text has color #B6ACB4 on white background.



Black color preview on #B6ACB4 background

This text has black color on #B6ACB4 background.


White color preview on #B6ACB4 background

This text has white color on #B6ACB4 background.