COLOR #B2A1BA

HEX: #B2A1BA
RGB: (178,161,186)

Color info

#B2A1BA contains red, green and blue colors in about the same proportion. Web safe color of #B2A1BA is #9999CC (or #99C).

RGB color model

#B2A1BA color RGB value is (178,161,186).

  • red value is 178;
  • green value is 161;
  • blue value is 186.
RGB:
(178,161,186)
(70%,63%,73%)

RGB channels and saturation

R 178 of 255 = 70%
G 161 of 255 = 63%
B 186 of 255 = 73%

178
161
186

R + G + B ~ 69%. #B2A1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 161 + 186 = 525 (100%)
R 178 of 525 ~ 33.9%
G 161 of 525 ~ 30.67%
B 186 of 525 ~ 35.43%

%33.9
%30.67
%35.43

CMYK color model

#B2A1BA color CMYK value is (4,13,0,27).

  • cyan value is 4.30%
  • magenta value is 13.44%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(4,13,0,27)
C4M13Y0K27 
(4%,13%,0%,27%)
(0.04/0.13/0.00/0.27)	

CMYK percentages

%4.3
%13.44
%0
%27.06

Codes

Color #B2A1BA in popluar color models

B2A1BA
RGB178161186
HSL281°15.34%68.04%
HSB/HSV281°13.44%72.94%
CMYK4.30%13.44%0.00%
27.06%

Color #B2A1BA in popluar number systems.

HEXB2A1BA
Decimal178161186
Binary101100101010000110111010
Octal262241272

Shades and tints

Shades of #B2A1BA

#B2A1BA
(178,161,186)
#A293AA
(162,147,170)
#92859A
(146,133,154)
#82778A
(130,119,138)
#72697A
(114,105,122)
#625B6A
(98,91,106)
#524D5A
(82,77,90)
#423F4A
(66,63,74)
#32313A
(50,49,58)
#22232A
(34,35,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #B2A1BA

#B2A1BA
(178,161,186)
#B9A9C0
(185,169,192)
#C0B1C6
(192,177,198)
#C7B9CC
(199,185,204)
#CEC1D2
(206,193,210)
#D5C9D8
(213,201,216)
#DCD1DE
(220,209,222)
#E3D9E4
(227,217,228)
#EAE1EA
(234,225,234)
#F1E9F0
(241,233,240)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A1BA color. Also use rgb(178,161,186) instead hex code.

Text Font Color

.myTextColor { color: #B2A1BA; }

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

This text font color is #B2A1BA.


Background Color

.myBgColor { background-color: #B2A1BA; }

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

This div background color is #B2A1BA.


Border color

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

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

This div border color is #B2A1BA.


Opacity

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

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

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

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

This text has shadow with #B2A1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A1BA on black background.


Color preview on white background

This text has color #B2A1BA on white background.



Black color preview on #B2A1BA background

This text has black color on #B2A1BA background.


White color preview on #B2A1BA background

This text has white color on #B2A1BA background.