COLOR #B0ADA8

HEX: #B0ADA8
RGB: (176,173,168)

Color info

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

RGB color model

#B0ADA8 color RGB value is (176,173,168).

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

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 168 of 255 = 66%

176
173
168

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

Portions of RGB colors in percentages

R + G + B =
176 + 173 + 168 = 517 (100%)
R 176 of 517 ~ 34.04%
G 173 of 517 ~ 33.46%
B 168 of 517 ~ 32.5%

%34.04
%33.46
%32.5

CMYK color model

#B0ADA8 color CMYK value is (0,2,5,31).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(0,2,5,31)
C0M2Y5K31 
(0%,2%,5%,31%)
(0.00/0.02/0.05/0.31)	

CMYK percentages

%0
%1.7
%4.55
%30.98

Codes

Color #B0ADA8 in popluar color models

B0ADA8
RGB176173168
HSL38°4.82%67.45%
HSB/HSV38°4.55%69.02%
CMYK0.00%1.70%4.55%
30.98%

Color #B0ADA8 in popluar number systems.

HEXB0ADA8
Decimal176173168
Binary101100001010110110101000
Octal260255250

Shades and tints

Shades of #B0ADA8

#B0ADA8
(176,173,168)
#A09E99
(160,158,153)
#908F8A
(144,143,138)
#80807B
(128,128,123)
#70716C
(112,113,108)
#60625D
(96,98,93)
#50534E
(80,83,78)
#40443F
(64,68,63)
#303530
(48,53,48)
#202621
(32,38,33)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #B0ADA8

#B0ADA8
(176,173,168)
#B7B4AF
(183,180,175)
#BEBBB6
(190,187,182)
#C5C2BD
(197,194,189)
#CCC9C4
(204,201,196)
#D3D0CB
(211,208,203)
#DAD7D2
(218,215,210)
#E1DED9
(225,222,217)
#E8E5E0
(232,229,224)
#EFECE7
(239,236,231)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ADA8; }

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

This text font color is #B0ADA8.


Background Color

.myBgColor { background-color: #B0ADA8; }

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

This div background color is #B0ADA8.


Border color

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

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

This div border color is #B0ADA8.


Opacity

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

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

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

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

This text has shadow with #B0ADA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ADA8 on black background.


Color preview on white background

This text has color #B0ADA8 on white background.



Black color preview on #B0ADA8 background

This text has black color on #B0ADA8 background.


White color preview on #B0ADA8 background

This text has white color on #B0ADA8 background.