COLOR #B2A6AF

HEX: #B2A6AF
RGB: (178,166,175)

Color info

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

RGB color model

#B2A6AF color RGB value is (178,166,175).

  • red value is 178;
  • green value is 166;
  • blue value is 175.
RGB:
(178,166,175)
(70%,65%,69%)

RGB channels and saturation

R 178 of 255 = 70%
G 166 of 255 = 65%
B 175 of 255 = 69%

178
166
175

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

Portions of RGB colors in percentages

R + G + B =
178 + 166 + 175 = 519 (100%)
R 178 of 519 ~ 34.3%
G 166 of 519 ~ 31.98%
B 175 of 519 ~ 33.72%

%34.3
%31.98
%33.72

CMYK color model

#B2A6AF color CMYK value is (0,7,2,30).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 1.69%
  • key color value is 30.20%
CMYK:
(0,7,2,30)
C0M7Y2K30 
(0%,7%,2%,30%)
(0.00/0.07/0.02/0.30)	

CMYK percentages

%0
%6.74
%1.69
%30.2

Codes

Color #B2A6AF in popluar color models

B2A6AF
RGB178166175
HSL315°7.23%67.45%
HSB/HSV315°6.74%69.80%
CMYK0.00%6.74%1.69%
30.20%

Color #B2A6AF in popluar number systems.

HEXB2A6AF
Decimal178166175
Binary101100101010011010101111
Octal262246257

Shades and tints

Shades of #B2A6AF

#B2A6AF
(178,166,175)
#A297A0
(162,151,160)
#928891
(146,136,145)
#827982
(130,121,130)
#726A73
(114,106,115)
#625B64
(98,91,100)
#524C55
(82,76,85)
#423D46
(66,61,70)
#322E37
(50,46,55)
#221F28
(34,31,40)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #B2A6AF

#B2A6AF
(178,166,175)
#B9AEB6
(185,174,182)
#C0B6BD
(192,182,189)
#C7BEC4
(199,190,196)
#CEC6CB
(206,198,203)
#D5CED2
(213,206,210)
#DCD6D9
(220,214,217)
#E3DEE0
(227,222,224)
#EAE6E7
(234,230,231)
#F1EEEE
(241,238,238)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A6AF color. Also use rgb(178,166,175) instead hex code.

Text Font Color

.myTextColor { color: #B2A6AF; }

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

This text font color is #B2A6AF.


Background Color

.myBgColor { background-color: #B2A6AF; }

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

This div background color is #B2A6AF.


Border color

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

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

This div border color is #B2A6AF.


Opacity

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

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

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

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

This text has shadow with #B2A6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A6AF on black background.


Color preview on white background

This text has color #B2A6AF on white background.



Black color preview on #B2A6AF background

This text has black color on #B2A6AF background.


White color preview on #B2A6AF background

This text has white color on #B2A6AF background.