COLOR #B0A8BA

HEX: #B0A8BA
RGB: (176,168,186)

Color info

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

RGB color model

#B0A8BA color RGB value is (176,168,186).

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

RGB channels and saturation

R 176 of 255 = 69%
G 168 of 255 = 66%
B 186 of 255 = 73%

176
168
186

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

Portions of RGB colors in percentages

R + G + B =
176 + 168 + 186 = 530 (100%)
R 176 of 530 ~ 33.21%
G 168 of 530 ~ 31.7%
B 186 of 530 ~ 35.09%

%33.21
%31.7
%35.09

CMYK color model

#B0A8BA color CMYK value is (5,10,0,27).

  • cyan value is 5.38%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,10,0,27)
C5M10Y0K27 
(5%,10%,0%,27%)
(0.05/0.10/0.00/0.27)	

CMYK percentages

%5.38
%9.68
%0
%27.06

Codes

Color #B0A8BA in popluar color models

B0A8BA
RGB176168186
HSL267°11.54%69.41%
HSB/HSV267°9.68%72.94%
CMYK5.38%9.68%0.00%
27.06%

Color #B0A8BA in popluar number systems.

HEXB0A8BA
Decimal176168186
Binary101100001010100010111010
Octal260250272

Shades and tints

Shades of #B0A8BA

#B0A8BA
(176,168,186)
#A099AA
(160,153,170)
#908A9A
(144,138,154)
#807B8A
(128,123,138)
#706C7A
(112,108,122)
#605D6A
(96,93,106)
#504E5A
(80,78,90)
#403F4A
(64,63,74)
#30303A
(48,48,58)
#20212A
(32,33,42)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #B0A8BA

#B0A8BA
(176,168,186)
#B7AFC0
(183,175,192)
#BEB6C6
(190,182,198)
#C5BDCC
(197,189,204)
#CCC4D2
(204,196,210)
#D3CBD8
(211,203,216)
#DAD2DE
(218,210,222)
#E1D9E4
(225,217,228)
#E8E0EA
(232,224,234)
#EFE7F0
(239,231,240)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A8BA; }

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

This text font color is #B0A8BA.


Background Color

.myBgColor { background-color: #B0A8BA; }

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

This div background color is #B0A8BA.


Border color

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

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

This div border color is #B0A8BA.


Opacity

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

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

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

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

This text has shadow with #B0A8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A8BA on black background.


Color preview on white background

This text has color #B0A8BA on white background.



Black color preview on #B0A8BA background

This text has black color on #B0A8BA background.


White color preview on #B0A8BA background

This text has white color on #B0A8BA background.