COLOR #B3AB8F

HEX: #B3AB8F
RGB: (179,171,143)

Color info

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

RGB color model

#B3AB8F color RGB value is (179,171,143).

  • red value is 179;
  • green value is 171;
  • blue value is 143.
RGB:
(179,171,143)
(70%,67%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 143 of 255 = 56%

179
171
143

R + G + B ~ 64%. #B3AB8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 171 + 143 = 493 (100%)
R 179 of 493 ~ 36.31%
G 171 of 493 ~ 34.69%
B 143 of 493 ~ 29.01%

%36.31
%34.69
%29.01

CMYK color model

#B3AB8F color CMYK value is (0,4,20,30).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK:
(0,4,20,30)
C0M4Y20K30 
(0%,4%,20%,30%)
(0.00/0.04/0.20/0.30)	

CMYK percentages

%0
%4.47
%20.11
%29.8

Codes

Color #B3AB8F in popluar color models

B3AB8F
RGB179171143
HSL47°19.15%63.14%
HSB/HSV47°20.11%70.20%
CMYK0.00%4.47%20.11%
29.80%

Color #B3AB8F in popluar number systems.

HEXB3AB8F
Decimal179171143
Binary101100111010101110001111
Octal263253217

Shades and tints

Shades of #B3AB8F

#B3AB8F
(179,171,143)
#A39C82
(163,156,130)
#938D75
(147,141,117)
#837E68
(131,126,104)
#736F5B
(115,111,91)
#63604E
(99,96,78)
#535141
(83,81,65)
#434234
(67,66,52)
#333327
(51,51,39)
#23241A
(35,36,26)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #B3AB8F

#B3AB8F
(179,171,143)
#B9B299
(185,178,153)
#BFB9A3
(191,185,163)
#C5C0AD
(197,192,173)
#CBC7B7
(203,199,183)
#D1CEC1
(209,206,193)
#D7D5CB
(215,213,203)
#DDDCD5
(221,220,213)
#E3E3DF
(227,227,223)
#E9EAE9
(233,234,233)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AB8F; }

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

This text font color is #B3AB8F.


Background Color

.myBgColor { background-color: #B3AB8F; }

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

This div background color is #B3AB8F.


Border color

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

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

This div border color is #B3AB8F.


Opacity

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

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

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

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

This text has shadow with #B3AB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AB8F on black background.


Color preview on white background

This text has color #B3AB8F on white background.



Black color preview on #B3AB8F background

This text has black color on #B3AB8F background.


White color preview on #B3AB8F background

This text has white color on #B3AB8F background.