COLOR #B0A1CA

HEX: #B0A1CA
RGB: (176,161,202)

Color info

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

RGB color model

#B0A1CA color RGB value is (176,161,202).

  • red value is 176;
  • green value is 161;
  • blue value is 202.
RGB:
(176,161,202)
(69%,63%,79%)

RGB channels and saturation

R 176 of 255 = 69%
G 161 of 255 = 63%
B 202 of 255 = 79%

176
161
202

R + G + B ~ 70%. #B0A1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 161 + 202 = 539 (100%)
R 176 of 539 ~ 32.65%
G 161 of 539 ~ 29.87%
B 202 of 539 ~ 37.48%

%32.65
%29.87
%37.48

CMYK color model

#B0A1CA color CMYK value is (13,20,0,21).

  • cyan value is 12.87%
  • magenta value is 20.30%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,20,0,21)
C13M20Y0K21 
(13%,20%,0%,21%)
(0.13/0.20/0.00/0.21)	

CMYK percentages

%12.87
%20.3
%0
%20.78

Codes

Color #B0A1CA in popluar color models

B0A1CA
RGB176161202
HSL262°27.89%71.18%
HSB/HSV262°20.30%79.22%
CMYK12.87%20.30%0.00%
20.78%

Color #B0A1CA in popluar number systems.

HEXB0A1CA
Decimal176161202
Binary101100001010000111001010
Octal260241312

Shades and tints

Shades of #B0A1CA

#B0A1CA
(176,161,202)
#A093B8
(160,147,184)
#9085A6
(144,133,166)
#807794
(128,119,148)
#706982
(112,105,130)
#605B70
(96,91,112)
#504D5E
(80,77,94)
#403F4C
(64,63,76)
#30313A
(48,49,58)
#202328
(32,35,40)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #B0A1CA

#B0A1CA
(176,161,202)
#B7A9CE
(183,169,206)
#BEB1D2
(190,177,210)
#C5B9D6
(197,185,214)
#CCC1DA
(204,193,218)
#D3C9DE
(211,201,222)
#DAD1E2
(218,209,226)
#E1D9E6
(225,217,230)
#E8E1EA
(232,225,234)
#EFE9EE
(239,233,238)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A1CA color. Also use rgb(176,161,202) instead hex code.

Text Font Color

.myTextColor { color: #B0A1CA; }

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

This text font color is #B0A1CA.


Background Color

.myBgColor { background-color: #B0A1CA; }

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

This div background color is #B0A1CA.


Border color

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

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

This div border color is #B0A1CA.


Opacity

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

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

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

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

This text has shadow with #B0A1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A1CA on black background.


Color preview on white background

This text has color #B0A1CA on white background.



Black color preview on #B0A1CA background

This text has black color on #B0A1CA background.


White color preview on #B0A1CA background

This text has white color on #B0A1CA background.