COLOR #B2A1BC

HEX: #B2A1BC
RGB: (178,161,188)

Color info

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

RGB color model

#B2A1BC color RGB value is (178,161,188).

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

RGB channels and saturation

R 178 of 255 = 70%
G 161 of 255 = 63%
B 188 of 255 = 74%

178
161
188

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

Portions of RGB colors in percentages

R + G + B =
178 + 161 + 188 = 527 (100%)
R 178 of 527 ~ 33.78%
G 161 of 527 ~ 30.55%
B 188 of 527 ~ 35.67%

%33.78
%30.55
%35.67

CMYK color model

#B2A1BC color CMYK value is (5,14,0,26).

  • cyan value is 5.32%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(5,14,0,26)
C5M14Y0K26 
(5%,14%,0%,26%)
(0.05/0.14/0.00/0.26)	

CMYK percentages

%5.32
%14.36
%0
%26.27

Codes

Color #B2A1BC in popluar color models

B2A1BC
RGB178161188
HSL278°16.77%68.43%
HSB/HSV278°14.36%73.73%
CMYK5.32%14.36%0.00%
26.27%

Color #B2A1BC in popluar number systems.

HEXB2A1BC
Decimal178161188
Binary101100101010000110111100
Octal262241274

Shades and tints

Shades of #B2A1BC

#B2A1BC
(178,161,188)
#A293AB
(162,147,171)
#92859A
(146,133,154)
#827789
(130,119,137)
#726978
(114,105,120)
#625B67
(98,91,103)
#524D56
(82,77,86)
#423F45
(66,63,69)
#323134
(50,49,52)
#222323
(34,35,35)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #B2A1BC

#B2A1BC
(178,161,188)
#B9A9C2
(185,169,194)
#C0B1C8
(192,177,200)
#C7B9CE
(199,185,206)
#CEC1D4
(206,193,212)
#D5C9DA
(213,201,218)
#DCD1E0
(220,209,224)
#E3D9E6
(227,217,230)
#EAE1EC
(234,225,236)
#F1E9F2
(241,233,242)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A1BC; }

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

This text font color is #B2A1BC.


Background Color

.myBgColor { background-color: #B2A1BC; }

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

This div background color is #B2A1BC.


Border color

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

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

This div border color is #B2A1BC.


Opacity

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

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

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

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

This text has shadow with #B2A1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A1BC on black background.


Color preview on white background

This text has color #B2A1BC on white background.



Black color preview on #B2A1BC background

This text has black color on #B2A1BC background.


White color preview on #B2A1BC background

This text has white color on #B2A1BC background.