COLOR #B4ACA8

HEX: #B4ACA8
RGB: (180,172,168)

Color info

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

RGB color model

#B4ACA8 color RGB value is (180,172,168).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 168 of 255 = 66%

180
172
168

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

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 168 = 520 (100%)
R 180 of 520 ~ 34.62%
G 172 of 520 ~ 33.08%
B 168 of 520 ~ 32.31%

%34.62
%33.08
%32.31

CMYK color model

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

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

CMYK percentages

%0
%4.44
%6.67
%29.41

Codes

Color #B4ACA8 in popluar color models

B4ACA8
RGB180172168
HSL20°7.41%68.24%
HSB/HSV20°6.67%70.59%
CMYK0.00%4.44%6.67%
29.41%

Color #B4ACA8 in popluar number systems.

HEXB4ACA8
Decimal180172168
Binary101101001010110010101000
Octal264254250

Shades and tints

Shades of #B4ACA8

#B4ACA8
(180,172,168)
#A49D99
(164,157,153)
#948E8A
(148,142,138)
#847F7B
(132,127,123)
#74706C
(116,112,108)
#64615D
(100,97,93)
#54524E
(84,82,78)
#44433F
(68,67,63)
#343430
(52,52,48)
#242521
(36,37,33)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #B4ACA8

#B4ACA8
(180,172,168)
#BAB3AF
(186,179,175)
#C0BAB6
(192,186,182)
#C6C1BD
(198,193,189)
#CCC8C4
(204,200,196)
#D2CFCB
(210,207,203)
#D8D6D2
(216,214,210)
#DEDDD9
(222,221,217)
#E4E4E0
(228,228,224)
#EAEBE7
(234,235,231)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ACA8; }

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

This text font color is #B4ACA8.


Background Color

.myBgColor { background-color: #B4ACA8; }

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

This div background color is #B4ACA8.


Border color

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

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

This div border color is #B4ACA8.


Opacity

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

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

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

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

This text has shadow with #B4ACA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ACA8 on black background.


Color preview on white background

This text has color #B4ACA8 on white background.



Black color preview on #B4ACA8 background

This text has black color on #B4ACA8 background.


White color preview on #B4ACA8 background

This text has white color on #B4ACA8 background.