COLOR #B0AABA

HEX: #B0AABA
RGB: (176,170,186)

Color info

#B0AABA contains red, green and blue colors in about the same proportion. Web safe color of #B0AABA is #9999CC (or #99C).

RGB color model

#B0AABA color RGB value is (176,170,186).

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

RGB channels and saturation

R 176 of 255 = 69%
G 170 of 255 = 67%
B 186 of 255 = 73%

176
170
186

R + G + B ~ 70%. #B0AABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 170 + 186 = 532 (100%)
R 176 of 532 ~ 33.08%
G 170 of 532 ~ 31.95%
B 186 of 532 ~ 34.96%

%33.08
%31.95
%34.96

CMYK color model

#B0AABA color CMYK value is (5,9,0,27).

  • cyan value is 5.38%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,9,0,27)
C5M9Y0K27 
(5%,9%,0%,27%)
(0.05/0.09/0.00/0.27)	

CMYK percentages

%5.38
%8.6
%0
%27.06

Codes

Color #B0AABA in popluar color models

B0AABA
RGB176170186
HSL263°10.39%69.80%
HSB/HSV263°8.60%72.94%
CMYK5.38%8.60%0.00%
27.06%

Color #B0AABA in popluar number systems.

HEXB0AABA
Decimal176170186
Binary101100001010101010111010
Octal260252272

Shades and tints

Shades of #B0AABA

#B0AABA
(176,170,186)
#A09BAA
(160,155,170)
#908C9A
(144,140,154)
#807D8A
(128,125,138)
#706E7A
(112,110,122)
#605F6A
(96,95,106)
#50505A
(80,80,90)
#40414A
(64,65,74)
#30323A
(48,50,58)
#20232A
(32,35,42)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #B0AABA

#B0AABA
(176,170,186)
#B7B1C0
(183,177,192)
#BEB8C6
(190,184,198)
#C5BFCC
(197,191,204)
#CCC6D2
(204,198,210)
#D3CDD8
(211,205,216)
#DAD4DE
(218,212,222)
#E1DBE4
(225,219,228)
#E8E2EA
(232,226,234)
#EFE9F0
(239,233,240)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AABA; }

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

This text font color is #B0AABA.


Background Color

.myBgColor { background-color: #B0AABA; }

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

This div background color is #B0AABA.


Border color

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

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

This div border color is #B0AABA.


Opacity

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

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

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

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

This text has shadow with #B0AABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AABA on black background.


Color preview on white background

This text has color #B0AABA on white background.



Black color preview on #B0AABA background

This text has black color on #B0AABA background.


White color preview on #B0AABA background

This text has white color on #B0AABA background.