COLOR #B2A6B1

HEX: #B2A6B1
RGB: (178,166,177)

Color info

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

RGB color model

#B2A6B1 color RGB value is (178,166,177).

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

RGB channels and saturation

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

178
166
177

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

Portions of RGB colors in percentages

R + G + B =
178 + 166 + 177 = 521 (100%)
R 178 of 521 ~ 34.17%
G 166 of 521 ~ 31.86%
B 177 of 521 ~ 33.97%

%34.17
%31.86
%33.97

CMYK color model

#B2A6B1 color CMYK value is (0,7,1,30).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 0.56%
  • key color value is 30.20%
CMYK:
(0,7,1,30)
C0M7Y1K30 
(0%,7%,1%,30%)
(0.00/0.07/0.01/0.30)	

CMYK percentages

%0
%6.74
%0.56
%30.2

Codes

Color #B2A6B1 in popluar color models

B2A6B1
RGB178166177
HSL305°7.23%67.45%
HSB/HSV305°6.74%69.80%
CMYK0.00%6.74%0.56%
30.20%

Color #B2A6B1 in popluar number systems.

HEXB2A6B1
Decimal178166177
Binary101100101010011010110001
Octal262246261

Shades and tints

Shades of #B2A6B1

#B2A6B1
(178,166,177)
#A297A1
(162,151,161)
#928891
(146,136,145)
#827981
(130,121,129)
#726A71
(114,106,113)
#625B61
(98,91,97)
#524C51
(82,76,81)
#423D41
(66,61,65)
#322E31
(50,46,49)
#221F21
(34,31,33)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #B2A6B1

#B2A6B1
(178,166,177)
#B9AEB8
(185,174,184)
#C0B6BF
(192,182,191)
#C7BEC6
(199,190,198)
#CEC6CD
(206,198,205)
#D5CED4
(213,206,212)
#DCD6DB
(220,214,219)
#E3DEE2
(227,222,226)
#EAE6E9
(234,230,233)
#F1EEF0
(241,238,240)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A6B1; }

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

This text font color is #B2A6B1.


Background Color

.myBgColor { background-color: #B2A6B1; }

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

This div background color is #B2A6B1.


Border color

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

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

This div border color is #B2A6B1.


Opacity

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

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

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

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

This text has shadow with #B2A6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A6B1 on black background.


Color preview on white background

This text has color #B2A6B1 on white background.



Black color preview on #B2A6B1 background

This text has black color on #B2A6B1 background.


White color preview on #B2A6B1 background

This text has white color on #B2A6B1 background.