COLOR #B9BFA6

HEX: #B9BFA6 RGB: (185,191,166)

Color info

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

RGB color model

#B9BFA6 color RGB value is (185,191,166).

RGB: (185,191,166) (73%, 75%, 65%)

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 166 of 255 = 65%

185
191
166

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

Portions of RGB colors in percentages

R + G + B = 185 + 191 + 166 = 542 (100%)
R 185 of 542 ~ 34.13%
G 191 of 542 ~ 35.24%
B 166 of 542 ~ 30.63'%

%34.13
%35.24
%30.63

CMYK color model

#B9BFA6 color CMYK value is (3,0,13,25).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 13.09%
  • key color value is 25.10%

CMYK: (3,0,13,25)
C3M0Y13K25 (3%, 0%, 13%, 25%)
(0.03 / 0.00 / 0.13 / 0.25)

CMYK percentages

%3.14
%0
%13.09
%25.1

Codes

Color #B9BFA6 in popluar color models

B9 BF A6
RGB 185 191 166
HSL 74° 16.34% 70.00%
HSB/HSV 74° 13.09% 74.90%
CMYK 3.14% 0.00% 13.09%
25.10%

Color #B9BFA6 in popluar number systems.

HEX B9 BF A6
Decimal 185 191 166
Binary 10111001 10111111 10100110
Octal 271 277 246

Shades and tints

Shades of #B9BFA6

#B9BFA6
(185,191,166)
#A9AE97
(169,174,151)
#999D88
(153,157,136)
#898C79
(137,140,121)
#797B6A
(121,123,106)
#696A5B
(105,106,91)
#59594C
(89,89,76)
#49483D
(73,72,61)
#39372E
(57,55,46)
#29261F
(41,38,31)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #B9BFA6

#B9BFA6
(185,191,166)
#BFC4AE
(191,196,174)
#C5C9B6
(197,201,182)
#CBCEBE
(203,206,190)
#D1D3C6
(209,211,198)
#D7D8CE
(215,216,206)
#DDDDD6
(221,221,214)
#E3E2DE
(227,226,222)
#E9E7E6
(233,231,230)
#EFECEE
(239,236,238)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BFA6 color. Also use rgb(185,191,166) instead hex code.

Text Font Color

.myTextColor { color: #B9BFA6; }

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

This text font color is #B9BFA6.

Background Color

.myBgColor { background-color: #B9BFA6; }

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

This div background color is #B9BFA6.

Border color

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

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

This div border color is #B9BFA6.

Opacity

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

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

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

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

This text has shadow with #B9BFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BFA6.

Preview

Color preview on black background

This text has color #B9BFA6 on black background.


Color preview on white background

This text has color #B9BFA6 on white background.


Black color preview on #B9BFA6 background

This text has black color on #B9BFA6 background.


White color preview on #B9BFA6 background

This text has white color on #B9BFA6 background.


Related colors

Complementary color

Complementary color for #hex is #464059.


I love getcolorcode.com

Triadic colors

1 #A6B9BF and #BFA6B9 with #B9BFA6 are triadic colors.

2 #A6BFB9 and #BFB9A6 with #B9BFA6 are triadic colors.