COLOR #B0ADAB

HEX: #B0ADAB
RGB: (176,173,171)

Color info

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

RGB color model

#B0ADAB color RGB value is (176,173,171).

  • red value is 176;
  • green value is 173;
  • blue value is 171.
RGB:
(176,173,171)
(69%,68%,67%)

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 171 of 255 = 67%

176
173
171

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

Portions of RGB colors in percentages

R + G + B =
176 + 173 + 171 = 520 (100%)
R 176 of 520 ~ 33.85%
G 173 of 520 ~ 33.27%
B 171 of 520 ~ 32.88%

%33.85
%33.27
%32.88

CMYK color model

#B0ADAB color CMYK value is (0,2,3,31).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(0,2,3,31)
C0M2Y3K31 
(0%,2%,3%,31%)
(0.00/0.02/0.03/0.31)	

CMYK percentages

%0
%1.7
%2.84
%30.98

Codes

Color #B0ADAB in popluar color models

B0ADAB
RGB176173171
HSL24°3.07%68.04%
HSB/HSV24°2.84%69.02%
CMYK0.00%1.70%2.84%
30.98%

Color #B0ADAB in popluar number systems.

HEXB0ADAB
Decimal176173171
Binary101100001010110110101011
Octal260255253

Shades and tints

Shades of #B0ADAB

#B0ADAB
(176,173,171)
#A09E9C
(160,158,156)
#908F8D
(144,143,141)
#80807E
(128,128,126)
#70716F
(112,113,111)
#606260
(96,98,96)
#505351
(80,83,81)
#404442
(64,68,66)
#303533
(48,53,51)
#202624
(32,38,36)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #B0ADAB

#B0ADAB
(176,173,171)
#B7B4B2
(183,180,178)
#BEBBB9
(190,187,185)
#C5C2C0
(197,194,192)
#CCC9C7
(204,201,199)
#D3D0CE
(211,208,206)
#DAD7D5
(218,215,213)
#E1DEDC
(225,222,220)
#E8E5E3
(232,229,227)
#EFECEA
(239,236,234)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0ADAB color. Also use rgb(176,173,171) instead hex code.

Text Font Color

.myTextColor { color: #B0ADAB; }

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

This text font color is #B0ADAB.


Background Color

.myBgColor { background-color: #B0ADAB; }

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

This div background color is #B0ADAB.


Border color

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

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

This div border color is #B0ADAB.


Opacity

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

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

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

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

This text has shadow with #B0ADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ADAB on black background.


Color preview on white background

This text has color #B0ADAB on white background.



Black color preview on #B0ADAB background

This text has black color on #B0ADAB background.


White color preview on #B0ADAB background

This text has white color on #B0ADAB background.