COLOR #B0AD9A

HEX: #B0AD9A
RGB: (176,173,154)

Color info

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

RGB color model

#B0AD9A color RGB value is (176,173,154).

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

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 154 of 255 = 60%

176
173
154

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

Portions of RGB colors in percentages

R + G + B =
176 + 173 + 154 = 503 (100%)
R 176 of 503 ~ 34.99%
G 173 of 503 ~ 34.39%
B 154 of 503 ~ 30.62%

%34.99
%34.39
%30.62

CMYK color model

#B0AD9A color CMYK value is (0,2,13,31).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(0,2,13,31)
C0M2Y13K31 
(0%,2%,13%,31%)
(0.00/0.02/0.13/0.31)	

CMYK percentages

%0
%1.7
%12.5
%30.98

Codes

Color #B0AD9A in popluar color models

B0AD9A
RGB176173154
HSL52°12.22%64.71%
HSB/HSV52°12.50%69.02%
CMYK0.00%1.70%12.50%
30.98%

Color #B0AD9A in popluar number systems.

HEXB0AD9A
Decimal176173154
Binary101100001010110110011010
Octal260255232

Shades and tints

Shades of #B0AD9A

#B0AD9A
(176,173,154)
#A09E8C
(160,158,140)
#908F7E
(144,143,126)
#808070
(128,128,112)
#707162
(112,113,98)
#606254
(96,98,84)
#505346
(80,83,70)
#404438
(64,68,56)
#30352A
(48,53,42)
#20261C
(32,38,28)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #B0AD9A

#B0AD9A
(176,173,154)
#B7B4A3
(183,180,163)
#BEBBAC
(190,187,172)
#C5C2B5
(197,194,181)
#CCC9BE
(204,201,190)
#D3D0C7
(211,208,199)
#DAD7D0
(218,215,208)
#E1DED9
(225,222,217)
#E8E5E2
(232,229,226)
#EFECEB
(239,236,235)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AD9A; }

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

This text font color is #B0AD9A.


Background Color

.myBgColor { background-color: #B0AD9A; }

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

This div background color is #B0AD9A.


Border color

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

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

This div border color is #B0AD9A.


Opacity

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

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

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

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

This text has shadow with #B0AD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AD9A on black background.


Color preview on white background

This text has color #B0AD9A on white background.



Black color preview on #B0AD9A background

This text has black color on #B0AD9A background.


White color preview on #B0AD9A background

This text has white color on #B0AD9A background.