COLOR #B6A6DB

HEX: #B6A6DB
RGB: (182,166,219)

Color info

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

RGB color model

#B6A6DB color RGB value is (182,166,219).

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

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 219 of 255 = 86%

182
166
219

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

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 219 = 567 (100%)
R 182 of 567 ~ 32.1%
G 166 of 567 ~ 29.28%
B 219 of 567 ~ 38.62%

%32.1
%29.28
%38.62

CMYK color model

#B6A6DB color CMYK value is (17,24,0,14).

  • cyan value is 16.89%
  • magenta value is 24.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(17,24,0,14)
C17M24Y0K14 
(17%,24%,0%,14%)
(0.17/0.24/0.00/0.14)	

CMYK percentages

%16.89
%24.2
%0
%14.12

Codes

Color #B6A6DB in popluar color models

B6A6DB
RGB182166219
HSL258°42.40%75.49%
HSB/HSV258°24.20%85.88%
CMYK16.89%24.20%0.00%
14.12%

Color #B6A6DB in popluar number systems.

HEXB6A6DB
Decimal182166219
Binary101101101010011011011011
Octal266246333

Shades and tints

Shades of #B6A6DB

#B6A6DB
(182,166,219)
#A697C8
(166,151,200)
#9688B5
(150,136,181)
#8679A2
(134,121,162)
#766A8F
(118,106,143)
#665B7C
(102,91,124)
#564C69
(86,76,105)
#463D56
(70,61,86)
#362E43
(54,46,67)
#261F30
(38,31,48)
#16101D
(22,16,29)
#000000
(0,0,0)

Tints of #B6A6DB

#B6A6DB
(182,166,219)
#BCAEDE
(188,174,222)
#C2B6E1
(194,182,225)
#C8BEE4
(200,190,228)
#CEC6E7
(206,198,231)
#D4CEEA
(212,206,234)
#DAD6ED
(218,214,237)
#E0DEF0
(224,222,240)
#E6E6F3
(230,230,243)
#ECEEF6
(236,238,246)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A6DB; }

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

This text font color is #B6A6DB.


Background Color

.myBgColor { background-color: #B6A6DB; }

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

This div background color is #B6A6DB.


Border color

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

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

This div border color is #B6A6DB.


Opacity

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

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

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

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

This text has shadow with #B6A6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A6DB on black background.


Color preview on white background

This text has color #B6A6DB on white background.



Black color preview on #B6A6DB background

This text has black color on #B6A6DB background.


White color preview on #B6A6DB background

This text has white color on #B6A6DB background.