COLOR #B3B3A1

HEX: #B3B3A1
RGB: (179,179,161)

Color info

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

RGB color model

#B3B3A1 color RGB value is (179,179,161).

  • red value is 179;
  • green value is 179;
  • blue value is 161.
RGB:
(179,179,161)
(70%,70%,63%)

RGB channels and saturation

R 179 of 255 = 70%
G 179 of 255 = 70%
B 161 of 255 = 63%

179
179
161

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

Portions of RGB colors in percentages

R + G + B =
179 + 179 + 161 = 519 (100%)
R 179 of 519 ~ 34.49%
G 179 of 519 ~ 34.49%
B 161 of 519 ~ 31.02%

%34.49
%34.49
%31.02

CMYK color model

#B3B3A1 color CMYK value is (0,0,10,30).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 29.80%
CMYK:
(0,0,10,30)
C0M0Y10K30 
(0%,0%,10%,30%)
(0.00/0.00/0.10/0.30)	

CMYK percentages

%0
%0
%10.06
%29.8

Codes

Color #B3B3A1 in popluar color models

B3B3A1
RGB179179161
HSL60°10.59%66.67%
HSB/HSV60°10.06%70.20%
CMYK0.00%0.00%10.06%
29.80%

Color #B3B3A1 in popluar number systems.

HEXB3B3A1
Decimal179179161
Binary101100111011001110100001
Octal263263241

Shades and tints

Shades of #B3B3A1

#B3B3A1
(179,179,161)
#A3A393
(163,163,147)
#939385
(147,147,133)
#838377
(131,131,119)
#737369
(115,115,105)
#63635B
(99,99,91)
#53534D
(83,83,77)
#43433F
(67,67,63)
#333331
(51,51,49)
#232323
(35,35,35)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #B3B3A1

#B3B3A1
(179,179,161)
#B9B9A9
(185,185,169)
#BFBFB1
(191,191,177)
#C5C5B9
(197,197,185)
#CBCBC1
(203,203,193)
#D1D1C9
(209,209,201)
#D7D7D1
(215,215,209)
#DDDDD9
(221,221,217)
#E3E3E1
(227,227,225)
#E9E9E9
(233,233,233)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B3A1; }

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

This text font color is #B3B3A1.


Background Color

.myBgColor { background-color: #B3B3A1; }

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

This div background color is #B3B3A1.


Border color

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

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

This div border color is #B3B3A1.


Opacity

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

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

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

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

This text has shadow with #B3B3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B3A1 on black background.


Color preview on white background

This text has color #B3B3A1 on white background.



Black color preview on #B3B3A1 background

This text has black color on #B3B3A1 background.


White color preview on #B3B3A1 background

This text has white color on #B3B3A1 background.