COLOR #B3A4A1

HEX: #B3A4A1 RGB: (179,164,161)

Color info

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

RGB color model

#B3A4A1 color RGB value is (179,164,161).

RGB: (179,164,161) (70%, 64%, 63%)

RGB channels and saturation

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

179
164
161

R + G + B ~ 66%. #B3A4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 164 + 161 = 504 (100%)
R 179 of 504 ~ 35.52%
G 164 of 504 ~ 32.54%
B 161 of 504 ~ 31.94'%

%35.52
%32.54
%31.94

CMYK color model

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

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

CMYK: (0,8,10,30)
C0M8Y10K30 (0%, 8%, 10%, 30%)
(0.00 / 0.08 / 0.10 / 0.30)

CMYK percentages

%0
%8.38
%10.06
%29.8

Codes

Color #B3A4A1 in popluar color models

B3 A4 A1
RGB 179 164 161
HSL 10° 10.59% 66.67%
HSB/HSV 10° 10.06% 70.20%
CMYK 0.00% 8.38% 10.06%
29.80%

Color #B3A4A1 in popluar number systems.

HEX B3 A4 A1
Decimal 179 164 161
Binary 10110011 10100100 10100001
Octal 263 244 241

Shades and tints

Shades of #B3A4A1

#B3A4A1
(179,164,161)
#A39693
(163,150,147)
#938885
(147,136,133)
#837A77
(131,122,119)
#736C69
(115,108,105)
#635E5B
(99,94,91)
#53504D
(83,80,77)
#43423F
(67,66,63)
#333431
(51,52,49)
#232623
(35,38,35)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #B3A4A1

#B3A4A1
(179,164,161)
#B9ACA9
(185,172,169)
#BFB4B1
(191,180,177)
#C5BCB9
(197,188,185)
#CBC4C1
(203,196,193)
#D1CCC9
(209,204,201)
#D7D4D1
(215,212,209)
#DDDCD9
(221,220,217)
#E3E4E1
(227,228,225)
#E9ECE9
(233,236,233)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A4A1; }

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

This text font color is #B3A4A1.

Background Color

.myBgColor { background-color: #B3A4A1; }

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

This div background color is #B3A4A1.

Border color

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

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

This div border color is #B3A4A1.

Opacity

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

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

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

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

This text has shadow with #B3A4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A4A1.

Preview

Color preview on black background

This text has color #B3A4A1 on black background.


Color preview on white background

This text has color #B3A4A1 on white background.


Black color preview on #B3A4A1 background

This text has black color on #B3A4A1 background.


White color preview on #B3A4A1 background

This text has white color on #B3A4A1 background.


Related colors

Complementary color

Complementary color for #hex is #4C5B5E.


I love getcolorcode.com

Triadic colors

1 #A1B3A4 and #A4A1B3 with #B3A4A1 are triadic colors.

2 #A1A4B3 and #A4B3A1 with #B3A4A1 are triadic colors.