COLOR #B4ACAF

HEX: #B4ACAF
RGB: (180,172,175)

Color info

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

RGB color model

#B4ACAF color RGB value is (180,172,175).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 175 of 255 = 69%

180
172
175

R + G + B ~ 69%. #B4ACAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 175 = 527 (100%)
R 180 of 527 ~ 34.16%
G 172 of 527 ~ 32.64%
B 175 of 527 ~ 33.21%

%34.16
%32.64
%33.21

CMYK color model

#B4ACAF color CMYK value is (0,4,3,29).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK:
(0,4,3,29)
C0M4Y3K29 
(0%,4%,3%,29%)
(0.00/0.04/0.03/0.29)	

CMYK percentages

%0
%4.44
%2.78
%29.41

Codes

Color #B4ACAF in popluar color models

B4ACAF
RGB180172175
HSL338°5.06%69.02%
HSB/HSV338°4.44%70.59%
CMYK0.00%4.44%2.78%
29.41%

Color #B4ACAF in popluar number systems.

HEXB4ACAF
Decimal180172175
Binary101101001010110010101111
Octal264254257

Shades and tints

Shades of #B4ACAF

#B4ACAF
(180,172,175)
#A49DA0
(164,157,160)
#948E91
(148,142,145)
#847F82
(132,127,130)
#747073
(116,112,115)
#646164
(100,97,100)
#545255
(84,82,85)
#444346
(68,67,70)
#343437
(52,52,55)
#242528
(36,37,40)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #B4ACAF

#B4ACAF
(180,172,175)
#BAB3B6
(186,179,182)
#C0BABD
(192,186,189)
#C6C1C4
(198,193,196)
#CCC8CB
(204,200,203)
#D2CFD2
(210,207,210)
#D8D6D9
(216,214,217)
#DEDDE0
(222,221,224)
#E4E4E7
(228,228,231)
#EAEBEE
(234,235,238)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ACAF; }

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

This text font color is #B4ACAF.


Background Color

.myBgColor { background-color: #B4ACAF; }

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

This div background color is #B4ACAF.


Border color

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

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

This div border color is #B4ACAF.


Opacity

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

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

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

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

This text has shadow with #B4ACAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ACAF on black background.


Color preview on white background

This text has color #B4ACAF on white background.



Black color preview on #B4ACAF background

This text has black color on #B4ACAF background.


White color preview on #B4ACAF background

This text has white color on #B4ACAF background.