COLOR #B0A5AF

HEX: #B0A5AF
RGB: (176,165,175)

Color info

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

RGB color model

#B0A5AF color RGB value is (176,165,175).

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

RGB channels and saturation

R 176 of 255 = 69%
G 165 of 255 = 65%
B 175 of 255 = 69%

176
165
175

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

Portions of RGB colors in percentages

R + G + B =
176 + 165 + 175 = 516 (100%)
R 176 of 516 ~ 34.11%
G 165 of 516 ~ 31.98%
B 175 of 516 ~ 33.91%

%34.11
%31.98
%33.91

CMYK color model

#B0A5AF color CMYK value is (0,6,1,31).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(0,6,1,31)
C0M6Y1K31 
(0%,6%,1%,31%)
(0.00/0.06/0.01/0.31)	

CMYK percentages

%0
%6.25
%0.57
%30.98

Codes

Color #B0A5AF in popluar color models

B0A5AF
RGB176165175
HSL305°6.51%66.86%
HSB/HSV305°6.25%69.02%
CMYK0.00%6.25%0.57%
30.98%

Color #B0A5AF in popluar number systems.

HEXB0A5AF
Decimal176165175
Binary101100001010010110101111
Octal260245257

Shades and tints

Shades of #B0A5AF

#B0A5AF
(176,165,175)
#A096A0
(160,150,160)
#908791
(144,135,145)
#807882
(128,120,130)
#706973
(112,105,115)
#605A64
(96,90,100)
#504B55
(80,75,85)
#403C46
(64,60,70)
#302D37
(48,45,55)
#201E28
(32,30,40)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #B0A5AF

#B0A5AF
(176,165,175)
#B7ADB6
(183,173,182)
#BEB5BD
(190,181,189)
#C5BDC4
(197,189,196)
#CCC5CB
(204,197,203)
#D3CDD2
(211,205,210)
#DAD5D9
(218,213,217)
#E1DDE0
(225,221,224)
#E8E5E7
(232,229,231)
#EFEDEE
(239,237,238)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A5AF; }

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

This text font color is #B0A5AF.


Background Color

.myBgColor { background-color: #B0A5AF; }

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

This div background color is #B0A5AF.


Border color

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

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

This div border color is #B0A5AF.


Opacity

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

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

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

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

This text has shadow with #B0A5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A5AF on black background.


Color preview on white background

This text has color #B0A5AF on white background.



Black color preview on #B0A5AF background

This text has black color on #B0A5AF background.


White color preview on #B0A5AF background

This text has white color on #B0A5AF background.