COLOR #B0A6AD

HEX: #B0A6AD RGB: (176,166,173)

Color info

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

RGB color model

#B0A6AD color RGB value is (176,166,173).

RGB: (176,166,173) (69%, 65%, 68%)

RGB channels and saturation

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

176
166
173

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

Portions of RGB colors in percentages

R + G + B = 176 + 166 + 173 = 515 (100%)
R 176 of 515 ~ 34.17%
G 166 of 515 ~ 32.23%
B 173 of 515 ~ 33.59'%

%34.17
%32.23
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.68%
  • 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
%5.68
%1.7
%30.98

Codes

Color #B0A6AD in popluar color models

B0 A6 AD
RGB 176 166 173
HSL 318° 5.95% 67.06%
HSB/HSV 318° 5.68% 69.02%
CMYK 0.00% 5.68% 1.70%
30.98%

Color #B0A6AD in popluar number systems.

HEX B0 A6 AD
Decimal 176 166 173
Binary 10110000 10100110 10101101
Octal 260 246 255

Shades and tints

Shades of #B0A6AD

#B0A6AD
(176,166,173)
#A0979E
(160,151,158)
#90888F
(144,136,143)
#807980
(128,121,128)
#706A71
(112,106,113)
#605B62
(96,91,98)
#504C53
(80,76,83)
#403D44
(64,61,68)
#302E35
(48,46,53)
#201F26
(32,31,38)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #B0A6AD

#B0A6AD
(176,166,173)
#B7AEB4
(183,174,180)
#BEB6BB
(190,182,187)
#C5BEC2
(197,190,194)
#CCC6C9
(204,198,201)
#D3CED0
(211,206,208)
#DAD6D7
(218,214,215)
#E1DEDE
(225,222,222)
#E8E6E5
(232,230,229)
#EFEEEC
(239,238,236)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A6AD; }

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

This text font color is #B0A6AD.

Background Color

.myBgColor { background-color: #B0A6AD; }

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

This div background color is #B0A6AD.

Border color

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

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

This div border color is #B0A6AD.

Opacity

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

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

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

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

This text has shadow with #B0A6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A6AD.

Preview

Color preview on black background

This text has color #B0A6AD on black background.


Color preview on white background

This text has color #B0A6AD on white background.


Black color preview on #B0A6AD background

This text has black color on #B0A6AD background.


White color preview on #B0A6AD background

This text has white color on #B0A6AD background.


Related colors

Complementary color

Complementary color for #hex is #4F5952.


I love getcolorcode.com

Triadic colors

1 #ADB0A6 and #A6ADB0 with #B0A6AD are triadic colors.

2 #ADA6B0 and #A6B0AD with #B0A6AD are triadic colors.