COLOR #B2A5AA

HEX: #B2A5AA
RGB: (178,165,170)

Color info

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

RGB color model

#B2A5AA color RGB value is (178,165,170).

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

RGB channels and saturation

R 178 of 255 = 70%
G 165 of 255 = 65%
B 170 of 255 = 67%

178
165
170

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

Portions of RGB colors in percentages

R + G + B =
178 + 165 + 170 = 513 (100%)
R 178 of 513 ~ 34.7%
G 165 of 513 ~ 32.16%
B 170 of 513 ~ 33.14%

%34.7
%32.16
%33.14

CMYK color model

#B2A5AA color CMYK value is (0,7,4,30).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK:
(0,7,4,30)
C0M7Y4K30 
(0%,7%,4%,30%)
(0.00/0.07/0.04/0.30)	

CMYK percentages

%0
%7.3
%4.49
%30.2

Codes

Color #B2A5AA in popluar color models

B2A5AA
RGB178165170
HSL337°7.78%67.25%
HSB/HSV337°7.30%69.80%
CMYK0.00%7.30%4.49%
30.20%

Color #B2A5AA in popluar number systems.

HEXB2A5AA
Decimal178165170
Binary101100101010010110101010
Octal262245252

Shades and tints

Shades of #B2A5AA

#B2A5AA
(178,165,170)
#A2969B
(162,150,155)
#92878C
(146,135,140)
#82787D
(130,120,125)
#72696E
(114,105,110)
#625A5F
(98,90,95)
#524B50
(82,75,80)
#423C41
(66,60,65)
#322D32
(50,45,50)
#221E23
(34,30,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #B2A5AA

#B2A5AA
(178,165,170)
#B9ADB1
(185,173,177)
#C0B5B8
(192,181,184)
#C7BDBF
(199,189,191)
#CEC5C6
(206,197,198)
#D5CDCD
(213,205,205)
#DCD5D4
(220,213,212)
#E3DDDB
(227,221,219)
#EAE5E2
(234,229,226)
#F1EDE9
(241,237,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A5AA; }

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

This text font color is #B2A5AA.


Background Color

.myBgColor { background-color: #B2A5AA; }

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

This div background color is #B2A5AA.


Border color

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

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

This div border color is #B2A5AA.


Opacity

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

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

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

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

This text has shadow with #B2A5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A5AA on black background.


Color preview on white background

This text has color #B2A5AA on white background.



Black color preview on #B2A5AA background

This text has black color on #B2A5AA background.


White color preview on #B2A5AA background

This text has white color on #B2A5AA background.