COLOR #B6A3DB

HEX: #B6A3DB
RGB: (182,163,219)

Color info

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

RGB color model

#B6A3DB color RGB value is (182,163,219).

  • red value is 182;
  • green value is 163;
  • blue value is 219.
RGB:
(182,163,219)
(71%,64%,86%)

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 219 of 255 = 86%

182
163
219

R + G + B ~ 74%. #B6A3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 219 = 564 (100%)
R 182 of 564 ~ 32.27%
G 163 of 564 ~ 28.9%
B 219 of 564 ~ 38.83%

%32.27
%28.9
%38.83

CMYK color model

#B6A3DB color CMYK value is (17,26,0,14).

  • cyan value is 16.89%
  • magenta value is 25.57%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(17,26,0,14)
C17M26Y0K14 
(17%,26%,0%,14%)
(0.17/0.26/0.00/0.14)	

CMYK percentages

%16.89
%25.57
%0
%14.12

Codes

Color #B6A3DB in popluar color models

B6A3DB
RGB182163219
HSL260°43.75%74.90%
HSB/HSV260°25.57%85.88%
CMYK16.89%25.57%0.00%
14.12%

Color #B6A3DB in popluar number systems.

HEXB6A3DB
Decimal182163219
Binary101101101010001111011011
Octal266243333

Shades and tints

Shades of #B6A3DB

#B6A3DB
(182,163,219)
#A695C8
(166,149,200)
#9687B5
(150,135,181)
#8679A2
(134,121,162)
#766B8F
(118,107,143)
#665D7C
(102,93,124)
#564F69
(86,79,105)
#464156
(70,65,86)
#363343
(54,51,67)
#262530
(38,37,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #B6A3DB

#B6A3DB
(182,163,219)
#BCABDE
(188,171,222)
#C2B3E1
(194,179,225)
#C8BBE4
(200,187,228)
#CEC3E7
(206,195,231)
#D4CBEA
(212,203,234)
#DAD3ED
(218,211,237)
#E0DBF0
(224,219,240)
#E6E3F3
(230,227,243)
#ECEBF6
(236,235,246)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A3DB color. Also use rgb(182,163,219) instead hex code.

Text Font Color

.myTextColor { color: #B6A3DB; }

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

This text font color is #B6A3DB.


Background Color

.myBgColor { background-color: #B6A3DB; }

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

This div background color is #B6A3DB.


Border color

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

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

This div border color is #B6A3DB.


Opacity

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

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

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

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

This text has shadow with #B6A3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A3DB on black background.


Color preview on white background

This text has color #B6A3DB on white background.



Black color preview on #B6A3DB background

This text has black color on #B6A3DB background.


White color preview on #B6A3DB background

This text has white color on #B6A3DB background.