COLOR #B9A4BD

HEX: #B9A4BD
RGB: (185,164,189)

Color info

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

RGB color model

#B9A4BD color RGB value is (185,164,189).

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

RGB channels and saturation

R 185 of 255 = 73%
G 164 of 255 = 64%
B 189 of 255 = 74%

185
164
189

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

Portions of RGB colors in percentages

R + G + B =
185 + 164 + 189 = 538 (100%)
R 185 of 538 ~ 34.39%
G 164 of 538 ~ 30.48%
B 189 of 538 ~ 35.13%

%34.39
%30.48
%35.13

CMYK color model

#B9A4BD color CMYK value is (2,13,0,26).

  • cyan value is 2.12%
  • magenta value is 13.23%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,13,0,26)
C2M13Y0K26 
(2%,13%,0%,26%)
(0.02/0.13/0.00/0.26)	

CMYK percentages

%2.12
%13.23
%0
%25.88

Codes

Color #B9A4BD in popluar color models

B9A4BD
RGB185164189
HSL290°15.92%69.22%
HSB/HSV290°13.23%74.12%
CMYK2.12%13.23%0.00%
25.88%

Color #B9A4BD in popluar number systems.

HEXB9A4BD
Decimal185164189
Binary101110011010010010111101
Octal271244275

Shades and tints

Shades of #B9A4BD

#B9A4BD
(185,164,189)
#A996AC
(169,150,172)
#99889B
(153,136,155)
#897A8A
(137,122,138)
#796C79
(121,108,121)
#695E68
(105,94,104)
#595057
(89,80,87)
#494246
(73,66,70)
#393435
(57,52,53)
#292624
(41,38,36)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #B9A4BD

#B9A4BD
(185,164,189)
#BFACC3
(191,172,195)
#C5B4C9
(197,180,201)
#CBBCCF
(203,188,207)
#D1C4D5
(209,196,213)
#D7CCDB
(215,204,219)
#DDD4E1
(221,212,225)
#E3DCE7
(227,220,231)
#E9E4ED
(233,228,237)
#EFECF3
(239,236,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A4BD; }

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

This text font color is #B9A4BD.


Background Color

.myBgColor { background-color: #B9A4BD; }

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

This div background color is #B9A4BD.


Border color

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

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

This div border color is #B9A4BD.


Opacity

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

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

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

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

This text has shadow with #B9A4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A4BD on black background.


Color preview on white background

This text has color #B9A4BD on white background.



Black color preview on #B9A4BD background

This text has black color on #B9A4BD background.


White color preview on #B9A4BD background

This text has white color on #B9A4BD background.