COLOR #B9B3BD

HEX: #B9B3BD
RGB: (185,179,189)

Color info

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

RGB color model

#B9B3BD color RGB value is (185,179,189).

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

RGB channels and saturation

R 185 of 255 = 73%
G 179 of 255 = 70%
B 189 of 255 = 74%

185
179
189

R + G + B ~ 72%. #B9B3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 179 + 189 = 553 (100%)
R 185 of 553 ~ 33.45%
G 179 of 553 ~ 32.37%
B 189 of 553 ~ 34.18%

%33.45
%32.37
%34.18

CMYK color model

#B9B3BD color CMYK value is (2,5,0,26).

  • cyan value is 2.12%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,5,0,26)
C2M5Y0K26 
(2%,5%,0%,26%)
(0.02/0.05/0.00/0.26)	

CMYK percentages

%2.12
%5.29
%0
%25.88

Codes

Color #B9B3BD in popluar color models

B9B3BD
RGB185179189
HSL276°7.04%72.16%
HSB/HSV276°5.29%74.12%
CMYK2.12%5.29%0.00%
25.88%

Color #B9B3BD in popluar number systems.

HEXB9B3BD
Decimal185179189
Binary101110011011001110111101
Octal271263275

Shades and tints

Shades of #B9B3BD

#B9B3BD
(185,179,189)
#A9A3AC
(169,163,172)
#99939B
(153,147,155)
#89838A
(137,131,138)
#797379
(121,115,121)
#696368
(105,99,104)
#595357
(89,83,87)
#494346
(73,67,70)
#393335
(57,51,53)
#292324
(41,35,36)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #B9B3BD

#B9B3BD
(185,179,189)
#BFB9C3
(191,185,195)
#C5BFC9
(197,191,201)
#CBC5CF
(203,197,207)
#D1CBD5
(209,203,213)
#D7D1DB
(215,209,219)
#DDD7E1
(221,215,225)
#E3DDE7
(227,221,231)
#E9E3ED
(233,227,237)
#EFE9F3
(239,233,243)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B3BD; }

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

This text font color is #B9B3BD.


Background Color

.myBgColor { background-color: #B9B3BD; }

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

This div background color is #B9B3BD.


Border color

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

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

This div border color is #B9B3BD.


Opacity

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

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

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

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

This text has shadow with #B9B3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B3BD on black background.


Color preview on white background

This text has color #B9B3BD on white background.



Black color preview on #B9B3BD background

This text has black color on #B9B3BD background.


White color preview on #B9B3BD background

This text has white color on #B9B3BD background.