COLOR #B9A9B6

HEX: #B9A9B6 RGB: (185,169,182)

Color info

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

RGB color model

#B9A9B6 color RGB value is (185,169,182).

RGB: (185,169,182) (73%, 66%, 71%)

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 182 of 255 = 71%

185
169
182

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

Portions of RGB colors in percentages

R + G + B = 185 + 169 + 182 = 536 (100%)
R 185 of 536 ~ 34.51%
G 169 of 536 ~ 31.53%
B 182 of 536 ~ 33.96'%

%34.51
%31.53
%33.96

CMYK color model

#B9A9B6 color CMYK value is (0,9,2,27).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 1.62%
  • key color value is 27.45%

CMYK: (0,9,2,27)
C0M9Y2K27 (0%, 9%, 2%, 27%)
(0.00 / 0.09 / 0.02 / 0.27)

CMYK percentages

%0
%8.65
%1.62
%27.45

Codes

Color #B9A9B6 in popluar color models

B9 A9 B6
RGB 185 169 182
HSL 311° 10.26% 69.41%
HSB/HSV 311° 8.65% 72.55%
CMYK 0.00% 8.65% 1.62%
27.45%

Color #B9A9B6 in popluar number systems.

HEX B9 A9 B6
Decimal 185 169 182
Binary 10111001 10101001 10110110
Octal 271 251 266

Shades and tints

Shades of #B9A9B6

#B9A9B6
(185,169,182)
#A99AA6
(169,154,166)
#998B96
(153,139,150)
#897C86
(137,124,134)
#796D76
(121,109,118)
#695E66
(105,94,102)
#594F56
(89,79,86)
#494046
(73,64,70)
#393136
(57,49,54)
#292226
(41,34,38)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #B9A9B6

#B9A9B6
(185,169,182)
#BFB0BC
(191,176,188)
#C5B7C2
(197,183,194)
#CBBEC8
(203,190,200)
#D1C5CE
(209,197,206)
#D7CCD4
(215,204,212)
#DDD3DA
(221,211,218)
#E3DAE0
(227,218,224)
#E9E1E6
(233,225,230)
#EFE8EC
(239,232,236)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A9B6; }

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

This text font color is #B9A9B6.

Background Color

.myBgColor { background-color: #B9A9B6; }

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

This div background color is #B9A9B6.

Border color

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

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

This div border color is #B9A9B6.

Opacity

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

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

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

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

This text has shadow with #B9A9B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A9B6.

Preview

Color preview on black background

This text has color #B9A9B6 on black background.


Color preview on white background

This text has color #B9A9B6 on white background.


Black color preview on #B9A9B6 background

This text has black color on #B9A9B6 background.


White color preview on #B9A9B6 background

This text has white color on #B9A9B6 background.


Related colors

Complementary color

Complementary color for #hex is #465649.


I love getcolorcode.com

Triadic colors

1 #B6B9A9 and #A9B6B9 with #B9A9B6 are triadic colors.

2 #B6A9B9 and #A9B9B6 with #B9A9B6 are triadic colors.