COLOR #B9ACBD

HEX: #B9ACBD
RGB: (185,172,189)

Color info

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

RGB color model

#B9ACBD color RGB value is (185,172,189).

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

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 189 of 255 = 74%

185
172
189

R + G + B ~ 71%. #B9ACBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 172 + 189 = 546 (100%)
R 185 of 546 ~ 33.88%
G 172 of 546 ~ 31.5%
B 189 of 546 ~ 34.62%

%33.88
%31.5
%34.62

CMYK color model

#B9ACBD color CMYK value is (2,9,0,26).

  • cyan value is 2.12%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,9,0,26)
C2M9Y0K26 
(2%,9%,0%,26%)
(0.02/0.09/0.00/0.26)	

CMYK percentages

%2.12
%8.99
%0
%25.88

Codes

Color #B9ACBD in popluar color models

B9ACBD
RGB185172189
HSL286°11.41%70.78%
HSB/HSV286°8.99%74.12%
CMYK2.12%8.99%0.00%
25.88%

Color #B9ACBD in popluar number systems.

HEXB9ACBD
Decimal185172189
Binary101110011010110010111101
Octal271254275

Shades and tints

Shades of #B9ACBD

#B9ACBD
(185,172,189)
#A99DAC
(169,157,172)
#998E9B
(153,142,155)
#897F8A
(137,127,138)
#797079
(121,112,121)
#696168
(105,97,104)
#595257
(89,82,87)
#494346
(73,67,70)
#393435
(57,52,53)
#292524
(41,37,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B9ACBD

#B9ACBD
(185,172,189)
#BFB3C3
(191,179,195)
#C5BAC9
(197,186,201)
#CBC1CF
(203,193,207)
#D1C8D5
(209,200,213)
#D7CFDB
(215,207,219)
#DDD6E1
(221,214,225)
#E3DDE7
(227,221,231)
#E9E4ED
(233,228,237)
#EFEBF3
(239,235,243)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ACBD; }

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

This text font color is #B9ACBD.


Background Color

.myBgColor { background-color: #B9ACBD; }

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

This div background color is #B9ACBD.


Border color

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

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

This div border color is #B9ACBD.


Opacity

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

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

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

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

This text has shadow with #B9ACBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ACBD on black background.


Color preview on white background

This text has color #B9ACBD on white background.



Black color preview on #B9ACBD background

This text has black color on #B9ACBD background.


White color preview on #B9ACBD background

This text has white color on #B9ACBD background.