COLOR #B4A5BA

HEX: #B4A5BA
RGB: (180,165,186)

Color info

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

RGB color model

#B4A5BA color RGB value is (180,165,186).

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

RGB channels and saturation

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

180
165
186

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

Portions of RGB colors in percentages

R + G + B =
180 + 165 + 186 = 531 (100%)
R 180 of 531 ~ 33.9%
G 165 of 531 ~ 31.07%
B 186 of 531 ~ 35.03%

%33.9
%31.07
%35.03

CMYK color model

#B4A5BA color CMYK value is (3,11,0,27).

  • cyan value is 3.23%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,11,0,27)
C3M11Y0K27 
(3%,11%,0%,27%)
(0.03/0.11/0.00/0.27)	

CMYK percentages

%3.23
%11.29
%0
%27.06

Codes

Color #B4A5BA in popluar color models

B4A5BA
RGB180165186
HSL283°13.21%68.82%
HSB/HSV283°11.29%72.94%
CMYK3.23%11.29%0.00%
27.06%

Color #B4A5BA in popluar number systems.

HEXB4A5BA
Decimal180165186
Binary101101001010010110111010
Octal264245272

Shades and tints

Shades of #B4A5BA

#B4A5BA
(180,165,186)
#A496AA
(164,150,170)
#94879A
(148,135,154)
#84788A
(132,120,138)
#74697A
(116,105,122)
#645A6A
(100,90,106)
#544B5A
(84,75,90)
#443C4A
(68,60,74)
#342D3A
(52,45,58)
#241E2A
(36,30,42)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #B4A5BA

#B4A5BA
(180,165,186)
#BAADC0
(186,173,192)
#C0B5C6
(192,181,198)
#C6BDCC
(198,189,204)
#CCC5D2
(204,197,210)
#D2CDD8
(210,205,216)
#D8D5DE
(216,213,222)
#DEDDE4
(222,221,228)
#E4E5EA
(228,229,234)
#EAEDF0
(234,237,240)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A5BA; }

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

This text font color is #B4A5BA.


Background Color

.myBgColor { background-color: #B4A5BA; }

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

This div background color is #B4A5BA.


Border color

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

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

This div border color is #B4A5BA.


Opacity

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

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

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

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

This text has shadow with #B4A5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A5BA on black background.


Color preview on white background

This text has color #B4A5BA on white background.



Black color preview on #B4A5BA background

This text has black color on #B4A5BA background.


White color preview on #B4A5BA background

This text has white color on #B4A5BA background.