COLOR #B6A1D3

HEX: #B6A1D3
RGB: (182,161,211)

Color info

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

RGB color model

#B6A1D3 color RGB value is (182,161,211).

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

RGB channels and saturation

R 182 of 255 = 71%
G 161 of 255 = 63%
B 211 of 255 = 83%

182
161
211

R + G + B ~ 72%. #B6A1D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 161 + 211 = 554 (100%)
R 182 of 554 ~ 32.85%
G 161 of 554 ~ 29.06%
B 211 of 554 ~ 38.09%

%32.85
%29.06
%38.09

CMYK color model

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

  • cyan value is 13.74%
  • magenta value is 23.70%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(14,24,0,17)
C14M24Y0K17 
(14%,24%,0%,17%)
(0.14/0.24/0.00/0.17)	

CMYK percentages

%13.74
%23.7
%0
%17.25

Codes

Color #B6A1D3 in popluar color models

B6A1D3
RGB182161211
HSL265°36.23%72.94%
HSB/HSV265°23.70%82.75%
CMYK13.74%23.70%0.00%
17.25%

Color #B6A1D3 in popluar number systems.

HEXB6A1D3
Decimal182161211
Binary101101101010000111010011
Octal266241323

Shades and tints

Shades of #B6A1D3

#B6A1D3
(182,161,211)
#A693C0
(166,147,192)
#9685AD
(150,133,173)
#86779A
(134,119,154)
#766987
(118,105,135)
#665B74
(102,91,116)
#564D61
(86,77,97)
#463F4E
(70,63,78)
#36313B
(54,49,59)
#262328
(38,35,40)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #B6A1D3

#B6A1D3
(182,161,211)
#BCA9D7
(188,169,215)
#C2B1DB
(194,177,219)
#C8B9DF
(200,185,223)
#CEC1E3
(206,193,227)
#D4C9E7
(212,201,231)
#DAD1EB
(218,209,235)
#E0D9EF
(224,217,239)
#E6E1F3
(230,225,243)
#ECE9F7
(236,233,247)
#F2F1FB
(242,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A1D3; }

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

This text font color is #B6A1D3.


Background Color

.myBgColor { background-color: #B6A1D3; }

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

This div background color is #B6A1D3.


Border color

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

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

This div border color is #B6A1D3.


Opacity

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

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

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

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

This text has shadow with #B6A1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A1D3 on black background.


Color preview on white background

This text has color #B6A1D3 on white background.



Black color preview on #B6A1D3 background

This text has black color on #B6A1D3 background.


White color preview on #B6A1D3 background

This text has white color on #B6A1D3 background.