COLOR #B6A0BF

HEX: #B6A0BF
RGB: (182,160,191)

Color info

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

RGB color model

#B6A0BF color RGB value is (182,160,191).

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

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 191 of 255 = 75%

182
160
191

R + G + B ~ 70%. #B6A0BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 160 + 191 = 533 (100%)
R 182 of 533 ~ 34.15%
G 160 of 533 ~ 30.02%
B 191 of 533 ~ 35.83%

%34.15
%30.02
%35.83

CMYK color model

#B6A0BF color CMYK value is (5,16,0,25).

  • cyan value is 4.71%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(5,16,0,25)
C5M16Y0K25 
(5%,16%,0%,25%)
(0.05/0.16/0.00/0.25)	

CMYK percentages

%4.71
%16.23
%0
%25.1

Codes

Color #B6A0BF in popluar color models

B6A0BF
RGB182160191
HSL283°19.50%68.82%
HSB/HSV283°16.23%74.90%
CMYK4.71%16.23%0.00%
25.10%

Color #B6A0BF in popluar number systems.

HEXB6A0BF
Decimal182160191
Binary101101101010000010111111
Octal266240277

Shades and tints

Shades of #B6A0BF

#B6A0BF
(182,160,191)
#A692AE
(166,146,174)
#96849D
(150,132,157)
#86768C
(134,118,140)
#76687B
(118,104,123)
#665A6A
(102,90,106)
#564C59
(86,76,89)
#463E48
(70,62,72)
#363037
(54,48,55)
#262226
(38,34,38)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #B6A0BF

#B6A0BF
(182,160,191)
#BCA8C4
(188,168,196)
#C2B0C9
(194,176,201)
#C8B8CE
(200,184,206)
#CEC0D3
(206,192,211)
#D4C8D8
(212,200,216)
#DAD0DD
(218,208,221)
#E0D8E2
(224,216,226)
#E6E0E7
(230,224,231)
#ECE8EC
(236,232,236)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A0BF; }

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

This text font color is #B6A0BF.


Background Color

.myBgColor { background-color: #B6A0BF; }

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

This div background color is #B6A0BF.


Border color

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

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

This div border color is #B6A0BF.


Opacity

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

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

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

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

This text has shadow with #B6A0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A0BF on black background.


Color preview on white background

This text has color #B6A0BF on white background.



Black color preview on #B6A0BF background

This text has black color on #B6A0BF background.


White color preview on #B6A0BF background

This text has white color on #B6A0BF background.