COLOR #B0A9BA

HEX: #B0A9BA
RGB: (176,169,186)

Color info

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

RGB color model

#B0A9BA color RGB value is (176,169,186).

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

RGB channels and saturation

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

176
169
186

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

Portions of RGB colors in percentages

R + G + B =
176 + 169 + 186 = 531 (100%)
R 176 of 531 ~ 33.15%
G 169 of 531 ~ 31.83%
B 186 of 531 ~ 35.03%

%33.15
%31.83
%35.03

CMYK color model

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

  • cyan value is 5.38%
  • magenta value is 9.14%
  • 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
%9.14
%0
%27.06

Codes

Color #B0A9BA in popluar color models

B0A9BA
RGB176169186
HSL265°10.97%69.61%
HSB/HSV265°9.14%72.94%
CMYK5.38%9.14%0.00%
27.06%

Color #B0A9BA in popluar number systems.

HEXB0A9BA
Decimal176169186
Binary101100001010100110111010
Octal260251272

Shades and tints

Shades of #B0A9BA

#B0A9BA
(176,169,186)
#A09AAA
(160,154,170)
#908B9A
(144,139,154)
#807C8A
(128,124,138)
#706D7A
(112,109,122)
#605E6A
(96,94,106)
#504F5A
(80,79,90)
#40404A
(64,64,74)
#30313A
(48,49,58)
#20222A
(32,34,42)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #B0A9BA

#B0A9BA
(176,169,186)
#B7B0C0
(183,176,192)
#BEB7C6
(190,183,198)
#C5BECC
(197,190,204)
#CCC5D2
(204,197,210)
#D3CCD8
(211,204,216)
#DAD3DE
(218,211,222)
#E1DAE4
(225,218,228)
#E8E1EA
(232,225,234)
#EFE8F0
(239,232,240)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A9BA; }

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

This text font color is #B0A9BA.


Background Color

.myBgColor { background-color: #B0A9BA; }

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

This div background color is #B0A9BA.


Border color

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

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

This div border color is #B0A9BA.


Opacity

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

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

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

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

This text has shadow with #B0A9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A9BA on black background.


Color preview on white background

This text has color #B0A9BA on white background.



Black color preview on #B0A9BA background

This text has black color on #B0A9BA background.


White color preview on #B0A9BA background

This text has white color on #B0A9BA background.