COLOR #B1ACB6

HEX: #B1ACB6
RGB: (177,172,182)

Color info

#B1ACB6 contains red, green and blue colors in about the same proportion. Web safe color of #B1ACB6 is #9999CC (or #99C).

RGB color model

#B1ACB6 color RGB value is (177,172,182).

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

RGB channels and saturation

R 177 of 255 = 69%
G 172 of 255 = 67%
B 182 of 255 = 71%

177
172
182

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

Portions of RGB colors in percentages

R + G + B =
177 + 172 + 182 = 531 (100%)
R 177 of 531 ~ 33.33%
G 172 of 531 ~ 32.39%
B 182 of 531 ~ 34.27%

%33.33
%32.39
%34.27

CMYK color model

#B1ACB6 color CMYK value is (3,5,0,29).

  • cyan value is 2.75%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(3,5,0,29)
C3M5Y0K29 
(3%,5%,0%,29%)
(0.03/0.05/0.00/0.29)	

CMYK percentages

%2.75
%5.49
%0
%28.63

Codes

Color #B1ACB6 in popluar color models

B1ACB6
RGB177172182
HSL270°6.41%69.41%
HSB/HSV270°5.49%71.37%
CMYK2.75%5.49%0.00%
28.63%

Color #B1ACB6 in popluar number systems.

HEXB1ACB6
Decimal177172182
Binary101100011010110010110110
Octal261254266

Shades and tints

Shades of #B1ACB6

#B1ACB6
(177,172,182)
#A19DA6
(161,157,166)
#918E96
(145,142,150)
#817F86
(129,127,134)
#717076
(113,112,118)
#616166
(97,97,102)
#515256
(81,82,86)
#414346
(65,67,70)
#313436
(49,52,54)
#212526
(33,37,38)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #B1ACB6

#B1ACB6
(177,172,182)
#B8B3BC
(184,179,188)
#BFBAC2
(191,186,194)
#C6C1C8
(198,193,200)
#CDC8CE
(205,200,206)
#D4CFD4
(212,207,212)
#DBD6DA
(219,214,218)
#E2DDE0
(226,221,224)
#E9E4E6
(233,228,230)
#F0EBEC
(240,235,236)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ACB6; }

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

This text font color is #B1ACB6.


Background Color

.myBgColor { background-color: #B1ACB6; }

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

This div background color is #B1ACB6.


Border color

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

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

This div border color is #B1ACB6.


Opacity

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

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

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

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

This text has shadow with #B1ACB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ACB6 on black background.


Color preview on white background

This text has color #B1ACB6 on white background.



Black color preview on #B1ACB6 background

This text has black color on #B1ACB6 background.


White color preview on #B1ACB6 background

This text has white color on #B1ACB6 background.