COLOR #B4ACB2

HEX: #B4ACB2
RGB: (180,172,178)

Color info

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

RGB color model

#B4ACB2 color RGB value is (180,172,178).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 178 of 255 = 70%

180
172
178

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

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 178 = 530 (100%)
R 180 of 530 ~ 33.96%
G 172 of 530 ~ 32.45%
B 178 of 530 ~ 33.58%

%33.96
%32.45
%33.58

CMYK color model

#B4ACB2 color CMYK value is (0,4,1,29).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(0,4,1,29)
C0M4Y1K29 
(0%,4%,1%,29%)
(0.00/0.04/0.01/0.29)	

CMYK percentages

%0
%4.44
%1.11
%29.41

Codes

Color #B4ACB2 in popluar color models

B4ACB2
RGB180172178
HSL315°5.06%69.02%
HSB/HSV315°4.44%70.59%
CMYK0.00%4.44%1.11%
29.41%

Color #B4ACB2 in popluar number systems.

HEXB4ACB2
Decimal180172178
Binary101101001010110010110010
Octal264254262

Shades and tints

Shades of #B4ACB2

#B4ACB2
(180,172,178)
#A49DA2
(164,157,162)
#948E92
(148,142,146)
#847F82
(132,127,130)
#747072
(116,112,114)
#646162
(100,97,98)
#545252
(84,82,82)
#444342
(68,67,66)
#343432
(52,52,50)
#242522
(36,37,34)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #B4ACB2

#B4ACB2
(180,172,178)
#BAB3B9
(186,179,185)
#C0BAC0
(192,186,192)
#C6C1C7
(198,193,199)
#CCC8CE
(204,200,206)
#D2CFD5
(210,207,213)
#D8D6DC
(216,214,220)
#DEDDE3
(222,221,227)
#E4E4EA
(228,228,234)
#EAEBF1
(234,235,241)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ACB2; }

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

This text font color is #B4ACB2.


Background Color

.myBgColor { background-color: #B4ACB2; }

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

This div background color is #B4ACB2.


Border color

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

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

This div border color is #B4ACB2.


Opacity

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

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

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

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

This text has shadow with #B4ACB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ACB2 on black background.


Color preview on white background

This text has color #B4ACB2 on white background.



Black color preview on #B4ACB2 background

This text has black color on #B4ACB2 background.


White color preview on #B4ACB2 background

This text has white color on #B4ACB2 background.