COLOR #B2A4AA

HEX: #B2A4AA
RGB: (178,164,170)

Color info

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

RGB color model

#B2A4AA color RGB value is (178,164,170).

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

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 170 of 255 = 67%

178
164
170

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

Portions of RGB colors in percentages

R + G + B =
178 + 164 + 170 = 512 (100%)
R 178 of 512 ~ 34.77%
G 164 of 512 ~ 32.03%
B 170 of 512 ~ 33.2%

%34.77
%32.03
%33.2

CMYK color model

#B2A4AA color CMYK value is (0,8,4,30).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK:
(0,8,4,30)
C0M8Y4K30 
(0%,8%,4%,30%)
(0.00/0.08/0.04/0.30)	

CMYK percentages

%0
%7.87
%4.49
%30.2

Codes

Color #B2A4AA in popluar color models

B2A4AA
RGB178164170
HSL334°8.33%67.06%
HSB/HSV334°7.87%69.80%
CMYK0.00%7.87%4.49%
30.20%

Color #B2A4AA in popluar number systems.

HEXB2A4AA
Decimal178164170
Binary101100101010010010101010
Octal262244252

Shades and tints

Shades of #B2A4AA

#B2A4AA
(178,164,170)
#A2969B
(162,150,155)
#92888C
(146,136,140)
#827A7D
(130,122,125)
#726C6E
(114,108,110)
#625E5F
(98,94,95)
#525050
(82,80,80)
#424241
(66,66,65)
#323432
(50,52,50)
#222623
(34,38,35)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #B2A4AA

#B2A4AA
(178,164,170)
#B9ACB1
(185,172,177)
#C0B4B8
(192,180,184)
#C7BCBF
(199,188,191)
#CEC4C6
(206,196,198)
#D5CCCD
(213,204,205)
#DCD4D4
(220,212,212)
#E3DCDB
(227,220,219)
#EAE4E2
(234,228,226)
#F1ECE9
(241,236,233)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A4AA; }

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

This text font color is #B2A4AA.


Background Color

.myBgColor { background-color: #B2A4AA; }

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

This div background color is #B2A4AA.


Border color

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

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

This div border color is #B2A4AA.


Opacity

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

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

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

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

This text has shadow with #B2A4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A4AA on black background.


Color preview on white background

This text has color #B2A4AA on white background.



Black color preview on #B2A4AA background

This text has black color on #B2A4AA background.


White color preview on #B2A4AA background

This text has white color on #B2A4AA background.