COLOR #B4A7AC

HEX: #B4A7AC
RGB: (180,167,172)

Color info

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

RGB color model

#B4A7AC color RGB value is (180,167,172).

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

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 172 of 255 = 67%

180
167
172

R + G + B ~ 68%. #B4A7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 172 = 519 (100%)
R 180 of 519 ~ 34.68%
G 167 of 519 ~ 32.18%
B 172 of 519 ~ 33.14%

%34.68
%32.18
%33.14

CMYK color model

#B4A7AC color CMYK value is (0,7,4,29).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(0,7,4,29)
C0M7Y4K29 
(0%,7%,4%,29%)
(0.00/0.07/0.04/0.29)	

CMYK percentages

%0
%7.22
%4.44
%29.41

Codes

Color #B4A7AC in popluar color models

B4A7AC
RGB180167172
HSL337°7.98%68.04%
HSB/HSV337°7.22%70.59%
CMYK0.00%7.22%4.44%
29.41%

Color #B4A7AC in popluar number systems.

HEXB4A7AC
Decimal180167172
Binary101101001010011110101100
Octal264247254

Shades and tints

Shades of #B4A7AC

#B4A7AC
(180,167,172)
#A4989D
(164,152,157)
#94898E
(148,137,142)
#847A7F
(132,122,127)
#746B70
(116,107,112)
#645C61
(100,92,97)
#544D52
(84,77,82)
#443E43
(68,62,67)
#342F34
(52,47,52)
#242025
(36,32,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #B4A7AC

#B4A7AC
(180,167,172)
#BAAFB3
(186,175,179)
#C0B7BA
(192,183,186)
#C6BFC1
(198,191,193)
#CCC7C8
(204,199,200)
#D2CFCF
(210,207,207)
#D8D7D6
(216,215,214)
#DEDFDD
(222,223,221)
#E4E7E4
(228,231,228)
#EAEFEB
(234,239,235)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A7AC; }

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

This text font color is #B4A7AC.


Background Color

.myBgColor { background-color: #B4A7AC; }

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

This div background color is #B4A7AC.


Border color

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

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

This div border color is #B4A7AC.


Opacity

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

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

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

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

This text has shadow with #B4A7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A7AC on black background.


Color preview on white background

This text has color #B4A7AC on white background.



Black color preview on #B4A7AC background

This text has black color on #B4A7AC background.


White color preview on #B4A7AC background

This text has white color on #B4A7AC background.