COLOR #B2A9A4

HEX: #B2A9A4
RGB: (178,169,164)

Color info

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

RGB color model

#B2A9A4 color RGB value is (178,169,164).

  • red value is 178;
  • green value is 169;
  • blue value is 164.
RGB:
(178,169,164)
(70%,66%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 169 of 255 = 66%
B 164 of 255 = 64%

178
169
164

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

Portions of RGB colors in percentages

R + G + B =
178 + 169 + 164 = 511 (100%)
R 178 of 511 ~ 34.83%
G 169 of 511 ~ 33.07%
B 164 of 511 ~ 32.09%

%34.83
%33.07
%32.09

CMYK color model

#B2A9A4 color CMYK value is (0,5,8,30).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 7.87%
  • key color value is 30.20%
CMYK:
(0,5,8,30)
C0M5Y8K30 
(0%,5%,8%,30%)
(0.00/0.05/0.08/0.30)	

CMYK percentages

%0
%5.06
%7.87
%30.2

Codes

Color #B2A9A4 in popluar color models

B2A9A4
RGB178169164
HSL21°8.33%67.06%
HSB/HSV21°7.87%69.80%
CMYK0.00%5.06%7.87%
30.20%

Color #B2A9A4 in popluar number systems.

HEXB2A9A4
Decimal178169164
Binary101100101010100110100100
Octal262251244

Shades and tints

Shades of #B2A9A4

#B2A9A4
(178,169,164)
#A29A96
(162,154,150)
#928B88
(146,139,136)
#827C7A
(130,124,122)
#726D6C
(114,109,108)
#625E5E
(98,94,94)
#524F50
(82,79,80)
#424042
(66,64,66)
#323134
(50,49,52)
#222226
(34,34,38)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #B2A9A4

#B2A9A4
(178,169,164)
#B9B0AC
(185,176,172)
#C0B7B4
(192,183,180)
#C7BEBC
(199,190,188)
#CEC5C4
(206,197,196)
#D5CCCC
(213,204,204)
#DCD3D4
(220,211,212)
#E3DADC
(227,218,220)
#EAE1E4
(234,225,228)
#F1E8EC
(241,232,236)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A9A4 color. Also use rgb(178,169,164) instead hex code.

Text Font Color

.myTextColor { color: #B2A9A4; }

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

This text font color is #B2A9A4.


Background Color

.myBgColor { background-color: #B2A9A4; }

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

This div background color is #B2A9A4.


Border color

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

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

This div border color is #B2A9A4.


Opacity

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

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

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

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

This text has shadow with #B2A9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A9A4 on black background.


Color preview on white background

This text has color #B2A9A4 on white background.



Black color preview on #B2A9A4 background

This text has black color on #B2A9A4 background.


White color preview on #B2A9A4 background

This text has white color on #B2A9A4 background.