COLOR #B2ABAC

HEX: #B2ABAC
RGB: (178,171,172)

Color info

#B2ABAC contains red, green and blue colors in about the same proportion. Web safe color of #B2ABAC is #999999 (or #999).

RGB color model

#B2ABAC color RGB value is (178,171,172).

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

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 172 of 255 = 67%

178
171
172

R + G + B ~ 68%. #B2ABAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 172 = 521 (100%)
R 178 of 521 ~ 34.17%
G 171 of 521 ~ 32.82%
B 172 of 521 ~ 33.01%

%34.17
%32.82
%33.01

CMYK color model

#B2ABAC color CMYK value is (0,4,3,30).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 3.37%
  • key color value is 30.20%
CMYK:
(0,4,3,30)
C0M4Y3K30 
(0%,4%,3%,30%)
(0.00/0.04/0.03/0.30)	

CMYK percentages

%0
%3.93
%3.37
%30.2

Codes

Color #B2ABAC in popluar color models

B2ABAC
RGB178171172
HSL351°4.35%68.43%
HSB/HSV351°3.93%69.80%
CMYK0.00%3.93%3.37%
30.20%

Color #B2ABAC in popluar number systems.

HEXB2ABAC
Decimal178171172
Binary101100101010101110101100
Octal262253254

Shades and tints

Shades of #B2ABAC

#B2ABAC
(178,171,172)
#A29C9D
(162,156,157)
#928D8E
(146,141,142)
#827E7F
(130,126,127)
#726F70
(114,111,112)
#626061
(98,96,97)
#525152
(82,81,82)
#424243
(66,66,67)
#323334
(50,51,52)
#222425
(34,36,37)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #B2ABAC

#B2ABAC
(178,171,172)
#B9B2B3
(185,178,179)
#C0B9BA
(192,185,186)
#C7C0C1
(199,192,193)
#CEC7C8
(206,199,200)
#D5CECF
(213,206,207)
#DCD5D6
(220,213,214)
#E3DCDD
(227,220,221)
#EAE3E4
(234,227,228)
#F1EAEB
(241,234,235)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ABAC; }

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

This text font color is #B2ABAC.


Background Color

.myBgColor { background-color: #B2ABAC; }

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

This div background color is #B2ABAC.


Border color

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

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

This div border color is #B2ABAC.


Opacity

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

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

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

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

This text has shadow with #B2ABAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ABAC on black background.


Color preview on white background

This text has color #B2ABAC on white background.



Black color preview on #B2ABAC background

This text has black color on #B2ABAC background.


White color preview on #B2ABAC background

This text has white color on #B2ABAC background.