COLOR #B3B0A1

HEX: #B3B0A1 RGB: (179,176,161)

Color info

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

RGB color model

#B3B0A1 color RGB value is (179,176,161).

RGB: (179,176,161) (70%, 69%, 63%)

RGB channels and saturation

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

179
176
161

R + G + B ~ 67%. #B3B0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 176 + 161 = 516 (100%)
R 179 of 516 ~ 34.69%
G 176 of 516 ~ 34.11%
B 161 of 516 ~ 31.2'%

%34.69
%34.11
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 10.06%
  • key color value is 29.80%

CMYK: (0,2,10,30)
C0M2Y10K30 (0%, 2%, 10%, 30%)
(0.00 / 0.02 / 0.10 / 0.30)

CMYK percentages

%0
%1.68
%10.06
%29.8

Codes

Color #B3B0A1 in popluar color models

B3 B0 A1
RGB 179 176 161
HSL 50° 10.59% 66.67%
HSB/HSV 50° 10.06% 70.20%
CMYK 0.00% 1.68% 10.06%
29.80%

Color #B3B0A1 in popluar number systems.

HEX B3 B0 A1
Decimal 179 176 161
Binary 10110011 10110000 10100001
Octal 263 260 241

Shades and tints

Shades of #B3B0A1

#B3B0A1
(179,176,161)
#A3A093
(163,160,147)
#939085
(147,144,133)
#838077
(131,128,119)
#737069
(115,112,105)
#63605B
(99,96,91)
#53504D
(83,80,77)
#43403F
(67,64,63)
#333031
(51,48,49)
#232023
(35,32,35)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #B3B0A1

#B3B0A1
(179,176,161)
#B9B7A9
(185,183,169)
#BFBEB1
(191,190,177)
#C5C5B9
(197,197,185)
#CBCCC1
(203,204,193)
#D1D3C9
(209,211,201)
#D7DAD1
(215,218,209)
#DDE1D9
(221,225,217)
#E3E8E1
(227,232,225)
#E9EFE9
(233,239,233)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B0A1; }

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

This text font color is #B3B0A1.

Background Color

.myBgColor { background-color: #B3B0A1; }

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

This div background color is #B3B0A1.

Border color

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

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

This div border color is #B3B0A1.

Opacity

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

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

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

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

This text has shadow with #B3B0A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B0A1.

Preview

Color preview on black background

This text has color #B3B0A1 on black background.


Color preview on white background

This text has color #B3B0A1 on white background.


Black color preview on #B3B0A1 background

This text has black color on #B3B0A1 background.


White color preview on #B3B0A1 background

This text has white color on #B3B0A1 background.


Related colors

Complementary color

Complementary color for #hex is #4C4F5E.


I love getcolorcode.com

Triadic colors

1 #A1B3B0 and #B0A1B3 with #B3B0A1 are triadic colors.

2 #A1B0B3 and #B0B3A1 with #B3B0A1 are triadic colors.