COLOR #B6A5DC

HEX: #B6A5DC
RGB: (182,165,220)

Color info

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

RGB color model

#B6A5DC color RGB value is (182,165,220).

  • red value is 182;
  • green value is 165;
  • blue value is 220.
RGB:
(182,165,220)
(71%,65%,86%)

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 220 of 255 = 86%

182
165
220

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

Portions of RGB colors in percentages

R + G + B =
182 + 165 + 220 = 567 (100%)
R 182 of 567 ~ 32.1%
G 165 of 567 ~ 29.1%
B 220 of 567 ~ 38.8%

%32.1
%29.1
%38.8

CMYK color model

#B6A5DC color CMYK value is (17,25,0,14).

  • cyan value is 17.27%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(17,25,0,14)
C17M25Y0K14 
(17%,25%,0%,14%)
(0.17/0.25/0.00/0.14)	

CMYK percentages

%17.27
%25
%0
%13.73

Codes

Color #B6A5DC in popluar color models

B6A5DC
RGB182165220
HSL259°44.00%75.49%
HSB/HSV259°25.00%86.27%
CMYK17.27%25.00%0.00%
13.73%

Color #B6A5DC in popluar number systems.

HEXB6A5DC
Decimal182165220
Binary101101101010010111011100
Octal266245334

Shades and tints

Shades of #B6A5DC

#B6A5DC
(182,165,220)
#A696C8
(166,150,200)
#9687B4
(150,135,180)
#8678A0
(134,120,160)
#76698C
(118,105,140)
#665A78
(102,90,120)
#564B64
(86,75,100)
#463C50
(70,60,80)
#362D3C
(54,45,60)
#261E28
(38,30,40)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #B6A5DC

#B6A5DC
(182,165,220)
#BCADDF
(188,173,223)
#C2B5E2
(194,181,226)
#C8BDE5
(200,189,229)
#CEC5E8
(206,197,232)
#D4CDEB
(212,205,235)
#DAD5EE
(218,213,238)
#E0DDF1
(224,221,241)
#E6E5F4
(230,229,244)
#ECEDF7
(236,237,247)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A5DC color. Also use rgb(182,165,220) instead hex code.

Text Font Color

.myTextColor { color: #B6A5DC; }

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

This text font color is #B6A5DC.


Background Color

.myBgColor { background-color: #B6A5DC; }

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

This div background color is #B6A5DC.


Border color

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

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

This div border color is #B6A5DC.


Opacity

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

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

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

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

This text has shadow with #B6A5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A5DC on black background.


Color preview on white background

This text has color #B6A5DC on white background.



Black color preview on #B6A5DC background

This text has black color on #B6A5DC background.


White color preview on #B6A5DC background

This text has white color on #B6A5DC background.