COLOR #B3A5BA

HEX: #B3A5BA
RGB: (179,165,186)

Color info

#B3A5BA contains red, green and blue colors in about the same proportion. Web safe color of #B3A5BA is #9999CC (or #99C).

RGB color model

#B3A5BA color RGB value is (179,165,186).

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

RGB channels and saturation

R 179 of 255 = 70%
G 165 of 255 = 65%
B 186 of 255 = 73%

179
165
186

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

Portions of RGB colors in percentages

R + G + B =
179 + 165 + 186 = 530 (100%)
R 179 of 530 ~ 33.77%
G 165 of 530 ~ 31.13%
B 186 of 530 ~ 35.09%

%33.77
%31.13
%35.09

CMYK color model

#B3A5BA color CMYK value is (4,11,0,27).

  • cyan value is 3.76%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(4,11,0,27)
C4M11Y0K27 
(4%,11%,0%,27%)
(0.04/0.11/0.00/0.27)	

CMYK percentages

%3.76
%11.29
%0
%27.06

Codes

Color #B3A5BA in popluar color models

B3A5BA
RGB179165186
HSL280°13.21%68.82%
HSB/HSV280°11.29%72.94%
CMYK3.76%11.29%0.00%
27.06%

Color #B3A5BA in popluar number systems.

HEXB3A5BA
Decimal179165186
Binary101100111010010110111010
Octal263245272

Shades and tints

Shades of #B3A5BA

#B3A5BA
(179,165,186)
#A396AA
(163,150,170)
#93879A
(147,135,154)
#83788A
(131,120,138)
#73697A
(115,105,122)
#635A6A
(99,90,106)
#534B5A
(83,75,90)
#433C4A
(67,60,74)
#332D3A
(51,45,58)
#231E2A
(35,30,42)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #B3A5BA

#B3A5BA
(179,165,186)
#B9ADC0
(185,173,192)
#BFB5C6
(191,181,198)
#C5BDCC
(197,189,204)
#CBC5D2
(203,197,210)
#D1CDD8
(209,205,216)
#D7D5DE
(215,213,222)
#DDDDE4
(221,221,228)
#E3E5EA
(227,229,234)
#E9EDF0
(233,237,240)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A5BA; }

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

This text font color is #B3A5BA.


Background Color

.myBgColor { background-color: #B3A5BA; }

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

This div background color is #B3A5BA.


Border color

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

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

This div border color is #B3A5BA.


Opacity

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

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

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

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

This text has shadow with #B3A5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A5BA on black background.


Color preview on white background

This text has color #B3A5BA on white background.



Black color preview on #B3A5BA background

This text has black color on #B3A5BA background.


White color preview on #B3A5BA background

This text has white color on #B3A5BA background.