COLOR #B4ACB7

HEX: #B4ACB7
RGB: (180,172,183)

Color info

#B4ACB7 contains red, green and blue colors in about the same proportion. Web safe color of #B4ACB7 is #CC99CC (or #C9C).

RGB color model

#B4ACB7 color RGB value is (180,172,183).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 183 of 255 = 72%

180
172
183

R + G + B ~ 70%. #B4ACB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 183 = 535 (100%)
R 180 of 535 ~ 33.64%
G 172 of 535 ~ 32.15%
B 183 of 535 ~ 34.21%

%33.64
%32.15
%34.21

CMYK color model

#B4ACB7 color CMYK value is (2,6,0,28).

  • cyan value is 1.64%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(2,6,0,28)
C2M6Y0K28 
(2%,6%,0%,28%)
(0.02/0.06/0.00/0.28)	

CMYK percentages

%1.64
%6.01
%0
%28.24

Codes

Color #B4ACB7 in popluar color models

B4ACB7
RGB180172183
HSL284°7.10%69.61%
HSB/HSV284°6.01%71.76%
CMYK1.64%6.01%0.00%
28.24%

Color #B4ACB7 in popluar number systems.

HEXB4ACB7
Decimal180172183
Binary101101001010110010110111
Octal264254267

Shades and tints

Shades of #B4ACB7

#B4ACB7
(180,172,183)
#A49DA7
(164,157,167)
#948E97
(148,142,151)
#847F87
(132,127,135)
#747077
(116,112,119)
#646167
(100,97,103)
#545257
(84,82,87)
#444347
(68,67,71)
#343437
(52,52,55)
#242527
(36,37,39)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #B4ACB7

#B4ACB7
(180,172,183)
#BAB3BD
(186,179,189)
#C0BAC3
(192,186,195)
#C6C1C9
(198,193,201)
#CCC8CF
(204,200,207)
#D2CFD5
(210,207,213)
#D8D6DB
(216,214,219)
#DEDDE1
(222,221,225)
#E4E4E7
(228,228,231)
#EAEBED
(234,235,237)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ACB7; }

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

This text font color is #B4ACB7.


Background Color

.myBgColor { background-color: #B4ACB7; }

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

This div background color is #B4ACB7.


Border color

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

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

This div border color is #B4ACB7.


Opacity

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

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

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

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

This text has shadow with #B4ACB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ACB7 on black background.


Color preview on white background

This text has color #B4ACB7 on white background.



Black color preview on #B4ACB7 background

This text has black color on #B4ACB7 background.


White color preview on #B4ACB7 background

This text has white color on #B4ACB7 background.