COLOR #B4B7AC

HEX: #B4B7AC
RGB: (180,183,172)

Color info

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

RGB color model

#B4B7AC color RGB value is (180,183,172).

  • red value is 180;
  • green value is 183;
  • blue value is 172.
RGB:
(180,183,172)
(71%,72%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 183 of 255 = 72%
B 172 of 255 = 67%

180
183
172

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

Portions of RGB colors in percentages

R + G + B =
180 + 183 + 172 = 535 (100%)
R 180 of 535 ~ 33.64%
G 183 of 535 ~ 34.21%
B 172 of 535 ~ 32.15%

%33.64
%34.21
%32.15

CMYK color model

#B4B7AC color CMYK value is (2,0,6,28).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 28.24%
CMYK:
(2,0,6,28)
C2M0Y6K28 
(2%,0%,6%,28%)
(0.02/0.00/0.06/0.28)	

CMYK percentages

%1.64
%0
%6.01
%28.24

Codes

Color #B4B7AC in popluar color models

B4B7AC
RGB180183172
HSL76°7.10%69.61%
HSB/HSV76°6.01%71.76%
CMYK1.64%0.00%6.01%
28.24%

Color #B4B7AC in popluar number systems.

HEXB4B7AC
Decimal180183172
Binary101101001011011110101100
Octal264267254

Shades and tints

Shades of #B4B7AC

#B4B7AC
(180,183,172)
#A4A79D
(164,167,157)
#94978E
(148,151,142)
#84877F
(132,135,127)
#747770
(116,119,112)
#646761
(100,103,97)
#545752
(84,87,82)
#444743
(68,71,67)
#343734
(52,55,52)
#242725
(36,39,37)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4B7AC

#B4B7AC
(180,183,172)
#BABDB3
(186,189,179)
#C0C3BA
(192,195,186)
#C6C9C1
(198,201,193)
#CCCFC8
(204,207,200)
#D2D5CF
(210,213,207)
#D8DBD6
(216,219,214)
#DEE1DD
(222,225,221)
#E4E7E4
(228,231,228)
#EAEDEB
(234,237,235)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B7AC color. Also use rgb(180,183,172) instead hex code.

Text Font Color

.myTextColor { color: #B4B7AC; }

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

This text font color is #B4B7AC.


Background Color

.myBgColor { background-color: #B4B7AC; }

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

This div background color is #B4B7AC.


Border color

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

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

This div border color is #B4B7AC.


Opacity

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

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

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

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

This text has shadow with #B4B7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B7AC on black background.


Color preview on white background

This text has color #B4B7AC on white background.



Black color preview on #B4B7AC background

This text has black color on #B4B7AC background.


White color preview on #B4B7AC background

This text has white color on #B4B7AC background.