COLOR #B6A8DC

HEX: #B6A8DC RGB: (182,168,220)

Color info

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

RGB color model

#B6A8DC color RGB value is (182,168,220).

RGB: (182,168,220) (71%, 66%, 86%)

RGB channels and saturation

R 182 of 255 = 71%
G 168 of 255 = 66%
B 220 of 255 = 86%

182
168
220

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

Portions of RGB colors in percentages

R + G + B = 182 + 168 + 220 = 570 (100%)
R 182 of 570 ~ 31.93%
G 168 of 570 ~ 29.47%
B 220 of 570 ~ 38.6'%

%31.93
%29.47
%38.6

CMYK color model

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

  • cyan value is 17.27%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (17,24,0,14)
C17M24Y0K14 (17%, 24%, 0%, 14%)
(0.17 / 0.24 / 0.00 / 0.14)

CMYK percentages

%17.27
%23.64
%0
%13.73

Codes

Color #B6A8DC in popluar color models

B6 A8 DC
RGB 182 168 220
HSL 256° 42.62% 76.08%
HSB/HSV 256° 23.64% 86.27%
CMYK 17.27% 23.64% 0.00%
13.73%

Color #B6A8DC in popluar number systems.

HEX B6 A8 DC
Decimal 182 168 220
Binary 10110110 10101000 11011100
Octal 266 250 334

Shades and tints

Shades of #B6A8DC

#B6A8DC
(182,168,220)
#A699C8
(166,153,200)
#968AB4
(150,138,180)
#867BA0
(134,123,160)
#766C8C
(118,108,140)
#665D78
(102,93,120)
#564E64
(86,78,100)
#463F50
(70,63,80)
#36303C
(54,48,60)
#262128
(38,33,40)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #B6A8DC

#B6A8DC
(182,168,220)
#BCAFDF
(188,175,223)
#C2B6E2
(194,182,226)
#C8BDE5
(200,189,229)
#CEC4E8
(206,196,232)
#D4CBEB
(212,203,235)
#DAD2EE
(218,210,238)
#E0D9F1
(224,217,241)
#E6E0F4
(230,224,244)
#ECE7F7
(236,231,247)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A8DC color. Also use rgb(182,168,220) instead hex code.

Text Font Color

.myTextColor { color: #B6A8DC; }

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

This text font color is #B6A8DC.

Background Color

.myBgColor { background-color: #B6A8DC; }

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

This div background color is #B6A8DC.

Border color

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

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

This div border color is #B6A8DC.

Opacity

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

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

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

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

This text has shadow with #B6A8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A8DC.

Preview

Color preview on black background

This text has color #B6A8DC on black background.


Color preview on white background

This text has color #B6A8DC on white background.


Black color preview on #B6A8DC background

This text has black color on #B6A8DC background.


White color preview on #B6A8DC background

This text has white color on #B6A8DC background.


Related colors

Complementary color

Complementary color for #hex is #495723.


I love getcolorcode.com

Triadic colors

1 #DCB6A8 and #A8DCB6 with #B6A8DC are triadic colors.

2 #DCA8B6 and #A8B6DC with #B6A8DC are triadic colors.