COLOR #B0AD9B

HEX: #B0AD9B
RGB: (176,173,155)

Color info

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

RGB color model

#B0AD9B color RGB value is (176,173,155).

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

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 155 of 255 = 61%

176
173
155

R + G + B ~ 66%. #B0AD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 173 + 155 = 504 (100%)
R 176 of 504 ~ 34.92%
G 173 of 504 ~ 34.33%
B 155 of 504 ~ 30.75%

%34.92
%34.33
%30.75

CMYK color model

#B0AD9B color CMYK value is (0,2,12,31).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK:
(0,2,12,31)
C0M2Y12K31 
(0%,2%,12%,31%)
(0.00/0.02/0.12/0.31)	

CMYK percentages

%0
%1.7
%11.93
%30.98

Codes

Color #B0AD9B in popluar color models

B0AD9B
RGB176173155
HSL51°11.73%64.90%
HSB/HSV51°11.93%69.02%
CMYK0.00%1.70%11.93%
30.98%

Color #B0AD9B in popluar number systems.

HEXB0AD9B
Decimal176173155
Binary101100001010110110011011
Octal260255233

Shades and tints

Shades of #B0AD9B

#B0AD9B
(176,173,155)
#A09E8D
(160,158,141)
#908F7F
(144,143,127)
#808071
(128,128,113)
#707163
(112,113,99)
#606255
(96,98,85)
#505347
(80,83,71)
#404439
(64,68,57)
#30352B
(48,53,43)
#20261D
(32,38,29)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #B0AD9B

#B0AD9B
(176,173,155)
#B7B4A4
(183,180,164)
#BEBBAD
(190,187,173)
#C5C2B6
(197,194,182)
#CCC9BF
(204,201,191)
#D3D0C8
(211,208,200)
#DAD7D1
(218,215,209)
#E1DEDA
(225,222,218)
#E8E5E3
(232,229,227)
#EFECEC
(239,236,236)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AD9B; }

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

This text font color is #B0AD9B.


Background Color

.myBgColor { background-color: #B0AD9B; }

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

This div background color is #B0AD9B.


Border color

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

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

This div border color is #B0AD9B.


Opacity

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

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

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

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

This text has shadow with #B0AD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AD9B on black background.


Color preview on white background

This text has color #B0AD9B on white background.



Black color preview on #B0AD9B background

This text has black color on #B0AD9B background.


White color preview on #B0AD9B background

This text has white color on #B0AD9B background.