COLOR #B6A6CF

HEX: #B6A6CF RGB: (182,166,207)

Color info

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

RGB color model

#B6A6CF color RGB value is (182,166,207).

RGB: (182,166,207) (71%, 65%, 81%)

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 207 of 255 = 81%

182
166
207

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

Portions of RGB colors in percentages

R + G + B = 182 + 166 + 207 = 555 (100%)
R 182 of 555 ~ 32.79%
G 166 of 555 ~ 29.91%
B 207 of 555 ~ 37.3'%

%32.79
%29.91
%37.3

CMYK color model

#B6A6CF color CMYK value is (12,20,0,19).

  • cyan value is 12.08%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (12,20,0,19)
C12M20Y0K19 (12%, 20%, 0%, 19%)
(0.12 / 0.20 / 0.00 / 0.19)

CMYK percentages

%12.08
%19.81
%0
%18.82

Codes

Color #B6A6CF in popluar color models

B6 A6 CF
RGB 182 166 207
HSL 263° 29.93% 73.14%
HSB/HSV 263° 19.81% 81.18%
CMYK 12.08% 19.81% 0.00%
18.82%

Color #B6A6CF in popluar number systems.

HEX B6 A6 CF
Decimal 182 166 207
Binary 10110110 10100110 11001111
Octal 266 246 317

Shades and tints

Shades of #B6A6CF

#B6A6CF
(182,166,207)
#A697BD
(166,151,189)
#9688AB
(150,136,171)
#867999
(134,121,153)
#766A87
(118,106,135)
#665B75
(102,91,117)
#564C63
(86,76,99)
#463D51
(70,61,81)
#362E3F
(54,46,63)
#261F2D
(38,31,45)
#16101B
(22,16,27)
#000000
(0,0,0)

Tints of #B6A6CF

#B6A6CF
(182,166,207)
#BCAED3
(188,174,211)
#C2B6D7
(194,182,215)
#C8BEDB
(200,190,219)
#CEC6DF
(206,198,223)
#D4CEE3
(212,206,227)
#DAD6E7
(218,214,231)
#E0DEEB
(224,222,235)
#E6E6EF
(230,230,239)
#ECEEF3
(236,238,243)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A6CF; }

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

This text font color is #B6A6CF.

Background Color

.myBgColor { background-color: #B6A6CF; }

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

This div background color is #B6A6CF.

Border color

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

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

This div border color is #B6A6CF.

Opacity

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

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

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

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

This text has shadow with #B6A6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A6CF.

Preview

Color preview on black background

This text has color #B6A6CF on black background.


Color preview on white background

This text has color #B6A6CF on white background.


Black color preview on #B6A6CF background

This text has black color on #B6A6CF background.


White color preview on #B6A6CF background

This text has white color on #B6A6CF background.


Related colors

Complementary color

Complementary color for #hex is #495930.


I love getcolorcode.com

Triadic colors

1 #CFB6A6 and #A6CFB6 with #B6A6CF are triadic colors.

2 #CFA6B6 and #A6B6CF with #B6A6CF are triadic colors.