COLOR #B8B9A7

HEX: #B8B9A7
RGB: (184,185,167)

Color info

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

RGB color model

#B8B9A7 color RGB value is (184,185,167).

  • red value is 184;
  • green value is 185;
  • blue value is 167.
RGB:
(184,185,167)
(72%,73%,65%)

RGB channels and saturation

R 184 of 255 = 72%
G 185 of 255 = 73%
B 167 of 255 = 65%

184
185
167

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

Portions of RGB colors in percentages

R + G + B =
184 + 185 + 167 = 536 (100%)
R 184 of 536 ~ 34.33%
G 185 of 536 ~ 34.51%
B 167 of 536 ~ 31.16%

%34.33
%34.51
%31.16

CMYK color model

#B8B9A7 color CMYK value is (1,0,10,27).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 27.45%
CMYK:
(1,0,10,27)
C1M0Y10K27 
(1%,0%,10%,27%)
(0.01/0.00/0.10/0.27)	

CMYK percentages

%0.54
%0
%9.73
%27.45

Codes

Color #B8B9A7 in popluar color models

B8B9A7
RGB184185167
HSL63°11.39%69.02%
HSB/HSV63°9.73%72.55%
CMYK0.54%0.00%9.73%
27.45%

Color #B8B9A7 in popluar number systems.

HEXB8B9A7
Decimal184185167
Binary101110001011100110100111
Octal270271247

Shades and tints

Shades of #B8B9A7

#B8B9A7
(184,185,167)
#A8A998
(168,169,152)
#989989
(152,153,137)
#88897A
(136,137,122)
#78796B
(120,121,107)
#68695C
(104,105,92)
#58594D
(88,89,77)
#48493E
(72,73,62)
#38392F
(56,57,47)
#282920
(40,41,32)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #B8B9A7

#B8B9A7
(184,185,167)
#BEBFAF
(190,191,175)
#C4C5B7
(196,197,183)
#CACBBF
(202,203,191)
#D0D1C7
(208,209,199)
#D6D7CF
(214,215,207)
#DCDDD7
(220,221,215)
#E2E3DF
(226,227,223)
#E8E9E7
(232,233,231)
#EEEFEF
(238,239,239)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B9A7; }

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

This text font color is #B8B9A7.


Background Color

.myBgColor { background-color: #B8B9A7; }

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

This div background color is #B8B9A7.


Border color

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

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

This div border color is #B8B9A7.


Opacity

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

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

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

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

This text has shadow with #B8B9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B9A7 on black background.


Color preview on white background

This text has color #B8B9A7 on white background.



Black color preview on #B8B9A7 background

This text has black color on #B8B9A7 background.


White color preview on #B8B9A7 background

This text has white color on #B8B9A7 background.