COLOR #B9B2B7

HEX: #B9B2B7
RGB: (185,178,183)

Color info

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

RGB color model

#B9B2B7 color RGB value is (185,178,183).

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

RGB channels and saturation

R 185 of 255 = 73%
G 178 of 255 = 70%
B 183 of 255 = 72%

185
178
183

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

Portions of RGB colors in percentages

R + G + B =
185 + 178 + 183 = 546 (100%)
R 185 of 546 ~ 33.88%
G 178 of 546 ~ 32.6%
B 183 of 546 ~ 33.52%

%33.88
%32.6
%33.52

CMYK color model

#B9B2B7 color CMYK value is (0,4,1,27).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 1.08%
  • key color value is 27.45%
CMYK:
(0,4,1,27)
C0M4Y1K27 
(0%,4%,1%,27%)
(0.00/0.04/0.01/0.27)	

CMYK percentages

%0
%3.78
%1.08
%27.45

Codes

Color #B9B2B7 in popluar color models

B9B2B7
RGB185178183
HSL317°4.76%71.18%
HSB/HSV317°3.78%72.55%
CMYK0.00%3.78%1.08%
27.45%

Color #B9B2B7 in popluar number systems.

HEXB9B2B7
Decimal185178183
Binary101110011011001010110111
Octal271262267

Shades and tints

Shades of #B9B2B7

#B9B2B7
(185,178,183)
#A9A2A7
(169,162,167)
#999297
(153,146,151)
#898287
(137,130,135)
#797277
(121,114,119)
#696267
(105,98,103)
#595257
(89,82,87)
#494247
(73,66,71)
#393237
(57,50,55)
#292227
(41,34,39)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #B9B2B7

#B9B2B7
(185,178,183)
#BFB9BD
(191,185,189)
#C5C0C3
(197,192,195)
#CBC7C9
(203,199,201)
#D1CECF
(209,206,207)
#D7D5D5
(215,213,213)
#DDDCDB
(221,220,219)
#E3E3E1
(227,227,225)
#E9EAE7
(233,234,231)
#EFF1ED
(239,241,237)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B2B7; }

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

This text font color is #B9B2B7.


Background Color

.myBgColor { background-color: #B9B2B7; }

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

This div background color is #B9B2B7.


Border color

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

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

This div border color is #B9B2B7.


Opacity

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

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

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

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

This text has shadow with #B9B2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B2B7 on black background.


Color preview on white background

This text has color #B9B2B7 on white background.



Black color preview on #B9B2B7 background

This text has black color on #B9B2B7 background.


White color preview on #B9B2B7 background

This text has white color on #B9B2B7 background.