COLOR #B0AAB2

HEX: #B0AAB2
RGB: (176,170,178)

Color info

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

RGB color model

#B0AAB2 color RGB value is (176,170,178).

  • red value is 176;
  • green value is 170;
  • blue value is 178.
RGB:
(176,170,178)
(69%,67%,70%)

RGB channels and saturation

R 176 of 255 = 69%
G 170 of 255 = 67%
B 178 of 255 = 70%

176
170
178

R + G + B ~ 69%. #B0AAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 170 + 178 = 524 (100%)
R 176 of 524 ~ 33.59%
G 170 of 524 ~ 32.44%
B 178 of 524 ~ 33.97%

%33.59
%32.44
%33.97

CMYK color model

#B0AAB2 color CMYK value is (1,4,0,30).

  • cyan value is 1.12%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(1,4,0,30)
C1M4Y0K30 
(1%,4%,0%,30%)
(0.01/0.04/0.00/0.30)	

CMYK percentages

%1.12
%4.49
%0
%30.2

Codes

Color #B0AAB2 in popluar color models

B0AAB2
RGB176170178
HSL285°4.94%68.24%
HSB/HSV285°4.49%69.80%
CMYK1.12%4.49%0.00%
30.20%

Color #B0AAB2 in popluar number systems.

HEXB0AAB2
Decimal176170178
Binary101100001010101010110010
Octal260252262

Shades and tints

Shades of #B0AAB2

#B0AAB2
(176,170,178)
#A09BA2
(160,155,162)
#908C92
(144,140,146)
#807D82
(128,125,130)
#706E72
(112,110,114)
#605F62
(96,95,98)
#505052
(80,80,82)
#404142
(64,65,66)
#303232
(48,50,50)
#202322
(32,35,34)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #B0AAB2

#B0AAB2
(176,170,178)
#B7B1B9
(183,177,185)
#BEB8C0
(190,184,192)
#C5BFC7
(197,191,199)
#CCC6CE
(204,198,206)
#D3CDD5
(211,205,213)
#DAD4DC
(218,212,220)
#E1DBE3
(225,219,227)
#E8E2EA
(232,226,234)
#EFE9F1
(239,233,241)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AAB2 color. Also use rgb(176,170,178) instead hex code.

Text Font Color

.myTextColor { color: #B0AAB2; }

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

This text font color is #B0AAB2.


Background Color

.myBgColor { background-color: #B0AAB2; }

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

This div background color is #B0AAB2.


Border color

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

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

This div border color is #B0AAB2.


Opacity

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

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

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

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

This text has shadow with #B0AAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AAB2 on black background.


Color preview on white background

This text has color #B0AAB2 on white background.



Black color preview on #B0AAB2 background

This text has black color on #B0AAB2 background.


White color preview on #B0AAB2 background

This text has white color on #B0AAB2 background.