COLOR #B0A8AD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

176
168
173

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

Portions of RGB colors in percentages

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

%34.04
%32.5
%33.46

CMYK color model

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

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

CMYK percentages

%0
%4.55
%1.7
%30.98

Codes

Color #B0A8AD in popluar color models

B0A8AD
RGB176168173
HSL323°4.82%67.45%
HSB/HSV323°4.55%69.02%
CMYK0.00%4.55%1.70%
30.98%

Color #B0A8AD in popluar number systems.

HEXB0A8AD
Decimal176168173
Binary101100001010100010101101
Octal260250255

Shades and tints

Shades of #B0A8AD

#B0A8AD
(176,168,173)
#A0999E
(160,153,158)
#908A8F
(144,138,143)
#807B80
(128,123,128)
#706C71
(112,108,113)
#605D62
(96,93,98)
#504E53
(80,78,83)
#403F44
(64,63,68)
#303035
(48,48,53)
#202126
(32,33,38)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #B0A8AD

#B0A8AD
(176,168,173)
#B7AFB4
(183,175,180)
#BEB6BB
(190,182,187)
#C5BDC2
(197,189,194)
#CCC4C9
(204,196,201)
#D3CBD0
(211,203,208)
#DAD2D7
(218,210,215)
#E1D9DE
(225,217,222)
#E8E0E5
(232,224,229)
#EFE7EC
(239,231,236)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A8AD; }

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

This text font color is #B0A8AD.


Background Color

.myBgColor { background-color: #B0A8AD; }

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

This div background color is #B0A8AD.


Border color

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

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

This div border color is #B0A8AD.


Opacity

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

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

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

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

This text has shadow with #B0A8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A8AD on black background.


Color preview on white background

This text has color #B0A8AD on white background.



Black color preview on #B0A8AD background

This text has black color on #B0A8AD background.


White color preview on #B0A8AD background

This text has white color on #B0A8AD background.