COLOR #B9A4B6

HEX: #B9A4B6
RGB: (185,164,182)

Color info

#B9A4B6 contains red, green and blue colors in about the same proportion. Web safe color of #B9A4B6 is #CC99CC (or #C9C).

RGB color model

#B9A4B6 color RGB value is (185,164,182).

  • red value is 185;
  • green value is 164;
  • blue value is 182.
RGB:
(185,164,182)
(73%,64%,71%)

RGB channels and saturation

R 185 of 255 = 73%
G 164 of 255 = 64%
B 182 of 255 = 71%

185
164
182

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

Portions of RGB colors in percentages

R + G + B =
185 + 164 + 182 = 531 (100%)
R 185 of 531 ~ 34.84%
G 164 of 531 ~ 30.89%
B 182 of 531 ~ 34.27%

%34.84
%30.89
%34.27

CMYK color model

#B9A4B6 color CMYK value is (0,11,2,27).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 1.62%
  • key color value is 27.45%
CMYK:
(0,11,2,27)
C0M11Y2K27 
(0%,11%,2%,27%)
(0.00/0.11/0.02/0.27)	

CMYK percentages

%0
%11.35
%1.62
%27.45

Codes

Color #B9A4B6 in popluar color models

B9A4B6
RGB185164182
HSL309°13.04%68.43%
HSB/HSV309°11.35%72.55%
CMYK0.00%11.35%1.62%
27.45%

Color #B9A4B6 in popluar number systems.

HEXB9A4B6
Decimal185164182
Binary101110011010010010110110
Octal271244266

Shades and tints

Shades of #B9A4B6

#B9A4B6
(185,164,182)
#A996A6
(169,150,166)
#998896
(153,136,150)
#897A86
(137,122,134)
#796C76
(121,108,118)
#695E66
(105,94,102)
#595056
(89,80,86)
#494246
(73,66,70)
#393436
(57,52,54)
#292626
(41,38,38)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #B9A4B6

#B9A4B6
(185,164,182)
#BFACBC
(191,172,188)
#C5B4C2
(197,180,194)
#CBBCC8
(203,188,200)
#D1C4CE
(209,196,206)
#D7CCD4
(215,204,212)
#DDD4DA
(221,212,218)
#E3DCE0
(227,220,224)
#E9E4E6
(233,228,230)
#EFECEC
(239,236,236)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A4B6 color. Also use rgb(185,164,182) instead hex code.

Text Font Color

.myTextColor { color: #B9A4B6; }

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

This text font color is #B9A4B6.


Background Color

.myBgColor { background-color: #B9A4B6; }

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

This div background color is #B9A4B6.


Border color

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

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

This div border color is #B9A4B6.


Opacity

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

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

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

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

This text has shadow with #B9A4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A4B6 on black background.


Color preview on white background

This text has color #B9A4B6 on white background.



Black color preview on #B9A4B6 background

This text has black color on #B9A4B6 background.


White color preview on #B9A4B6 background

This text has white color on #B9A4B6 background.