COLOR #B6ABD6

HEX: #B6ABD6
RGB: (182,171,214)

Color info

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

RGB color model

#B6ABD6 color RGB value is (182,171,214).

  • red value is 182;
  • green value is 171;
  • blue value is 214.
RGB:
(182,171,214)
(71%,67%,84%)

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 214 of 255 = 84%

182
171
214

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

Portions of RGB colors in percentages

R + G + B =
182 + 171 + 214 = 567 (100%)
R 182 of 567 ~ 32.1%
G 171 of 567 ~ 30.16%
B 214 of 567 ~ 37.74%

%32.1
%30.16
%37.74

CMYK color model

#B6ABD6 color CMYK value is (15,20,0,16).

  • cyan value is 14.95%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(15,20,0,16)
C15M20Y0K16 
(15%,20%,0%,16%)
(0.15/0.20/0.00/0.16)	

CMYK percentages

%14.95
%20.09
%0
%16.08

Codes

Color #B6ABD6 in popluar color models

B6ABD6
RGB182171214
HSL255°34.40%75.49%
HSB/HSV255°20.09%83.92%
CMYK14.95%20.09%0.00%
16.08%

Color #B6ABD6 in popluar number systems.

HEXB6ABD6
Decimal182171214
Binary101101101010101111010110
Octal266253326

Shades and tints

Shades of #B6ABD6

#B6ABD6
(182,171,214)
#A69CC3
(166,156,195)
#968DB0
(150,141,176)
#867E9D
(134,126,157)
#766F8A
(118,111,138)
#666077
(102,96,119)
#565164
(86,81,100)
#464251
(70,66,81)
#36333E
(54,51,62)
#26242B
(38,36,43)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #B6ABD6

#B6ABD6
(182,171,214)
#BCB2D9
(188,178,217)
#C2B9DC
(194,185,220)
#C8C0DF
(200,192,223)
#CEC7E2
(206,199,226)
#D4CEE5
(212,206,229)
#DAD5E8
(218,213,232)
#E0DCEB
(224,220,235)
#E6E3EE
(230,227,238)
#ECEAF1
(236,234,241)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6ABD6 color. Also use rgb(182,171,214) instead hex code.

Text Font Color

.myTextColor { color: #B6ABD6; }

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

This text font color is #B6ABD6.


Background Color

.myBgColor { background-color: #B6ABD6; }

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

This div background color is #B6ABD6.


Border color

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

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

This div border color is #B6ABD6.


Opacity

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

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

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

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

This text has shadow with #B6ABD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ABD6 on black background.


Color preview on white background

This text has color #B6ABD6 on white background.



Black color preview on #B6ABD6 background

This text has black color on #B6ABD6 background.


White color preview on #B6ABD6 background

This text has white color on #B6ABD6 background.