COLOR #B0A2AD

HEX: #B0A2AD RGB: (176,162,173)

Color info

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

RGB color model

#B0A2AD color RGB value is (176,162,173).

RGB: (176,162,173) (69%, 64%, 68%)

RGB channels and saturation

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

176
162
173

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

Portions of RGB colors in percentages

R + G + B = 176 + 162 + 173 = 511 (100%)
R 176 of 511 ~ 34.44%
G 162 of 511 ~ 31.7%
B 173 of 511 ~ 33.86'%

%34.44
%31.7
%33.86

CMYK color model

#B0A2AD color CMYK value is (0,8,2,31).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 1.70%
  • key color value is 30.98%

CMYK: (0,8,2,31)
C0M8Y2K31 (0%, 8%, 2%, 31%)
(0.00 / 0.08 / 0.02 / 0.31)

CMYK percentages

%0
%7.95
%1.7
%30.98

Codes

Color #B0A2AD in popluar color models

B0 A2 AD
RGB 176 162 173
HSL 313° 8.14% 66.27%
HSB/HSV 313° 7.95% 69.02%
CMYK 0.00% 7.95% 1.70%
30.98%

Color #B0A2AD in popluar number systems.

HEX B0 A2 AD
Decimal 176 162 173
Binary 10110000 10100010 10101101
Octal 260 242 255

Shades and tints

Shades of #B0A2AD

#B0A2AD
(176,162,173)
#A0949E
(160,148,158)
#90868F
(144,134,143)
#807880
(128,120,128)
#706A71
(112,106,113)
#605C62
(96,92,98)
#504E53
(80,78,83)
#404044
(64,64,68)
#303235
(48,50,53)
#202426
(32,36,38)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #B0A2AD

#B0A2AD
(176,162,173)
#B7AAB4
(183,170,180)
#BEB2BB
(190,178,187)
#C5BAC2
(197,186,194)
#CCC2C9
(204,194,201)
#D3CAD0
(211,202,208)
#DAD2D7
(218,210,215)
#E1DADE
(225,218,222)
#E8E2E5
(232,226,229)
#EFEAEC
(239,234,236)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A2AD; }

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

This text font color is #B0A2AD.

Background Color

.myBgColor { background-color: #B0A2AD; }

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

This div background color is #B0A2AD.

Border color

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

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

This div border color is #B0A2AD.

Opacity

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

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

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

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

This text has shadow with #B0A2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A2AD.

Preview

Color preview on black background

This text has color #B0A2AD on black background.


Color preview on white background

This text has color #B0A2AD on white background.


Black color preview on #B0A2AD background

This text has black color on #B0A2AD background.


White color preview on #B0A2AD background

This text has white color on #B0A2AD background.


Related colors

Complementary color

Complementary color for #hex is #4F5D52.


I love getcolorcode.com

Triadic colors

1 #ADB0A2 and #A2ADB0 with #B0A2AD are triadic colors.

2 #ADA2B0 and #A2B0AD with #B0A2AD are triadic colors.