COLOR #B2ABA7

HEX: #B2ABA7
RGB: (178,171,167)

Color info

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

RGB color model

#B2ABA7 color RGB value is (178,171,167).

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

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 167 of 255 = 65%

178
171
167

R + G + B ~ 67%. #B2ABA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 167 = 516 (100%)
R 178 of 516 ~ 34.5%
G 171 of 516 ~ 33.14%
B 167 of 516 ~ 32.36%

%34.5
%33.14
%32.36

CMYK color model

#B2ABA7 color CMYK value is (0,4,6,30).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 6.18%
  • key color value is 30.20%
CMYK:
(0,4,6,30)
C0M4Y6K30 
(0%,4%,6%,30%)
(0.00/0.04/0.06/0.30)	

CMYK percentages

%0
%3.93
%6.18
%30.2

Codes

Color #B2ABA7 in popluar color models

B2ABA7
RGB178171167
HSL22°6.67%67.65%
HSB/HSV22°6.18%69.80%
CMYK0.00%3.93%6.18%
30.20%

Color #B2ABA7 in popluar number systems.

HEXB2ABA7
Decimal178171167
Binary101100101010101110100111
Octal262253247

Shades and tints

Shades of #B2ABA7

#B2ABA7
(178,171,167)
#A29C98
(162,156,152)
#928D89
(146,141,137)
#827E7A
(130,126,122)
#726F6B
(114,111,107)
#62605C
(98,96,92)
#52514D
(82,81,77)
#42423E
(66,66,62)
#32332F
(50,51,47)
#222420
(34,36,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #B2ABA7

#B2ABA7
(178,171,167)
#B9B2AF
(185,178,175)
#C0B9B7
(192,185,183)
#C7C0BF
(199,192,191)
#CEC7C7
(206,199,199)
#D5CECF
(213,206,207)
#DCD5D7
(220,213,215)
#E3DCDF
(227,220,223)
#EAE3E7
(234,227,231)
#F1EAEF
(241,234,239)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ABA7; }

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

This text font color is #B2ABA7.


Background Color

.myBgColor { background-color: #B2ABA7; }

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

This div background color is #B2ABA7.


Border color

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

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

This div border color is #B2ABA7.


Opacity

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

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

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

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

This text has shadow with #B2ABA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ABA7 on black background.


Color preview on white background

This text has color #B2ABA7 on white background.



Black color preview on #B2ABA7 background

This text has black color on #B2ABA7 background.


White color preview on #B2ABA7 background

This text has white color on #B2ABA7 background.