COLOR #B3AB8E

HEX: #B3AB8E
RGB: (179,171,142)

Color info

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

RGB color model

#B3AB8E color RGB value is (179,171,142).

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

RGB channels and saturation

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

179
171
142

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

Portions of RGB colors in percentages

R + G + B =
179 + 171 + 142 = 492 (100%)
R 179 of 492 ~ 36.38%
G 171 of 492 ~ 34.76%
B 142 of 492 ~ 28.86%

%36.38
%34.76
%28.86

CMYK color model

#B3AB8E color CMYK value is (0,4,21,30).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 20.67%
  • key color value is 29.80%
CMYK:
(0,4,21,30)
C0M4Y21K30 
(0%,4%,21%,30%)
(0.00/0.04/0.21/0.30)	

CMYK percentages

%0
%4.47
%20.67
%29.8

Codes

Color #B3AB8E in popluar color models

B3AB8E
RGB179171142
HSL47°19.58%62.94%
HSB/HSV47°20.67%70.20%
CMYK0.00%4.47%20.67%
29.80%

Color #B3AB8E in popluar number systems.

HEXB3AB8E
Decimal179171142
Binary101100111010101110001110
Octal263253216

Shades and tints

Shades of #B3AB8E

#B3AB8E
(179,171,142)
#A39C82
(163,156,130)
#938D76
(147,141,118)
#837E6A
(131,126,106)
#736F5E
(115,111,94)
#636052
(99,96,82)
#535146
(83,81,70)
#43423A
(67,66,58)
#33332E
(51,51,46)
#232422
(35,36,34)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #B3AB8E

#B3AB8E
(179,171,142)
#B9B298
(185,178,152)
#BFB9A2
(191,185,162)
#C5C0AC
(197,192,172)
#CBC7B6
(203,199,182)
#D1CEC0
(209,206,192)
#D7D5CA
(215,213,202)
#DDDCD4
(221,220,212)
#E3E3DE
(227,227,222)
#E9EAE8
(233,234,232)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AB8E; }

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

This text font color is #B3AB8E.


Background Color

.myBgColor { background-color: #B3AB8E; }

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

This div background color is #B3AB8E.


Border color

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

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

This div border color is #B3AB8E.


Opacity

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

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

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

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

This text has shadow with #B3AB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AB8E on black background.


Color preview on white background

This text has color #B3AB8E on white background.



Black color preview on #B3AB8E background

This text has black color on #B3AB8E background.


White color preview on #B3AB8E background

This text has white color on #B3AB8E background.