COLOR #B0A5AD

HEX: #B0A5AD
RGB: (176,165,173)

Color info

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

RGB color model

#B0A5AD color RGB value is (176,165,173).

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

RGB channels and saturation

R 176 of 255 = 69%
G 165 of 255 = 65%
B 173 of 255 = 68%

176
165
173

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

Portions of RGB colors in percentages

R + G + B =
176 + 165 + 173 = 514 (100%)
R 176 of 514 ~ 34.24%
G 165 of 514 ~ 32.1%
B 173 of 514 ~ 33.66%

%34.24
%32.1
%33.66

CMYK color model

#B0A5AD color CMYK value is (0,6,2,31).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 1.70%
  • key color value is 30.98%
CMYK:
(0,6,2,31)
C0M6Y2K31 
(0%,6%,2%,31%)
(0.00/0.06/0.02/0.31)	

CMYK percentages

%0
%6.25
%1.7
%30.98

Codes

Color #B0A5AD in popluar color models

B0A5AD
RGB176165173
HSL316°6.51%66.86%
HSB/HSV316°6.25%69.02%
CMYK0.00%6.25%1.70%
30.98%

Color #B0A5AD in popluar number systems.

HEXB0A5AD
Decimal176165173
Binary101100001010010110101101
Octal260245255

Shades and tints

Shades of #B0A5AD

#B0A5AD
(176,165,173)
#A0969E
(160,150,158)
#90878F
(144,135,143)
#807880
(128,120,128)
#706971
(112,105,113)
#605A62
(96,90,98)
#504B53
(80,75,83)
#403C44
(64,60,68)
#302D35
(48,45,53)
#201E26
(32,30,38)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #B0A5AD

#B0A5AD
(176,165,173)
#B7ADB4
(183,173,180)
#BEB5BB
(190,181,187)
#C5BDC2
(197,189,194)
#CCC5C9
(204,197,201)
#D3CDD0
(211,205,208)
#DAD5D7
(218,213,215)
#E1DDDE
(225,221,222)
#E8E5E5
(232,229,229)
#EFEDEC
(239,237,236)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A5AD; }

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

This text font color is #B0A5AD.


Background Color

.myBgColor { background-color: #B0A5AD; }

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

This div background color is #B0A5AD.


Border color

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

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

This div border color is #B0A5AD.


Opacity

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

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

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

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

This text has shadow with #B0A5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A5AD on black background.


Color preview on white background

This text has color #B0A5AD on white background.



Black color preview on #B0A5AD background

This text has black color on #B0A5AD background.


White color preview on #B0A5AD background

This text has white color on #B0A5AD background.