COLOR #B4ACAA

HEX: #B4ACAA
RGB: (180,172,170)

Color info

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

RGB color model

#B4ACAA color RGB value is (180,172,170).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 170 of 255 = 67%

180
172
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 170 = 522 (100%)
R 180 of 522 ~ 34.48%
G 172 of 522 ~ 32.95%
B 170 of 522 ~ 32.57%

%34.48
%32.95
%32.57

CMYK color model

#B4ACAA color CMYK value is (0,4,6,29).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(0,4,6,29)
C0M4Y6K29 
(0%,4%,6%,29%)
(0.00/0.04/0.06/0.29)	

CMYK percentages

%0
%4.44
%5.56
%29.41

Codes

Color #B4ACAA in popluar color models

B4ACAA
RGB180172170
HSL12°6.25%68.63%
HSB/HSV12°5.56%70.59%
CMYK0.00%4.44%5.56%
29.41%

Color #B4ACAA in popluar number systems.

HEXB4ACAA
Decimal180172170
Binary101101001010110010101010
Octal264254252

Shades and tints

Shades of #B4ACAA

#B4ACAA
(180,172,170)
#A49D9B
(164,157,155)
#948E8C
(148,142,140)
#847F7D
(132,127,125)
#74706E
(116,112,110)
#64615F
(100,97,95)
#545250
(84,82,80)
#444341
(68,67,65)
#343432
(52,52,50)
#242523
(36,37,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #B4ACAA

#B4ACAA
(180,172,170)
#BAB3B1
(186,179,177)
#C0BAB8
(192,186,184)
#C6C1BF
(198,193,191)
#CCC8C6
(204,200,198)
#D2CFCD
(210,207,205)
#D8D6D4
(216,214,212)
#DEDDDB
(222,221,219)
#E4E4E2
(228,228,226)
#EAEBE9
(234,235,233)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ACAA; }

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

This text font color is #B4ACAA.


Background Color

.myBgColor { background-color: #B4ACAA; }

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

This div background color is #B4ACAA.


Border color

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

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

This div border color is #B4ACAA.


Opacity

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

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

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

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

This text has shadow with #B4ACAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ACAA on black background.


Color preview on white background

This text has color #B4ACAA on white background.



Black color preview on #B4ACAA background

This text has black color on #B4ACAA background.


White color preview on #B4ACAA background

This text has white color on #B4ACAA background.