COLOR #B4ACA6

HEX: #B4ACA6
RGB: (180,172,166)

Color info

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

RGB color model

#B4ACA6 color RGB value is (180,172,166).

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

RGB channels and saturation

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

180
172
166

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

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 166 = 518 (100%)
R 180 of 518 ~ 34.75%
G 172 of 518 ~ 33.2%
B 166 of 518 ~ 32.05%

%34.75
%33.2
%32.05

CMYK color model

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

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

CMYK percentages

%0
%4.44
%7.78
%29.41

Codes

Color #B4ACA6 in popluar color models

B4ACA6
RGB180172166
HSL26°8.54%67.84%
HSB/HSV26°7.78%70.59%
CMYK0.00%4.44%7.78%
29.41%

Color #B4ACA6 in popluar number systems.

HEXB4ACA6
Decimal180172166
Binary101101001010110010100110
Octal264254246

Shades and tints

Shades of #B4ACA6

#B4ACA6
(180,172,166)
#A49D97
(164,157,151)
#948E88
(148,142,136)
#847F79
(132,127,121)
#74706A
(116,112,106)
#64615B
(100,97,91)
#54524C
(84,82,76)
#44433D
(68,67,61)
#34342E
(52,52,46)
#24251F
(36,37,31)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #B4ACA6

#B4ACA6
(180,172,166)
#BAB3AE
(186,179,174)
#C0BAB6
(192,186,182)
#C6C1BE
(198,193,190)
#CCC8C6
(204,200,198)
#D2CFCE
(210,207,206)
#D8D6D6
(216,214,214)
#DEDDDE
(222,221,222)
#E4E4E6
(228,228,230)
#EAEBEE
(234,235,238)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ACA6; }

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

This text font color is #B4ACA6.


Background Color

.myBgColor { background-color: #B4ACA6; }

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

This div background color is #B4ACA6.


Border color

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

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

This div border color is #B4ACA6.


Opacity

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

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

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

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

This text has shadow with #B4ACA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ACA6 on black background.


Color preview on white background

This text has color #B4ACA6 on white background.



Black color preview on #B4ACA6 background

This text has black color on #B4ACA6 background.


White color preview on #B4ACA6 background

This text has white color on #B4ACA6 background.