COLOR #B0A4AD

HEX: #B0A4AD
RGB: (176,164,173)

Color info

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

RGB color model

#B0A4AD color RGB value is (176,164,173).

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

RGB channels and saturation

R 176 of 255 = 69%
G 164 of 255 = 64%
B 173 of 255 = 68%

176
164
173

R + G + B ~ 67%. #B0A4AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 164 + 173 = 513 (100%)
R 176 of 513 ~ 34.31%
G 164 of 513 ~ 31.97%
B 173 of 513 ~ 33.72%

%34.31
%31.97
%33.72

CMYK color model

#B0A4AD color CMYK value is (0,7,2,31).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 1.70%
  • key color value is 30.98%
CMYK:
(0,7,2,31)
C0M7Y2K31 
(0%,7%,2%,31%)
(0.00/0.07/0.02/0.31)	

CMYK percentages

%0
%6.82
%1.7
%30.98

Codes

Color #B0A4AD in popluar color models

B0A4AD
RGB176164173
HSL315°7.06%66.67%
HSB/HSV315°6.82%69.02%
CMYK0.00%6.82%1.70%
30.98%

Color #B0A4AD in popluar number systems.

HEXB0A4AD
Decimal176164173
Binary101100001010010010101101
Octal260244255

Shades and tints

Shades of #B0A4AD

#B0A4AD
(176,164,173)
#A0969E
(160,150,158)
#90888F
(144,136,143)
#807A80
(128,122,128)
#706C71
(112,108,113)
#605E62
(96,94,98)
#505053
(80,80,83)
#404244
(64,66,68)
#303435
(48,52,53)
#202626
(32,38,38)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #B0A4AD

#B0A4AD
(176,164,173)
#B7ACB4
(183,172,180)
#BEB4BB
(190,180,187)
#C5BCC2
(197,188,194)
#CCC4C9
(204,196,201)
#D3CCD0
(211,204,208)
#DAD4D7
(218,212,215)
#E1DCDE
(225,220,222)
#E8E4E5
(232,228,229)
#EFECEC
(239,236,236)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A4AD; }

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

This text font color is #B0A4AD.


Background Color

.myBgColor { background-color: #B0A4AD; }

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

This div background color is #B0A4AD.


Border color

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

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

This div border color is #B0A4AD.


Opacity

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

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

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

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

This text has shadow with #B0A4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A4AD on black background.


Color preview on white background

This text has color #B0A4AD on white background.



Black color preview on #B0A4AD background

This text has black color on #B0A4AD background.


White color preview on #B0A4AD background

This text has white color on #B0A4AD background.