COLOR #B6ABCD

HEX: #B6ABCD
RGB: (182,171,205)

Color info

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

RGB color model

#B6ABCD color RGB value is (182,171,205).

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

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 205 of 255 = 80%

182
171
205

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

Portions of RGB colors in percentages

R + G + B =
182 + 171 + 205 = 558 (100%)
R 182 of 558 ~ 32.62%
G 171 of 558 ~ 30.65%
B 205 of 558 ~ 36.74%

%32.62
%30.65
%36.74

CMYK color model

#B6ABCD color CMYK value is (11,17,0,20).

  • cyan value is 11.22%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,17,0,20)
C11M17Y0K20 
(11%,17%,0%,20%)
(0.11/0.17/0.00/0.20)	

CMYK percentages

%11.22
%16.59
%0
%19.61

Codes

Color #B6ABCD in popluar color models

B6ABCD
RGB182171205
HSL259°25.37%73.73%
HSB/HSV259°16.59%80.39%
CMYK11.22%16.59%0.00%
19.61%

Color #B6ABCD in popluar number systems.

HEXB6ABCD
Decimal182171205
Binary101101101010101111001101
Octal266253315

Shades and tints

Shades of #B6ABCD

#B6ABCD
(182,171,205)
#A69CBB
(166,156,187)
#968DA9
(150,141,169)
#867E97
(134,126,151)
#766F85
(118,111,133)
#666073
(102,96,115)
#565161
(86,81,97)
#46424F
(70,66,79)
#36333D
(54,51,61)
#26242B
(38,36,43)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #B6ABCD

#B6ABCD
(182,171,205)
#BCB2D1
(188,178,209)
#C2B9D5
(194,185,213)
#C8C0D9
(200,192,217)
#CEC7DD
(206,199,221)
#D4CEE1
(212,206,225)
#DAD5E5
(218,213,229)
#E0DCE9
(224,220,233)
#E6E3ED
(230,227,237)
#ECEAF1
(236,234,241)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ABCD; }

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

This text font color is #B6ABCD.


Background Color

.myBgColor { background-color: #B6ABCD; }

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

This div background color is #B6ABCD.


Border color

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

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

This div border color is #B6ABCD.


Opacity

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

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

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

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

This text has shadow with #B6ABCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ABCD on black background.


Color preview on white background

This text has color #B6ABCD on white background.



Black color preview on #B6ABCD background

This text has black color on #B6ABCD background.


White color preview on #B6ABCD background

This text has white color on #B6ABCD background.