COLOR #B9BBA7

HEX: #B9BBA7 RGB: (185,187,167)

Color info

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

RGB color model

#B9BBA7 color RGB value is (185,187,167).

RGB: (185,187,167) (73%, 73%, 65%)

RGB channels and saturation

R 185 of 255 = 73%
G 187 of 255 = 73%
B 167 of 255 = 65%

185
187
167

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

Portions of RGB colors in percentages

R + G + B = 185 + 187 + 167 = 539 (100%)
R 185 of 539 ~ 34.32%
G 187 of 539 ~ 34.69%
B 167 of 539 ~ 30.98'%

%34.32
%34.69
%30.98

CMYK color model

#B9BBA7 color CMYK value is (1,0,11,27).

  • cyan value is 1.07%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%

CMYK: (1,0,11,27)
C1M0Y11K27 (1%, 0%, 11%, 27%)
(0.01 / 0.00 / 0.11 / 0.27)

CMYK percentages

%1.07
%0
%10.7
%26.67

Codes

Color #B9BBA7 in popluar color models

B9 BB A7
RGB 185 187 167
HSL 66° 12.82% 69.41%
HSB/HSV 66° 10.70% 73.33%
CMYK 1.07% 0.00% 10.70%
26.67%

Color #B9BBA7 in popluar number systems.

HEX B9 BB A7
Decimal 185 187 167
Binary 10111001 10111011 10100111
Octal 271 273 247

Shades and tints

Shades of #B9BBA7

#B9BBA7
(185,187,167)
#A9AA98
(169,170,152)
#999989
(153,153,137)
#89887A
(137,136,122)
#79776B
(121,119,107)
#69665C
(105,102,92)
#59554D
(89,85,77)
#49443E
(73,68,62)
#39332F
(57,51,47)
#292220
(41,34,32)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B9BBA7

#B9BBA7
(185,187,167)
#BFC1AF
(191,193,175)
#C5C7B7
(197,199,183)
#CBCDBF
(203,205,191)
#D1D3C7
(209,211,199)
#D7D9CF
(215,217,207)
#DDDFD7
(221,223,215)
#E3E5DF
(227,229,223)
#E9EBE7
(233,235,231)
#EFF1EF
(239,241,239)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BBA7 color. Also use rgb(185,187,167) instead hex code.

Text Font Color

.myTextColor { color: #B9BBA7; }

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

This text font color is #B9BBA7.

Background Color

.myBgColor { background-color: #B9BBA7; }

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

This div background color is #B9BBA7.

Border color

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

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

This div border color is #B9BBA7.

Opacity

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

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

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

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

This text has shadow with #B9BBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BBA7.

Preview

Color preview on black background

This text has color #B9BBA7 on black background.


Color preview on white background

This text has color #B9BBA7 on white background.


Black color preview on #B9BBA7 background

This text has black color on #B9BBA7 background.


White color preview on #B9BBA7 background

This text has white color on #B9BBA7 background.


Related colors

Complementary color

Complementary color for #hex is #464458.


I love getcolorcode.com

Triadic colors

1 #A7B9BB and #BBA7B9 with #B9BBA7 are triadic colors.

2 #A7BBB9 and #BBB9A7 with #B9BBA7 are triadic colors.