COLOR #B2ABA8

HEX: #B2ABA8
RGB: (178,171,168)

Color info

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

RGB color model

#B2ABA8 color RGB value is (178,171,168).

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

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 168 of 255 = 66%

178
171
168

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

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 168 = 517 (100%)
R 178 of 517 ~ 34.43%
G 171 of 517 ~ 33.08%
B 168 of 517 ~ 32.5%

%34.43
%33.08
%32.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 5.62%
  • 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
%5.62
%30.2

Codes

Color #B2ABA8 in popluar color models

B2ABA8
RGB178171168
HSL18°6.10%67.84%
HSB/HSV18°5.62%69.80%
CMYK0.00%3.93%5.62%
30.20%

Color #B2ABA8 in popluar number systems.

HEXB2ABA8
Decimal178171168
Binary101100101010101110101000
Octal262253250

Shades and tints

Shades of #B2ABA8

#B2ABA8
(178,171,168)
#A29C99
(162,156,153)
#928D8A
(146,141,138)
#827E7B
(130,126,123)
#726F6C
(114,111,108)
#62605D
(98,96,93)
#52514E
(82,81,78)
#42423F
(66,66,63)
#323330
(50,51,48)
#222421
(34,36,33)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #B2ABA8

#B2ABA8
(178,171,168)
#B9B2AF
(185,178,175)
#C0B9B6
(192,185,182)
#C7C0BD
(199,192,189)
#CEC7C4
(206,199,196)
#D5CECB
(213,206,203)
#DCD5D2
(220,213,210)
#E3DCD9
(227,220,217)
#EAE3E0
(234,227,224)
#F1EAE7
(241,234,231)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ABA8; }

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

This text font color is #B2ABA8.


Background Color

.myBgColor { background-color: #B2ABA8; }

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

This div background color is #B2ABA8.


Border color

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

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

This div border color is #B2ABA8.


Opacity

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

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

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

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

This text has shadow with #B2ABA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ABA8 on black background.


Color preview on white background

This text has color #B2ABA8 on white background.



Black color preview on #B2ABA8 background

This text has black color on #B2ABA8 background.


White color preview on #B2ABA8 background

This text has white color on #B2ABA8 background.