COLOR #B9B2B6

HEX: #B9B2B6 RGB: (185,178,182)

Color info

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

RGB color model

#B9B2B6 color RGB value is (185,178,182).

RGB: (185,178,182) (73%, 70%, 71%)

RGB channels and saturation

R 185 of 255 = 73%
G 178 of 255 = 70%
B 182 of 255 = 71%

185
178
182

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

Portions of RGB colors in percentages

R + G + B = 185 + 178 + 182 = 545 (100%)
R 185 of 545 ~ 33.94%
G 178 of 545 ~ 32.66%
B 182 of 545 ~ 33.39'%

%33.94
%32.66
%33.39

CMYK color model

#B9B2B6 color CMYK value is (0,4,2,27).

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

CMYK: (0,4,2,27)
C0M4Y2K27 (0%, 4%, 2%, 27%)
(0.00 / 0.04 / 0.02 / 0.27)

CMYK percentages

%0
%3.78
%1.62
%27.45

Codes

Color #B9B2B6 in popluar color models

B9 B2 B6
RGB 185 178 182
HSL 326° 4.76% 71.18%
HSB/HSV 326° 3.78% 72.55%
CMYK 0.00% 3.78% 1.62%
27.45%

Color #B9B2B6 in popluar number systems.

HEX B9 B2 B6
Decimal 185 178 182
Binary 10111001 10110010 10110110
Octal 271 262 266

Shades and tints

Shades of #B9B2B6

#B9B2B6
(185,178,182)
#A9A2A6
(169,162,166)
#999296
(153,146,150)
#898286
(137,130,134)
#797276
(121,114,118)
#696266
(105,98,102)
#595256
(89,82,86)
#494246
(73,66,70)
#393236
(57,50,54)
#292226
(41,34,38)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #B9B2B6

#B9B2B6
(185,178,182)
#BFB9BC
(191,185,188)
#C5C0C2
(197,192,194)
#CBC7C8
(203,199,200)
#D1CECE
(209,206,206)
#D7D5D4
(215,213,212)
#DDDCDA
(221,220,218)
#E3E3E0
(227,227,224)
#E9EAE6
(233,234,230)
#EFF1EC
(239,241,236)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B2B6; }

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

This text font color is #B9B2B6.

Background Color

.myBgColor { background-color: #B9B2B6; }

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

This div background color is #B9B2B6.

Border color

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

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

This div border color is #B9B2B6.

Opacity

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

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

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

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

This text has shadow with #B9B2B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B2B6.

Preview

Color preview on black background

This text has color #B9B2B6 on black background.


Color preview on white background

This text has color #B9B2B6 on white background.


Black color preview on #B9B2B6 background

This text has black color on #B9B2B6 background.


White color preview on #B9B2B6 background

This text has white color on #B9B2B6 background.


Related colors

Complementary color

Complementary color for #hex is #464D49.


I love getcolorcode.com

Triadic colors

1 #B6B9B2 and #B2B6B9 with #B9B2B6 are triadic colors.

2 #B6B2B9 and #B2B9B6 with #B9B2B6 are triadic colors.