COLOR #B6A0CD

HEX: #B6A0CD
RGB: (182,160,205)

Color info

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

RGB color model

#B6A0CD color RGB value is (182,160,205).

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

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 205 of 255 = 80%

182
160
205

R + G + B ~ 71%. #B6A0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 160 + 205 = 547 (100%)
R 182 of 547 ~ 33.27%
G 160 of 547 ~ 29.25%
B 205 of 547 ~ 37.48%

%33.27
%29.25
%37.48

CMYK color model

#B6A0CD color CMYK value is (11,22,0,20).

  • cyan value is 11.22%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,22,0,20)
C11M22Y0K20 
(11%,22%,0%,20%)
(0.11/0.22/0.00/0.20)	

CMYK percentages

%11.22
%21.95
%0
%19.61

Codes

Color #B6A0CD in popluar color models

B6A0CD
RGB182160205
HSL269°31.03%71.57%
HSB/HSV269°21.95%80.39%
CMYK11.22%21.95%0.00%
19.61%

Color #B6A0CD in popluar number systems.

HEXB6A0CD
Decimal182160205
Binary101101101010000011001101
Octal266240315

Shades and tints

Shades of #B6A0CD

#B6A0CD
(182,160,205)
#A692BB
(166,146,187)
#9684A9
(150,132,169)
#867697
(134,118,151)
#766885
(118,104,133)
#665A73
(102,90,115)
#564C61
(86,76,97)
#463E4F
(70,62,79)
#36303D
(54,48,61)
#26222B
(38,34,43)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #B6A0CD

#B6A0CD
(182,160,205)
#BCA8D1
(188,168,209)
#C2B0D5
(194,176,213)
#C8B8D9
(200,184,217)
#CEC0DD
(206,192,221)
#D4C8E1
(212,200,225)
#DAD0E5
(218,208,229)
#E0D8E9
(224,216,233)
#E6E0ED
(230,224,237)
#ECE8F1
(236,232,241)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A0CD; }

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

This text font color is #B6A0CD.


Background Color

.myBgColor { background-color: #B6A0CD; }

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

This div background color is #B6A0CD.


Border color

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

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

This div border color is #B6A0CD.


Opacity

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

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

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

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

This text has shadow with #B6A0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A0CD on black background.


Color preview on white background

This text has color #B6A0CD on white background.



Black color preview on #B6A0CD background

This text has black color on #B6A0CD background.


White color preview on #B6A0CD background

This text has white color on #B6A0CD background.