COLOR #B7B9A4

HEX: #B7B9A4
RGB: (183,185,164)

Color info

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

RGB color model

#B7B9A4 color RGB value is (183,185,164).

  • red value is 183;
  • green value is 185;
  • blue value is 164.
RGB:
(183,185,164)
(72%,73%,64%)

RGB channels and saturation

R 183 of 255 = 72%
G 185 of 255 = 73%
B 164 of 255 = 64%

183
185
164

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

Portions of RGB colors in percentages

R + G + B =
183 + 185 + 164 = 532 (100%)
R 183 of 532 ~ 34.4%
G 185 of 532 ~ 34.77%
B 164 of 532 ~ 30.83%

%34.4
%34.77
%30.83

CMYK color model

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

  • cyan value is 1.08%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 27.45%
CMYK:
(1,0,11,27)
C1M0Y11K27 
(1%,0%,11%,27%)
(0.01/0.00/0.11/0.27)	

CMYK percentages

%1.08
%0
%11.35
%27.45

Codes

Color #B7B9A4 in popluar color models

B7B9A4
RGB183185164
HSL66°13.04%68.43%
HSB/HSV66°11.35%72.55%
CMYK1.08%0.00%11.35%
27.45%

Color #B7B9A4 in popluar number systems.

HEXB7B9A4
Decimal183185164
Binary101101111011100110100100
Octal267271244

Shades and tints

Shades of #B7B9A4

#B7B9A4
(183,185,164)
#A7A996
(167,169,150)
#979988
(151,153,136)
#87897A
(135,137,122)
#77796C
(119,121,108)
#67695E
(103,105,94)
#575950
(87,89,80)
#474942
(71,73,66)
#373934
(55,57,52)
#272926
(39,41,38)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #B7B9A4

#B7B9A4
(183,185,164)
#BDBFAC
(189,191,172)
#C3C5B4
(195,197,180)
#C9CBBC
(201,203,188)
#CFD1C4
(207,209,196)
#D5D7CC
(213,215,204)
#DBDDD4
(219,221,212)
#E1E3DC
(225,227,220)
#E7E9E4
(231,233,228)
#EDEFEC
(237,239,236)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B9A4; }

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

This text font color is #B7B9A4.


Background Color

.myBgColor { background-color: #B7B9A4; }

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

This div background color is #B7B9A4.


Border color

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

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

This div border color is #B7B9A4.


Opacity

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

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

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

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

This text has shadow with #B7B9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B9A4 on black background.


Color preview on white background

This text has color #B7B9A4 on white background.



Black color preview on #B7B9A4 background

This text has black color on #B7B9A4 background.


White color preview on #B7B9A4 background

This text has white color on #B7B9A4 background.