COLOR #B3A5B1

HEX: #B3A5B1
RGB: (179,165,177)

Color info

#B3A5B1 contains red, green and blue colors in about the same proportion. Web safe color of #B3A5B1 is #999999 (or #999).

RGB color model

#B3A5B1 color RGB value is (179,165,177).

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

RGB channels and saturation

R 179 of 255 = 70%
G 165 of 255 = 65%
B 177 of 255 = 69%

179
165
177

R + G + B ~ 68%. #B3A5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 165 + 177 = 521 (100%)
R 179 of 521 ~ 34.36%
G 165 of 521 ~ 31.67%
B 177 of 521 ~ 33.97%

%34.36
%31.67
%33.97

CMYK color model

#B3A5B1 color CMYK value is (0,8,1,30).

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 1.12%
  • key color value is 29.80%
CMYK:
(0,8,1,30)
C0M8Y1K30 
(0%,8%,1%,30%)
(0.00/0.08/0.01/0.30)	

CMYK percentages

%0
%7.82
%1.12
%29.8

Codes

Color #B3A5B1 in popluar color models

B3A5B1
RGB179165177
HSL309°8.43%67.45%
HSB/HSV309°7.82%70.20%
CMYK0.00%7.82%1.12%
29.80%

Color #B3A5B1 in popluar number systems.

HEXB3A5B1
Decimal179165177
Binary101100111010010110110001
Octal263245261

Shades and tints

Shades of #B3A5B1

#B3A5B1
(179,165,177)
#A396A1
(163,150,161)
#938791
(147,135,145)
#837881
(131,120,129)
#736971
(115,105,113)
#635A61
(99,90,97)
#534B51
(83,75,81)
#433C41
(67,60,65)
#332D31
(51,45,49)
#231E21
(35,30,33)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #B3A5B1

#B3A5B1
(179,165,177)
#B9ADB8
(185,173,184)
#BFB5BF
(191,181,191)
#C5BDC6
(197,189,198)
#CBC5CD
(203,197,205)
#D1CDD4
(209,205,212)
#D7D5DB
(215,213,219)
#DDDDE2
(221,221,226)
#E3E5E9
(227,229,233)
#E9EDF0
(233,237,240)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A5B1; }

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

This text font color is #B3A5B1.


Background Color

.myBgColor { background-color: #B3A5B1; }

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

This div background color is #B3A5B1.


Border color

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

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

This div border color is #B3A5B1.


Opacity

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

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

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

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

This text has shadow with #B3A5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A5B1 on black background.


Color preview on white background

This text has color #B3A5B1 on white background.



Black color preview on #B3A5B1 background

This text has black color on #B3A5B1 background.


White color preview on #B3A5B1 background

This text has white color on #B3A5B1 background.