COLOR #B6A9BF

HEX: #B6A9BF
RGB: (182,169,191)

Color info

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

RGB color model

#B6A9BF color RGB value is (182,169,191).

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

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 191 of 255 = 75%

182
169
191

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

Portions of RGB colors in percentages

R + G + B =
182 + 169 + 191 = 542 (100%)
R 182 of 542 ~ 33.58%
G 169 of 542 ~ 31.18%
B 191 of 542 ~ 35.24%

%33.58
%31.18
%35.24

CMYK color model

#B6A9BF color CMYK value is (5,12,0,25).

  • cyan value is 4.71%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(5,12,0,25)
C5M12Y0K25 
(5%,12%,0%,25%)
(0.05/0.12/0.00/0.25)	

CMYK percentages

%4.71
%11.52
%0
%25.1

Codes

Color #B6A9BF in popluar color models

B6A9BF
RGB182169191
HSL275°14.67%70.59%
HSB/HSV275°11.52%74.90%
CMYK4.71%11.52%0.00%
25.10%

Color #B6A9BF in popluar number systems.

HEXB6A9BF
Decimal182169191
Binary101101101010100110111111
Octal266251277

Shades and tints

Shades of #B6A9BF

#B6A9BF
(182,169,191)
#A69AAE
(166,154,174)
#968B9D
(150,139,157)
#867C8C
(134,124,140)
#766D7B
(118,109,123)
#665E6A
(102,94,106)
#564F59
(86,79,89)
#464048
(70,64,72)
#363137
(54,49,55)
#262226
(38,34,38)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #B6A9BF

#B6A9BF
(182,169,191)
#BCB0C4
(188,176,196)
#C2B7C9
(194,183,201)
#C8BECE
(200,190,206)
#CEC5D3
(206,197,211)
#D4CCD8
(212,204,216)
#DAD3DD
(218,211,221)
#E0DAE2
(224,218,226)
#E6E1E7
(230,225,231)
#ECE8EC
(236,232,236)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A9BF; }

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

This text font color is #B6A9BF.


Background Color

.myBgColor { background-color: #B6A9BF; }

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

This div background color is #B6A9BF.


Border color

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

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

This div border color is #B6A9BF.


Opacity

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

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

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

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

This text has shadow with #B6A9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A9BF on black background.


Color preview on white background

This text has color #B6A9BF on white background.



Black color preview on #B6A9BF background

This text has black color on #B6A9BF background.


White color preview on #B6A9BF background

This text has white color on #B6A9BF background.