COLOR #B6A0DA

HEX: #B6A0DA
RGB: (182,160,218)

Color info

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

RGB color model

#B6A0DA color RGB value is (182,160,218).

  • red value is 182;
  • green value is 160;
  • blue value is 218.
RGB:
(182,160,218)
(71%,63%,85%)

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 218 of 255 = 85%

182
160
218

R + G + B ~ 73%. #B6A0DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 160 + 218 = 560 (100%)
R 182 of 560 ~ 32.5%
G 160 of 560 ~ 28.57%
B 218 of 560 ~ 38.93%

%32.5
%28.57
%38.93

CMYK color model

#B6A0DA color CMYK value is (17,27,0,15).

  • cyan value is 16.51%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,27,0,15)
C17M27Y0K15 
(17%,27%,0%,15%)
(0.17/0.27/0.00/0.15)	

CMYK percentages

%16.51
%26.61
%0
%14.51

Codes

Color #B6A0DA in popluar color models

B6A0DA
RGB182160218
HSL263°43.94%74.12%
HSB/HSV263°26.61%85.49%
CMYK16.51%26.61%0.00%
14.51%

Color #B6A0DA in popluar number systems.

HEXB6A0DA
Decimal182160218
Binary101101101010000011011010
Octal266240332

Shades and tints

Shades of #B6A0DA

#B6A0DA
(182,160,218)
#A692C7
(166,146,199)
#9684B4
(150,132,180)
#8676A1
(134,118,161)
#76688E
(118,104,142)
#665A7B
(102,90,123)
#564C68
(86,76,104)
#463E55
(70,62,85)
#363042
(54,48,66)
#26222F
(38,34,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #B6A0DA

#B6A0DA
(182,160,218)
#BCA8DD
(188,168,221)
#C2B0E0
(194,176,224)
#C8B8E3
(200,184,227)
#CEC0E6
(206,192,230)
#D4C8E9
(212,200,233)
#DAD0EC
(218,208,236)
#E0D8EF
(224,216,239)
#E6E0F2
(230,224,242)
#ECE8F5
(236,232,245)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A0DA color. Also use rgb(182,160,218) instead hex code.

Text Font Color

.myTextColor { color: #B6A0DA; }

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

This text font color is #B6A0DA.


Background Color

.myBgColor { background-color: #B6A0DA; }

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

This div background color is #B6A0DA.


Border color

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

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

This div border color is #B6A0DA.


Opacity

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

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

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

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

This text has shadow with #B6A0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A0DA on black background.


Color preview on white background

This text has color #B6A0DA on white background.



Black color preview on #B6A0DA background

This text has black color on #B6A0DA background.


White color preview on #B6A0DA background

This text has white color on #B6A0DA background.