COLOR #B9A9B2

HEX: #B9A9B2
RGB: (185,169,178)

Color info

#B9A9B2 contains red, green and blue colors in about the same proportion. Web safe color of #B9A9B2 is #CC9999 (or #C99).

RGB color model

#B9A9B2 color RGB value is (185,169,178).

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

RGB channels and saturation

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

185
169
178

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

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 178 = 532 (100%)
R 185 of 532 ~ 34.77%
G 169 of 532 ~ 31.77%
B 178 of 532 ~ 33.46%

%34.77
%31.77
%33.46

CMYK color model

#B9A9B2 color CMYK value is (0,9,4,27).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 3.78%
  • key color value is 27.45%
CMYK:
(0,9,4,27)
C0M9Y4K27 
(0%,9%,4%,27%)
(0.00/0.09/0.04/0.27)	

CMYK percentages

%0
%8.65
%3.78
%27.45

Codes

Color #B9A9B2 in popluar color models

B9A9B2
RGB185169178
HSL326°10.26%69.41%
HSB/HSV326°8.65%72.55%
CMYK0.00%8.65%3.78%
27.45%

Color #B9A9B2 in popluar number systems.

HEXB9A9B2
Decimal185169178
Binary101110011010100110110010
Octal271251262

Shades and tints

Shades of #B9A9B2

#B9A9B2
(185,169,178)
#A99AA2
(169,154,162)
#998B92
(153,139,146)
#897C82
(137,124,130)
#796D72
(121,109,114)
#695E62
(105,94,98)
#594F52
(89,79,82)
#494042
(73,64,66)
#393132
(57,49,50)
#292222
(41,34,34)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #B9A9B2

#B9A9B2
(185,169,178)
#BFB0B9
(191,176,185)
#C5B7C0
(197,183,192)
#CBBEC7
(203,190,199)
#D1C5CE
(209,197,206)
#D7CCD5
(215,204,213)
#DDD3DC
(221,211,220)
#E3DAE3
(227,218,227)
#E9E1EA
(233,225,234)
#EFE8F1
(239,232,241)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A9B2; }

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

This text font color is #B9A9B2.


Background Color

.myBgColor { background-color: #B9A9B2; }

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

This div background color is #B9A9B2.


Border color

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

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

This div border color is #B9A9B2.


Opacity

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

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

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

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

This text has shadow with #B9A9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A9B2 on black background.


Color preview on white background

This text has color #B9A9B2 on white background.



Black color preview on #B9A9B2 background

This text has black color on #B9A9B2 background.


White color preview on #B9A9B2 background

This text has white color on #B9A9B2 background.