COLOR #B9B6AF

HEX: #B9B6AF RGB: (185,182,175)

Color info

#B9B6AF contains red, green and blue colors in about the same proportion. Web safe color of #B9B6AF is #CCCC99 (or #CC9).

RGB color model

#B9B6AF color RGB value is (185,182,175).

RGB: (185,182,175) (73%, 71%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 182 of 255 = 71%
B 175 of 255 = 69%

185
182
175

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

Portions of RGB colors in percentages

R + G + B = 185 + 182 + 175 = 542 (100%)
R 185 of 542 ~ 34.13%
G 182 of 542 ~ 33.58%
B 175 of 542 ~ 32.29'%

%34.13
%33.58
%32.29

CMYK color model

#B9B6AF color CMYK value is (0,2,5,27).

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

CMYK: (0,2,5,27)
C0M2Y5K27 (0%, 2%, 5%, 27%)
(0.00 / 0.02 / 0.05 / 0.27)

CMYK percentages

%0
%1.62
%5.41
%27.45

Codes

Color #B9B6AF in popluar color models

B9 B6 AF
RGB 185 182 175
HSL 42° 6.67% 70.59%
HSB/HSV 42° 5.41% 72.55%
CMYK 0.00% 1.62% 5.41%
27.45%

Color #B9B6AF in popluar number systems.

HEX B9 B6 AF
Decimal 185 182 175
Binary 10111001 10110110 10101111
Octal 271 266 257

Shades and tints

Shades of #B9B6AF

#B9B6AF
(185,182,175)
#A9A6A0
(169,166,160)
#999691
(153,150,145)
#898682
(137,134,130)
#797673
(121,118,115)
#696664
(105,102,100)
#595655
(89,86,85)
#494646
(73,70,70)
#393637
(57,54,55)
#292628
(41,38,40)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #B9B6AF

#B9B6AF
(185,182,175)
#BFBCB6
(191,188,182)
#C5C2BD
(197,194,189)
#CBC8C4
(203,200,196)
#D1CECB
(209,206,203)
#D7D4D2
(215,212,210)
#DDDAD9
(221,218,217)
#E3E0E0
(227,224,224)
#E9E6E7
(233,230,231)
#EFECEE
(239,236,238)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B6AF; }

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

This text font color is #B9B6AF.

Background Color

.myBgColor { background-color: #B9B6AF; }

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

This div background color is #B9B6AF.

Border color

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

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

This div border color is #B9B6AF.

Opacity

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

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

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

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

This text has shadow with #B9B6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B6AF.

Preview

Color preview on black background

This text has color #B9B6AF on black background.


Color preview on white background

This text has color #B9B6AF on white background.


Black color preview on #B9B6AF background

This text has black color on #B9B6AF background.


White color preview on #B9B6AF background

This text has white color on #B9B6AF background.


Related colors

Complementary color

Complementary color for #hex is #464950.


I love getcolorcode.com

Triadic colors

1 #AFB9B6 and #B6AFB9 with #B9B6AF are triadic colors.

2 #AFB6B9 and #B6B9AF with #B9B6AF are triadic colors.