COLOR #B4B3AC

HEX: #B4B3AC
RGB: (180,179,172)

Color info

#B4B3AC contains red, green and blue colors in about the same proportion. Web safe color of #B4B3AC is #CC9999 (or #C99).

RGB color model

#B4B3AC color RGB value is (180,179,172).

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

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 172 of 255 = 67%

180
179
172

R + G + B ~ 69%. #B4B3AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 172 = 531 (100%)
R 180 of 531 ~ 33.9%
G 179 of 531 ~ 33.71%
B 172 of 531 ~ 32.39%

%33.9
%33.71
%32.39

CMYK color model

#B4B3AC color CMYK value is (0,1,4,29).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(0,1,4,29)
C0M1Y4K29 
(0%,1%,4%,29%)
(0.00/0.01/0.04/0.29)	

CMYK percentages

%0
%0.56
%4.44
%29.41

Codes

Color #B4B3AC in popluar color models

B4B3AC
RGB180179172
HSL52°5.06%69.02%
HSB/HSV52°4.44%70.59%
CMYK0.00%0.56%4.44%
29.41%

Color #B4B3AC in popluar number systems.

HEXB4B3AC
Decimal180179172
Binary101101001011001110101100
Octal264263254

Shades and tints

Shades of #B4B3AC

#B4B3AC
(180,179,172)
#A4A39D
(164,163,157)
#94938E
(148,147,142)
#84837F
(132,131,127)
#747370
(116,115,112)
#646361
(100,99,97)
#545352
(84,83,82)
#444343
(68,67,67)
#343334
(52,51,52)
#242325
(36,35,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #B4B3AC

#B4B3AC
(180,179,172)
#BAB9B3
(186,185,179)
#C0BFBA
(192,191,186)
#C6C5C1
(198,197,193)
#CCCBC8
(204,203,200)
#D2D1CF
(210,209,207)
#D8D7D6
(216,215,214)
#DEDDDD
(222,221,221)
#E4E3E4
(228,227,228)
#EAE9EB
(234,233,235)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B3AC; }

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

This text font color is #B4B3AC.


Background Color

.myBgColor { background-color: #B4B3AC; }

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

This div background color is #B4B3AC.


Border color

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

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

This div border color is #B4B3AC.


Opacity

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

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

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

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

This text has shadow with #B4B3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B3AC on black background.


Color preview on white background

This text has color #B4B3AC on white background.



Black color preview on #B4B3AC background

This text has black color on #B4B3AC background.


White color preview on #B4B3AC background

This text has white color on #B4B3AC background.