COLOR #B4A5BB

HEX: #B4A5BB
RGB: (180,165,187)

Color info

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

RGB color model

#B4A5BB color RGB value is (180,165,187).

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

RGB channels and saturation

R 180 of 255 = 71%
G 165 of 255 = 65%
B 187 of 255 = 73%

180
165
187

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

Portions of RGB colors in percentages

R + G + B =
180 + 165 + 187 = 532 (100%)
R 180 of 532 ~ 33.83%
G 165 of 532 ~ 31.02%
B 187 of 532 ~ 35.15%

%33.83
%31.02
%35.15

CMYK color model

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

  • cyan value is 3.74%
  • magenta value is 11.76%
  • 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
%11.76
%0
%26.67

Codes

Color #B4A5BB in popluar color models

B4A5BB
RGB180165187
HSL281°13.92%69.02%
HSB/HSV281°11.76%73.33%
CMYK3.74%11.76%0.00%
26.67%

Color #B4A5BB in popluar number systems.

HEXB4A5BB
Decimal180165187
Binary101101001010010110111011
Octal264245273

Shades and tints

Shades of #B4A5BB

#B4A5BB
(180,165,187)
#A496AA
(164,150,170)
#948799
(148,135,153)
#847888
(132,120,136)
#746977
(116,105,119)
#645A66
(100,90,102)
#544B55
(84,75,85)
#443C44
(68,60,68)
#342D33
(52,45,51)
#241E22
(36,30,34)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #B4A5BB

#B4A5BB
(180,165,187)
#BAADC1
(186,173,193)
#C0B5C7
(192,181,199)
#C6BDCD
(198,189,205)
#CCC5D3
(204,197,211)
#D2CDD9
(210,205,217)
#D8D5DF
(216,213,223)
#DEDDE5
(222,221,229)
#E4E5EB
(228,229,235)
#EAEDF1
(234,237,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A5BB; }

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

This text font color is #B4A5BB.


Background Color

.myBgColor { background-color: #B4A5BB; }

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

This div background color is #B4A5BB.


Border color

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

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

This div border color is #B4A5BB.


Opacity

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

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

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

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

This text has shadow with #B4A5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A5BB on black background.


Color preview on white background

This text has color #B4A5BB on white background.



Black color preview on #B4A5BB background

This text has black color on #B4A5BB background.


White color preview on #B4A5BB background

This text has white color on #B4A5BB background.