COLOR #B3A8B1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

179
168
177

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

Portions of RGB colors in percentages

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

%34.16
%32.06
%33.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 1.12%
  • key color value is 29.80%
CMYK: (0,6,1,30) C0M6Y1K30 (0%,6%,1%,30%) (0.00/0.06/0.01/0.30) 

CMYK percentages

%0
%6.15
%1.12
%29.8

Codes

Color #B3A8B1 in popluar color models

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

Color #B3A8B1 in popluar number systems.

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

Shades and tints

Shades of #B3A8B1

#B3A8B1
(179,168,177)
#A399A1
(163,153,161)
#938A91
(147,138,145)
#837B81
(131,123,129)
#736C71
(115,108,113)
#635D61
(99,93,97)
#534E51
(83,78,81)
#433F41
(67,63,65)
#333031
(51,48,49)
#232121
(35,33,33)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #B3A8B1

#B3A8B1
(179,168,177)
#B9AFB8
(185,175,184)
#BFB6BF
(191,182,191)
#C5BDC6
(197,189,198)
#CBC4CD
(203,196,205)
#D1CBD4
(209,203,212)
#D7D2DB
(215,210,219)
#DDD9E2
(221,217,226)
#E3E0E9
(227,224,233)
#E9E7F0
(233,231,240)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A8B1; }

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

This text font color is #B3A8B1.

Background Color

.myBgColor { background-color: #B3A8B1; }

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

This div background color is #B3A8B1.

Border color

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

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

This div border color is #B3A8B1.

Opacity

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

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

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

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

This text has shadow with #B3A8B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A8B1.

Preview

Color preview on black background

This text has color #B3A8B1 on black background.


Color preview on white background

This text has color #B3A8B1 on white background.


Black color preview on #B3A8B1 background

This text has black color on #B3A8B1 background.


White color preview on #B3A8B1 background

This text has white color on #B3A8B1 background.


Related colors

Complementary color

Complementary color for #hex is #4C574E.


I love getcolorcode.com

Triadic colors

1 #B1B3A8 and #A8B1B3 with #B3A8B1 are triadic colors.

2 #B1A8B3 and #A8B3B1 with #B3A8B1 are triadic colors.