COLOR #B3ABAE

HEX: #B3ABAE
RGB: (179,171,174)

Color info

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

RGB color model

#B3ABAE color RGB value is (179,171,174).

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

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 174 of 255 = 68%

179
171
174

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

Portions of RGB colors in percentages

R + G + B =
179 + 171 + 174 = 524 (100%)
R 179 of 524 ~ 34.16%
G 171 of 524 ~ 32.63%
B 174 of 524 ~ 33.21%

%34.16
%32.63
%33.21

CMYK color model

#B3ABAE color CMYK value is (0,4,3,30).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(0,4,3,30)
C0M4Y3K30 
(0%,4%,3%,30%)
(0.00/0.04/0.03/0.30)	

CMYK percentages

%0
%4.47
%2.79
%29.8

Codes

Color #B3ABAE in popluar color models

B3ABAE
RGB179171174
HSL338°5.00%68.63%
HSB/HSV338°4.47%70.20%
CMYK0.00%4.47%2.79%
29.80%

Color #B3ABAE in popluar number systems.

HEXB3ABAE
Decimal179171174
Binary101100111010101110101110
Octal263253256

Shades and tints

Shades of #B3ABAE

#B3ABAE
(179,171,174)
#A39C9F
(163,156,159)
#938D90
(147,141,144)
#837E81
(131,126,129)
#736F72
(115,111,114)
#636063
(99,96,99)
#535154
(83,81,84)
#434245
(67,66,69)
#333336
(51,51,54)
#232427
(35,36,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #B3ABAE

#B3ABAE
(179,171,174)
#B9B2B5
(185,178,181)
#BFB9BC
(191,185,188)
#C5C0C3
(197,192,195)
#CBC7CA
(203,199,202)
#D1CED1
(209,206,209)
#D7D5D8
(215,213,216)
#DDDCDF
(221,220,223)
#E3E3E6
(227,227,230)
#E9EAED
(233,234,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ABAE; }

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

This text font color is #B3ABAE.


Background Color

.myBgColor { background-color: #B3ABAE; }

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

This div background color is #B3ABAE.


Border color

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

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

This div border color is #B3ABAE.


Opacity

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

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

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

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

This text has shadow with #B3ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ABAE on black background.


Color preview on white background

This text has color #B3ABAE on white background.



Black color preview on #B3ABAE background

This text has black color on #B3ABAE background.


White color preview on #B3ABAE background

This text has white color on #B3ABAE background.