COLOR #B0A6B9

HEX: #B0A6B9
RGB: (176,166,185)

Color info

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

RGB color model

#B0A6B9 color RGB value is (176,166,185).

  • red value is 176;
  • green value is 166;
  • blue value is 185.
RGB:
(176,166,185)
(69%,65%,73%)

RGB channels and saturation

R 176 of 255 = 69%
G 166 of 255 = 65%
B 185 of 255 = 73%

176
166
185

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

Portions of RGB colors in percentages

R + G + B =
176 + 166 + 185 = 527 (100%)
R 176 of 527 ~ 33.4%
G 166 of 527 ~ 31.5%
B 185 of 527 ~ 35.1%

%33.4
%31.5
%35.1

CMYK color model

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

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

CMYK percentages

%4.86
%10.27
%0
%27.45

Codes

Color #B0A6B9 in popluar color models

B0A6B9
RGB176166185
HSL272°11.95%68.82%
HSB/HSV272°10.27%72.55%
CMYK4.86%10.27%0.00%
27.45%

Color #B0A6B9 in popluar number systems.

HEXB0A6B9
Decimal176166185
Binary101100001010011010111001
Octal260246271

Shades and tints

Shades of #B0A6B9

#B0A6B9
(176,166,185)
#A097A9
(160,151,169)
#908899
(144,136,153)
#807989
(128,121,137)
#706A79
(112,106,121)
#605B69
(96,91,105)
#504C59
(80,76,89)
#403D49
(64,61,73)
#302E39
(48,46,57)
#201F29
(32,31,41)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #B0A6B9

#B0A6B9
(176,166,185)
#B7AEBF
(183,174,191)
#BEB6C5
(190,182,197)
#C5BECB
(197,190,203)
#CCC6D1
(204,198,209)
#D3CED7
(211,206,215)
#DAD6DD
(218,214,221)
#E1DEE3
(225,222,227)
#E8E6E9
(232,230,233)
#EFEEEF
(239,238,239)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A6B9 color. Also use rgb(176,166,185) instead hex code.

Text Font Color

.myTextColor { color: #B0A6B9; }

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

This text font color is #B0A6B9.


Background Color

.myBgColor { background-color: #B0A6B9; }

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

This div background color is #B0A6B9.


Border color

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

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

This div border color is #B0A6B9.


Opacity

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

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

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

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

This text has shadow with #B0A6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A6B9 on black background.


Color preview on white background

This text has color #B0A6B9 on white background.



Black color preview on #B0A6B9 background

This text has black color on #B0A6B9 background.


White color preview on #B0A6B9 background

This text has white color on #B0A6B9 background.