COLOR #B0A4AF

HEX: #B0A4AF
RGB: (176,164,175)

Color info

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

RGB color model

#B0A4AF color RGB value is (176,164,175).

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

RGB channels and saturation

R 176 of 255 = 69%
G 164 of 255 = 64%
B 175 of 255 = 69%

176
164
175

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

Portions of RGB colors in percentages

R + G + B =
176 + 164 + 175 = 515 (100%)
R 176 of 515 ~ 34.17%
G 164 of 515 ~ 31.84%
B 175 of 515 ~ 33.98%

%34.17
%31.84
%33.98

CMYK color model

#B0A4AF color CMYK value is (0,7,1,31).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(0,7,1,31)
C0M7Y1K31 
(0%,7%,1%,31%)
(0.00/0.07/0.01/0.31)	

CMYK percentages

%0
%6.82
%0.57
%30.98

Codes

Color #B0A4AF in popluar color models

B0A4AF
RGB176164175
HSL305°7.06%66.67%
HSB/HSV305°6.82%69.02%
CMYK0.00%6.82%0.57%
30.98%

Color #B0A4AF in popluar number systems.

HEXB0A4AF
Decimal176164175
Binary101100001010010010101111
Octal260244257

Shades and tints

Shades of #B0A4AF

#B0A4AF
(176,164,175)
#A096A0
(160,150,160)
#908891
(144,136,145)
#807A82
(128,122,130)
#706C73
(112,108,115)
#605E64
(96,94,100)
#505055
(80,80,85)
#404246
(64,66,70)
#303437
(48,52,55)
#202628
(32,38,40)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #B0A4AF

#B0A4AF
(176,164,175)
#B7ACB6
(183,172,182)
#BEB4BD
(190,180,189)
#C5BCC4
(197,188,196)
#CCC4CB
(204,196,203)
#D3CCD2
(211,204,210)
#DAD4D9
(218,212,217)
#E1DCE0
(225,220,224)
#E8E4E7
(232,228,231)
#EFECEE
(239,236,238)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A4AF; }

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

This text font color is #B0A4AF.


Background Color

.myBgColor { background-color: #B0A4AF; }

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

This div background color is #B0A4AF.


Border color

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

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

This div border color is #B0A4AF.


Opacity

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

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

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

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

This text has shadow with #B0A4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A4AF on black background.


Color preview on white background

This text has color #B0A4AF on white background.



Black color preview on #B0A4AF background

This text has black color on #B0A4AF background.


White color preview on #B0A4AF background

This text has white color on #B0A4AF background.