COLOR #B2A9BB

HEX: #B2A9BB
RGB: (178,169,187)

Color info

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

RGB color model

#B2A9BB color RGB value is (178,169,187).

  • red value is 178;
  • green value is 169;
  • blue value is 187.
RGB:
(178,169,187)
(70%,66%,73%)

RGB channels and saturation

R 178 of 255 = 70%
G 169 of 255 = 66%
B 187 of 255 = 73%

178
169
187

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

Portions of RGB colors in percentages

R + G + B =
178 + 169 + 187 = 534 (100%)
R 178 of 534 ~ 33.33%
G 169 of 534 ~ 31.65%
B 187 of 534 ~ 35.02%

%33.33
%31.65
%35.02

CMYK color model

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

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

CMYK percentages

%4.81
%9.63
%0
%26.67

Codes

Color #B2A9BB in popluar color models

B2A9BB
RGB178169187
HSL270°11.69%69.80%
HSB/HSV270°9.63%73.33%
CMYK4.81%9.63%0.00%
26.67%

Color #B2A9BB in popluar number systems.

HEXB2A9BB
Decimal178169187
Binary101100101010100110111011
Octal262251273

Shades and tints

Shades of #B2A9BB

#B2A9BB
(178,169,187)
#A29AAA
(162,154,170)
#928B99
(146,139,153)
#827C88
(130,124,136)
#726D77
(114,109,119)
#625E66
(98,94,102)
#524F55
(82,79,85)
#424044
(66,64,68)
#323133
(50,49,51)
#222222
(34,34,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #B2A9BB

#B2A9BB
(178,169,187)
#B9B0C1
(185,176,193)
#C0B7C7
(192,183,199)
#C7BECD
(199,190,205)
#CEC5D3
(206,197,211)
#D5CCD9
(213,204,217)
#DCD3DF
(220,211,223)
#E3DAE5
(227,218,229)
#EAE1EB
(234,225,235)
#F1E8F1
(241,232,241)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A9BB color. Also use rgb(178,169,187) instead hex code.

Text Font Color

.myTextColor { color: #B2A9BB; }

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

This text font color is #B2A9BB.


Background Color

.myBgColor { background-color: #B2A9BB; }

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

This div background color is #B2A9BB.


Border color

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

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

This div border color is #B2A9BB.


Opacity

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

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

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

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

This text has shadow with #B2A9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A9BB on black background.


Color preview on white background

This text has color #B2A9BB on white background.



Black color preview on #B2A9BB background

This text has black color on #B2A9BB background.


White color preview on #B2A9BB background

This text has white color on #B2A9BB background.