COLOR #B9BFAD

HEX: #B9BFAD RGB: (185,191,173)

Color info

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

RGB color model

#B9BFAD color RGB value is (185,191,173).

RGB: (185,191,173) (73%, 75%, 68%)

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 173 of 255 = 68%

185
191
173

R + G + B ~ 72%. #B9BFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 191 + 173 = 549 (100%)
R 185 of 549 ~ 33.7%
G 191 of 549 ~ 34.79%
B 173 of 549 ~ 31.51'%

%33.7
%34.79
%31.51

CMYK color model

#B9BFAD color CMYK value is (3,0,9,25).

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

CMYK: (3,0,9,25)
C3M0Y9K25 (3%, 0%, 9%, 25%)
(0.03 / 0.00 / 0.09 / 0.25)

CMYK percentages

%3.14
%0
%9.42
%25.1

Codes

Color #B9BFAD in popluar color models

B9 BF AD
RGB 185 191 173
HSL 80° 12.33% 71.37%
HSB/HSV 80° 9.42% 74.90%
CMYK 3.14% 0.00% 9.42%
25.10%

Color #B9BFAD in popluar number systems.

HEX B9 BF AD
Decimal 185 191 173
Binary 10111001 10111111 10101101
Octal 271 277 255

Shades and tints

Shades of #B9BFAD

#B9BFAD
(185,191,173)
#A9AE9E
(169,174,158)
#999D8F
(153,157,143)
#898C80
(137,140,128)
#797B71
(121,123,113)
#696A62
(105,106,98)
#595953
(89,89,83)
#494844
(73,72,68)
#393735
(57,55,53)
#292626
(41,38,38)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9BFAD

#B9BFAD
(185,191,173)
#BFC4B4
(191,196,180)
#C5C9BB
(197,201,187)
#CBCEC2
(203,206,194)
#D1D3C9
(209,211,201)
#D7D8D0
(215,216,208)
#DDDDD7
(221,221,215)
#E3E2DE
(227,226,222)
#E9E7E5
(233,231,229)
#EFECEC
(239,236,236)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BFAD; }

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

This text font color is #B9BFAD.

Background Color

.myBgColor { background-color: #B9BFAD; }

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

This div background color is #B9BFAD.

Border color

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

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

This div border color is #B9BFAD.

Opacity

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

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

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

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

This text has shadow with #B9BFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BFAD.

Preview

Color preview on black background

This text has color #B9BFAD on black background.


Color preview on white background

This text has color #B9BFAD on white background.


Black color preview on #B9BFAD background

This text has black color on #B9BFAD background.


White color preview on #B9BFAD background

This text has white color on #B9BFAD background.


Related colors

Complementary color

Complementary color for #hex is #464052.


I love getcolorcode.com

Triadic colors

1 #ADB9BF and #BFADB9 with #B9BFAD are triadic colors.

2 #ADBFB9 and #BFB9AD with #B9BFAD are triadic colors.