COLOR #B6A3E6

HEX: #B6A3E6
RGB: (182,163,230)

Color info

#B6A3E6 contains mainly red and blue colors. Web safe color of #B6A3E6 is #CC99CC (or #C9C).

RGB color model

#B6A3E6 color RGB value is (182,163,230).

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

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 230 of 255 = 90%

182
163
230

R + G + B ~ 75%. #B6A3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 230 = 575 (100%)
R 182 of 575 ~ 31.65%
G 163 of 575 ~ 28.35%
B 230 of 575 ~ 40%

%31.65
%28.35
%40

CMYK color model

#B6A3E6 color CMYK value is (21,29,0,10).

  • cyan value is 20.87%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(21,29,0,10)
C21M29Y0K10 
(21%,29%,0%,10%)
(0.21/0.29/0.00/0.10)	

CMYK percentages

%20.87
%29.13
%0
%9.8

Codes

Color #B6A3E6 in popluar color models

B6A3E6
RGB182163230
HSL257°57.26%77.06%
HSB/HSV257°29.13%90.20%
CMYK20.87%29.13%0.00%
9.80%

Color #B6A3E6 in popluar number systems.

HEXB6A3E6
Decimal182163230
Binary101101101010001111100110
Octal266243346

Shades and tints

Shades of #B6A3E6

#B6A3E6
(182,163,230)
#A695D2
(166,149,210)
#9687BE
(150,135,190)
#8679AA
(134,121,170)
#766B96
(118,107,150)
#665D82
(102,93,130)
#564F6E
(86,79,110)
#46415A
(70,65,90)
#363346
(54,51,70)
#262532
(38,37,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #B6A3E6

#B6A3E6
(182,163,230)
#BCABE8
(188,171,232)
#C2B3EA
(194,179,234)
#C8BBEC
(200,187,236)
#CEC3EE
(206,195,238)
#D4CBF0
(212,203,240)
#DAD3F2
(218,211,242)
#E0DBF4
(224,219,244)
#E6E3F6
(230,227,246)
#ECEBF8
(236,235,248)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A3E6; }

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

This text font color is #B6A3E6.


Background Color

.myBgColor { background-color: #B6A3E6; }

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

This div background color is #B6A3E6.


Border color

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

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

This div border color is #B6A3E6.


Opacity

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

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

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

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

This text has shadow with #B6A3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A3E6 on black background.


Color preview on white background

This text has color #B6A3E6 on white background.



Black color preview on #B6A3E6 background

This text has black color on #B6A3E6 background.


White color preview on #B6A3E6 background

This text has white color on #B6A3E6 background.