COLOR #B6A1CA

HEX: #B6A1CA
RGB: (182,161,202)

Color info

#B6A1CA contains red, green and blue colors in about the same proportion. Web safe color of #B6A1CA is #CC99CC (or #C9C).

RGB color model

#B6A1CA color RGB value is (182,161,202).

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

RGB channels and saturation

R 182 of 255 = 71%
G 161 of 255 = 63%
B 202 of 255 = 79%

182
161
202

R + G + B ~ 71%. #B6A1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 161 + 202 = 545 (100%)
R 182 of 545 ~ 33.39%
G 161 of 545 ~ 29.54%
B 202 of 545 ~ 37.06%

%33.39
%29.54
%37.06

CMYK color model

#B6A1CA color CMYK value is (10,20,0,21).

  • cyan value is 9.90%
  • magenta value is 20.30%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(10,20,0,21)
C10M20Y0K21 
(10%,20%,0%,21%)
(0.10/0.20/0.00/0.21)	

CMYK percentages

%9.9
%20.3
%0
%20.78

Codes

Color #B6A1CA in popluar color models

B6A1CA
RGB182161202
HSL271°27.89%71.18%
HSB/HSV271°20.30%79.22%
CMYK9.90%20.30%0.00%
20.78%

Color #B6A1CA in popluar number systems.

HEXB6A1CA
Decimal182161202
Binary101101101010000111001010
Octal266241312

Shades and tints

Shades of #B6A1CA

#B6A1CA
(182,161,202)
#A693B8
(166,147,184)
#9685A6
(150,133,166)
#867794
(134,119,148)
#766982
(118,105,130)
#665B70
(102,91,112)
#564D5E
(86,77,94)
#463F4C
(70,63,76)
#36313A
(54,49,58)
#262328
(38,35,40)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #B6A1CA

#B6A1CA
(182,161,202)
#BCA9CE
(188,169,206)
#C2B1D2
(194,177,210)
#C8B9D6
(200,185,214)
#CEC1DA
(206,193,218)
#D4C9DE
(212,201,222)
#DAD1E2
(218,209,226)
#E0D9E6
(224,217,230)
#E6E1EA
(230,225,234)
#ECE9EE
(236,233,238)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A1CA; }

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

This text font color is #B6A1CA.


Background Color

.myBgColor { background-color: #B6A1CA; }

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

This div background color is #B6A1CA.


Border color

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

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

This div border color is #B6A1CA.


Opacity

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

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

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

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

This text has shadow with #B6A1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A1CA on black background.


Color preview on white background

This text has color #B6A1CA on white background.



Black color preview on #B6A1CA background

This text has black color on #B6A1CA background.


White color preview on #B6A1CA background

This text has white color on #B6A1CA background.