COLOR #B6ACB2

HEX: #B6ACB2
RGB: (182,172,178)

Color info

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

RGB color model

#B6ACB2 color RGB value is (182,172,178).

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

RGB channels and saturation

R 182 of 255 = 71%
G 172 of 255 = 67%
B 178 of 255 = 70%

182
172
178

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

Portions of RGB colors in percentages

R + G + B =
182 + 172 + 178 = 532 (100%)
R 182 of 532 ~ 34.21%
G 172 of 532 ~ 32.33%
B 178 of 532 ~ 33.46%

%34.21
%32.33
%33.46

CMYK color model

#B6ACB2 color CMYK value is (0,5,2,29).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 2.20%
  • key color value is 28.63%
CMYK:
(0,5,2,29)
C0M5Y2K29 
(0%,5%,2%,29%)
(0.00/0.05/0.02/0.29)	

CMYK percentages

%0
%5.49
%2.2
%28.63

Codes

Color #B6ACB2 in popluar color models

B6ACB2
RGB182172178
HSL324°6.41%69.41%
HSB/HSV324°5.49%71.37%
CMYK0.00%5.49%2.20%
28.63%

Color #B6ACB2 in popluar number systems.

HEXB6ACB2
Decimal182172178
Binary101101101010110010110010
Octal266254262

Shades and tints

Shades of #B6ACB2

#B6ACB2
(182,172,178)
#A69DA2
(166,157,162)
#968E92
(150,142,146)
#867F82
(134,127,130)
#767072
(118,112,114)
#666162
(102,97,98)
#565252
(86,82,82)
#464342
(70,67,66)
#363432
(54,52,50)
#262522
(38,37,34)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #B6ACB2

#B6ACB2
(182,172,178)
#BCB3B9
(188,179,185)
#C2BAC0
(194,186,192)
#C8C1C7
(200,193,199)
#CEC8CE
(206,200,206)
#D4CFD5
(212,207,213)
#DAD6DC
(218,214,220)
#E0DDE3
(224,221,227)
#E6E4EA
(230,228,234)
#ECEBF1
(236,235,241)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ACB2; }

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

This text font color is #B6ACB2.


Background Color

.myBgColor { background-color: #B6ACB2; }

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

This div background color is #B6ACB2.


Border color

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

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

This div border color is #B6ACB2.


Opacity

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

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

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

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

This text has shadow with #B6ACB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ACB2 on black background.


Color preview on white background

This text has color #B6ACB2 on white background.



Black color preview on #B6ACB2 background

This text has black color on #B6ACB2 background.


White color preview on #B6ACB2 background

This text has white color on #B6ACB2 background.