COLOR #B3ABA9

HEX: #B3ABA9
RGB: (179,171,169)

Color info

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

RGB color model

#B3ABA9 color RGB value is (179,171,169).

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

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 169 of 255 = 66%

179
171
169

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

Portions of RGB colors in percentages

R + G + B =
179 + 171 + 169 = 519 (100%)
R 179 of 519 ~ 34.49%
G 171 of 519 ~ 32.95%
B 169 of 519 ~ 32.56%

%34.49
%32.95
%32.56

CMYK color model

#B3ABA9 color CMYK value is (0,4,6,30).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 5.59%
  • key color value is 29.80%
CMYK:
(0,4,6,30)
C0M4Y6K30 
(0%,4%,6%,30%)
(0.00/0.04/0.06/0.30)	

CMYK percentages

%0
%4.47
%5.59
%29.8

Codes

Color #B3ABA9 in popluar color models

B3ABA9
RGB179171169
HSL12°6.17%68.24%
HSB/HSV12°5.59%70.20%
CMYK0.00%4.47%5.59%
29.80%

Color #B3ABA9 in popluar number systems.

HEXB3ABA9
Decimal179171169
Binary101100111010101110101001
Octal263253251

Shades and tints

Shades of #B3ABA9

#B3ABA9
(179,171,169)
#A39C9A
(163,156,154)
#938D8B
(147,141,139)
#837E7C
(131,126,124)
#736F6D
(115,111,109)
#63605E
(99,96,94)
#53514F
(83,81,79)
#434240
(67,66,64)
#333331
(51,51,49)
#232422
(35,36,34)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #B3ABA9

#B3ABA9
(179,171,169)
#B9B2B0
(185,178,176)
#BFB9B7
(191,185,183)
#C5C0BE
(197,192,190)
#CBC7C5
(203,199,197)
#D1CECC
(209,206,204)
#D7D5D3
(215,213,211)
#DDDCDA
(221,220,218)
#E3E3E1
(227,227,225)
#E9EAE8
(233,234,232)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ABA9; }

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

This text font color is #B3ABA9.


Background Color

.myBgColor { background-color: #B3ABA9; }

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

This div background color is #B3ABA9.


Border color

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

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

This div border color is #B3ABA9.


Opacity

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

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

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

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

This text has shadow with #B3ABA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ABA9 on black background.


Color preview on white background

This text has color #B3ABA9 on white background.



Black color preview on #B3ABA9 background

This text has black color on #B3ABA9 background.


White color preview on #B3ABA9 background

This text has white color on #B3ABA9 background.