COLOR #B6A6DF

HEX: #B6A6DF
RGB: (182,166,223)

Color info

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

RGB color model

#B6A6DF color RGB value is (182,166,223).

  • red value is 182;
  • green value is 166;
  • blue value is 223.
RGB:
(182,166,223)
(71%,65%,87%)

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 223 of 255 = 87%

182
166
223

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

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 223 = 571 (100%)
R 182 of 571 ~ 31.87%
G 166 of 571 ~ 29.07%
B 223 of 571 ~ 39.05%

%31.87
%29.07
%39.05

CMYK color model

#B6A6DF color CMYK value is (18,26,0,13).

  • cyan value is 18.39%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(18,26,0,13)
C18M26Y0K13 
(18%,26%,0%,13%)
(0.18/0.26/0.00/0.13)	

CMYK percentages

%18.39
%25.56
%0
%12.55

Codes

Color #B6A6DF in popluar color models

B6A6DF
RGB182166223
HSL257°47.11%76.27%
HSB/HSV257°25.56%87.45%
CMYK18.39%25.56%0.00%
12.55%

Color #B6A6DF in popluar number systems.

HEXB6A6DF
Decimal182166223
Binary101101101010011011011111
Octal266246337

Shades and tints

Shades of #B6A6DF

#B6A6DF
(182,166,223)
#A697CB
(166,151,203)
#9688B7
(150,136,183)
#8679A3
(134,121,163)
#766A8F
(118,106,143)
#665B7B
(102,91,123)
#564C67
(86,76,103)
#463D53
(70,61,83)
#362E3F
(54,46,63)
#261F2B
(38,31,43)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #B6A6DF

#B6A6DF
(182,166,223)
#BCAEE1
(188,174,225)
#C2B6E3
(194,182,227)
#C8BEE5
(200,190,229)
#CEC6E7
(206,198,231)
#D4CEE9
(212,206,233)
#DAD6EB
(218,214,235)
#E0DEED
(224,222,237)
#E6E6EF
(230,230,239)
#ECEEF1
(236,238,241)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A6DF color. Also use rgb(182,166,223) instead hex code.

Text Font Color

.myTextColor { color: #B6A6DF; }

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

This text font color is #B6A6DF.


Background Color

.myBgColor { background-color: #B6A6DF; }

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

This div background color is #B6A6DF.


Border color

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

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

This div border color is #B6A6DF.


Opacity

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

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

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

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

This text has shadow with #B6A6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A6DF on black background.


Color preview on white background

This text has color #B6A6DF on white background.



Black color preview on #B6A6DF background

This text has black color on #B6A6DF background.


White color preview on #B6A6DF background

This text has white color on #B6A6DF background.