COLOR #B9B7AF

HEX: #B9B7AF RGB: (185,183,175)

Color info

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

RGB color model

#B9B7AF color RGB value is (185,183,175).

RGB: (185,183,175) (73%, 72%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 175 of 255 = 69%

185
183
175

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

Portions of RGB colors in percentages

R + G + B = 185 + 183 + 175 = 543 (100%)
R 185 of 543 ~ 34.07%
G 183 of 543 ~ 33.7%
B 175 of 543 ~ 32.23'%

%34.07
%33.7
%32.23

CMYK color model

#B9B7AF color CMYK value is (0,1,5,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 5.41%
  • key color value is 27.45%
CMYK: (0,1,5,27) C0M1Y5K27 (0%,1%,5%,27%) (0.00/0.01/0.05/0.27) 

CMYK percentages

%0
%1.08
%5.41
%27.45

Codes

Color #B9B7AF in popluar color models

B9 B7 AF
RGB 185 183 175
HSL 48° 6.67% 70.59%
HSB/HSV 48° 5.41% 72.55%
CMYK 0.00% 1.08% 5.41%
27.45%

Color #B9B7AF in popluar number systems.

HEX B9 B7 AF
Decimal 185 183 175
Binary 10111001 10110111 10101111
Octal 271 267 257

Shades and tints

Shades of #B9B7AF

#B9B7AF
(185,183,175)
#A9A7A0
(169,167,160)
#999791
(153,151,145)
#898782
(137,135,130)
#797773
(121,119,115)
#696764
(105,103,100)
#595755
(89,87,85)
#494746
(73,71,70)
#393737
(57,55,55)
#292728
(41,39,40)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #B9B7AF

#B9B7AF
(185,183,175)
#BFBDB6
(191,189,182)
#C5C3BD
(197,195,189)
#CBC9C4
(203,201,196)
#D1CFCB
(209,207,203)
#D7D5D2
(215,213,210)
#DDDBD9
(221,219,217)
#E3E1E0
(227,225,224)
#E9E7E7
(233,231,231)
#EFEDEE
(239,237,238)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B7AF; }

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

This text font color is #B9B7AF.

Background Color

.myBgColor { background-color: #B9B7AF; }

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

This div background color is #B9B7AF.

Border color

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

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

This div border color is #B9B7AF.

Opacity

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

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

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

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

This text has shadow with #B9B7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B7AF.

Preview

Color preview on black background

This text has color #B9B7AF on black background.


Color preview on white background

This text has color #B9B7AF on white background.


Black color preview on #B9B7AF background

This text has black color on #B9B7AF background.


White color preview on #B9B7AF background

This text has white color on #B9B7AF background.


Related colors

Complementary color

Complementary color for #hex is #464850.


I love getcolorcode.com

Triadic colors

1 #AFB9B7 and #B7AFB9 with #B9B7AF are triadic colors.

2 #AFB7B9 and #B7B9AF with #B9B7AF are triadic colors.