COLOR #B6A1DD

HEX: #B6A1DD
RGB: (182,161,221)

Color info

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

RGB color model

#B6A1DD color RGB value is (182,161,221).

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

RGB channels and saturation

R 182 of 255 = 71%
G 161 of 255 = 63%
B 221 of 255 = 87%

182
161
221

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

Portions of RGB colors in percentages

R + G + B =
182 + 161 + 221 = 564 (100%)
R 182 of 564 ~ 32.27%
G 161 of 564 ~ 28.55%
B 221 of 564 ~ 39.18%

%32.27
%28.55
%39.18

CMYK color model

#B6A1DD color CMYK value is (18,27,0,13).

  • cyan value is 17.65%
  • magenta value is 27.15%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(18,27,0,13)
C18M27Y0K13 
(18%,27%,0%,13%)
(0.18/0.27/0.00/0.13)	

CMYK percentages

%17.65
%27.15
%0
%13.33

Codes

Color #B6A1DD in popluar color models

B6A1DD
RGB182161221
HSL261°46.88%74.90%
HSB/HSV261°27.15%86.67%
CMYK17.65%27.15%0.00%
13.33%

Color #B6A1DD in popluar number systems.

HEXB6A1DD
Decimal182161221
Binary101101101010000111011101
Octal266241335

Shades and tints

Shades of #B6A1DD

#B6A1DD
(182,161,221)
#A693C9
(166,147,201)
#9685B5
(150,133,181)
#8677A1
(134,119,161)
#76698D
(118,105,141)
#665B79
(102,91,121)
#564D65
(86,77,101)
#463F51
(70,63,81)
#36313D
(54,49,61)
#262329
(38,35,41)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #B6A1DD

#B6A1DD
(182,161,221)
#BCA9E0
(188,169,224)
#C2B1E3
(194,177,227)
#C8B9E6
(200,185,230)
#CEC1E9
(206,193,233)
#D4C9EC
(212,201,236)
#DAD1EF
(218,209,239)
#E0D9F2
(224,217,242)
#E6E1F5
(230,225,245)
#ECE9F8
(236,233,248)
#F2F1FB
(242,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A1DD; }

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

This text font color is #B6A1DD.


Background Color

.myBgColor { background-color: #B6A1DD; }

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

This div background color is #B6A1DD.


Border color

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

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

This div border color is #B6A1DD.


Opacity

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

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

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

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

This text has shadow with #B6A1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A1DD on black background.


Color preview on white background

This text has color #B6A1DD on white background.



Black color preview on #B6A1DD background

This text has black color on #B6A1DD background.


White color preview on #B6A1DD background

This text has white color on #B6A1DD background.