COLOR #B4A4BB

HEX: #B4A4BB
RGB: (180,164,187)

Color info

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

RGB color model

#B4A4BB color RGB value is (180,164,187).

  • red value is 180;
  • green value is 164;
  • blue value is 187.
RGB:
(180,164,187)
(71%,64%,73%)

RGB channels and saturation

R 180 of 255 = 71%
G 164 of 255 = 64%
B 187 of 255 = 73%

180
164
187

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

Portions of RGB colors in percentages

R + G + B =
180 + 164 + 187 = 531 (100%)
R 180 of 531 ~ 33.9%
G 164 of 531 ~ 30.89%
B 187 of 531 ~ 35.22%

%33.9
%30.89
%35.22

CMYK color model

#B4A4BB color CMYK value is (4,12,0,27).

  • cyan value is 3.74%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(4,12,0,27)
C4M12Y0K27 
(4%,12%,0%,27%)
(0.04/0.12/0.00/0.27)	

CMYK percentages

%3.74
%12.3
%0
%26.67

Codes

Color #B4A4BB in popluar color models

B4A4BB
RGB180164187
HSL282°14.47%68.82%
HSB/HSV282°12.30%73.33%
CMYK3.74%12.30%0.00%
26.67%

Color #B4A4BB in popluar number systems.

HEXB4A4BB
Decimal180164187
Binary101101001010010010111011
Octal264244273

Shades and tints

Shades of #B4A4BB

#B4A4BB
(180,164,187)
#A496AA
(164,150,170)
#948899
(148,136,153)
#847A88
(132,122,136)
#746C77
(116,108,119)
#645E66
(100,94,102)
#545055
(84,80,85)
#444244
(68,66,68)
#343433
(52,52,51)
#242622
(36,38,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #B4A4BB

#B4A4BB
(180,164,187)
#BAACC1
(186,172,193)
#C0B4C7
(192,180,199)
#C6BCCD
(198,188,205)
#CCC4D3
(204,196,211)
#D2CCD9
(210,204,217)
#D8D4DF
(216,212,223)
#DEDCE5
(222,220,229)
#E4E4EB
(228,228,235)
#EAECF1
(234,236,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A4BB color. Also use rgb(180,164,187) instead hex code.

Text Font Color

.myTextColor { color: #B4A4BB; }

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

This text font color is #B4A4BB.


Background Color

.myBgColor { background-color: #B4A4BB; }

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

This div background color is #B4A4BB.


Border color

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

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

This div border color is #B4A4BB.


Opacity

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

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

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

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

This text has shadow with #B4A4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A4BB on black background.


Color preview on white background

This text has color #B4A4BB on white background.



Black color preview on #B4A4BB background

This text has black color on #B4A4BB background.


White color preview on #B4A4BB background

This text has white color on #B4A4BB background.