COLOR #B3B1A8

HEX: #B3B1A8 RGB: (179,177,168)

Color info

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

RGB color model

#B3B1A8 color RGB value is (179,177,168).

RGB: (179,177,168) (70%, 69%, 66%)

RGB channels and saturation

R 179 of 255 = 70%
G 177 of 255 = 69%
B 168 of 255 = 66%

179
177
168

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

Portions of RGB colors in percentages

R + G + B = 179 + 177 + 168 = 524 (100%)
R 179 of 524 ~ 34.16%
G 177 of 524 ~ 33.78%
B 168 of 524 ~ 32.06'%

%34.16
%33.78
%32.06

CMYK color model

#B3B1A8 color CMYK value is (0,1,6,30).

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 6.15%
  • key color value is 29.80%

CMYK: (0,1,6,30)
C0M1Y6K30 (0%, 1%, 6%, 30%)
(0.00 / 0.01 / 0.06 / 0.30)

CMYK percentages

%0
%1.12
%6.15
%29.8

Codes

Color #B3B1A8 in popluar color models

B3 B1 A8
RGB 179 177 168
HSL 49° 6.75% 68.04%
HSB/HSV 49° 6.15% 70.20%
CMYK 0.00% 1.12% 6.15%
29.80%

Color #B3B1A8 in popluar number systems.

HEX B3 B1 A8
Decimal 179 177 168
Binary 10110011 10110001 10101000
Octal 263 261 250

Shades and tints

Shades of #B3B1A8

#B3B1A8
(179,177,168)
#A3A199
(163,161,153)
#93918A
(147,145,138)
#83817B
(131,129,123)
#73716C
(115,113,108)
#63615D
(99,97,93)
#53514E
(83,81,78)
#43413F
(67,65,63)
#333130
(51,49,48)
#232121
(35,33,33)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #B3B1A8

#B3B1A8
(179,177,168)
#B9B8AF
(185,184,175)
#BFBFB6
(191,191,182)
#C5C6BD
(197,198,189)
#CBCDC4
(203,205,196)
#D1D4CB
(209,212,203)
#D7DBD2
(215,219,210)
#DDE2D9
(221,226,217)
#E3E9E0
(227,233,224)
#E9F0E7
(233,240,231)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B1A8; }

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

This text font color is #B3B1A8.

Background Color

.myBgColor { background-color: #B3B1A8; }

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

This div background color is #B3B1A8.

Border color

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

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

This div border color is #B3B1A8.

Opacity

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

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

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

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

This text has shadow with #B3B1A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B1A8.

Preview

Color preview on black background

This text has color #B3B1A8 on black background.


Color preview on white background

This text has color #B3B1A8 on white background.


Black color preview on #B3B1A8 background

This text has black color on #B3B1A8 background.


White color preview on #B3B1A8 background

This text has white color on #B3B1A8 background.


Related colors

Complementary color

Complementary color for #hex is #4C4E57.


I love getcolorcode.com

Triadic colors

1 #A8B3B1 and #B1A8B3 with #B3B1A8 are triadic colors.

2 #A8B1B3 and #B1B3A8 with #B3B1A8 are triadic colors.