COLOR #B4A5AC

HEX: #B4A5AC
RGB: (180,165,172)

Color info

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

RGB color model

#B4A5AC color RGB value is (180,165,172).

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

RGB channels and saturation

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

180
165
172

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

Portions of RGB colors in percentages

R + G + B =
180 + 165 + 172 = 517 (100%)
R 180 of 517 ~ 34.82%
G 165 of 517 ~ 31.91%
B 172 of 517 ~ 33.27%

%34.82
%31.91
%33.27

CMYK color model

#B4A5AC color CMYK value is (0,8,4,29).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(0,8,4,29)
C0M8Y4K29 
(0%,8%,4%,29%)
(0.00/0.08/0.04/0.29)	

CMYK percentages

%0
%8.33
%4.44
%29.41

Codes

Color #B4A5AC in popluar color models

B4A5AC
RGB180165172
HSL332°9.09%67.65%
HSB/HSV332°8.33%70.59%
CMYK0.00%8.33%4.44%
29.41%

Color #B4A5AC in popluar number systems.

HEXB4A5AC
Decimal180165172
Binary101101001010010110101100
Octal264245254

Shades and tints

Shades of #B4A5AC

#B4A5AC
(180,165,172)
#A4969D
(164,150,157)
#94878E
(148,135,142)
#84787F
(132,120,127)
#746970
(116,105,112)
#645A61
(100,90,97)
#544B52
(84,75,82)
#443C43
(68,60,67)
#342D34
(52,45,52)
#241E25
(36,30,37)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #B4A5AC

#B4A5AC
(180,165,172)
#BAADB3
(186,173,179)
#C0B5BA
(192,181,186)
#C6BDC1
(198,189,193)
#CCC5C8
(204,197,200)
#D2CDCF
(210,205,207)
#D8D5D6
(216,213,214)
#DEDDDD
(222,221,221)
#E4E5E4
(228,229,228)
#EAEDEB
(234,237,235)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A5AC; }

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

This text font color is #B4A5AC.


Background Color

.myBgColor { background-color: #B4A5AC; }

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

This div background color is #B4A5AC.


Border color

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

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

This div border color is #B4A5AC.


Opacity

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

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

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

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

This text has shadow with #B4A5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A5AC on black background.


Color preview on white background

This text has color #B4A5AC on white background.



Black color preview on #B4A5AC background

This text has black color on #B4A5AC background.


White color preview on #B4A5AC background

This text has white color on #B4A5AC background.