COLOR #B9C9BB

HEX: #B9C9BB RGB: (185,201,187)

Color info

#B9C9BB contains red, green and blue colors in about the same proportion. Web safe color of #B9C9BB is #CCCCCC (or #CCC).

RGB color model

#B9C9BB color RGB value is (185,201,187).

RGB: (185,201,187) (73%, 79%, 73%)

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 187 of 255 = 73%

185
201
187

R + G + B ~ 75%. #B9C9BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 201 + 187 = 573 (100%)
R 185 of 573 ~ 32.29%
G 201 of 573 ~ 35.08%
B 187 of 573 ~ 32.64'%

%32.29
%35.08
%32.64

CMYK color model

#B9C9BB color CMYK value is (8,0,7,21).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 6.97%
  • key color value is 21.18%

CMYK: (8,0,7,21)
C8M0Y7K21 (8%, 0%, 7%, 21%)
(0.08 / 0.00 / 0.07 / 0.21)

CMYK percentages

%7.96
%0
%6.97
%21.18

Codes

Color #B9C9BB in popluar color models

B9 C9 BB
RGB 185 201 187
HSL 128° 12.90% 75.69%
HSB/HSV 128° 7.96% 78.82%
CMYK 7.96% 0.00% 6.97%
21.18%

Color #B9C9BB in popluar number systems.

HEX B9 C9 BB
Decimal 185 201 187
Binary 10111001 11001001 10111011
Octal 271 311 273

Shades and tints

Shades of #B9C9BB

#B9C9BB
(185,201,187)
#A9B7AA
(169,183,170)
#99A599
(153,165,153)
#899388
(137,147,136)
#798177
(121,129,119)
#696F66
(105,111,102)
#595D55
(89,93,85)
#494B44
(73,75,68)
#393933
(57,57,51)
#292722
(41,39,34)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #B9C9BB

#B9C9BB
(185,201,187)
#BFCDC1
(191,205,193)
#C5D1C7
(197,209,199)
#CBD5CD
(203,213,205)
#D1D9D3
(209,217,211)
#D7DDD9
(215,221,217)
#DDE1DF
(221,225,223)
#E3E5E5
(227,229,229)
#E9E9EB
(233,233,235)
#EFEDF1
(239,237,241)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C9BB color. Also use rgb(185,201,187) instead hex code.

Text Font Color

.myTextColor { color: #B9C9BB; }

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

This text font color is #B9C9BB.

Background Color

.myBgColor { background-color: #B9C9BB; }

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

This div background color is #B9C9BB.

Border color

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

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

This div border color is #B9C9BB.

Opacity

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

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

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

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

This text has shadow with #B9C9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C9BB.

Preview

Color preview on black background

This text has color #B9C9BB on black background.


Color preview on white background

This text has color #B9C9BB on white background.


Black color preview on #B9C9BB background

This text has black color on #B9C9BB background.


White color preview on #B9C9BB background

This text has white color on #B9C9BB background.


Related colors

Complementary color

Complementary color for #hex is #463644.


I love getcolorcode.com

Triadic colors

1 #BBB9C9 and #C9BBB9 with #B9C9BB are triadic colors.

2 #BBC9B9 and #C9B9BB with #B9C9BB are triadic colors.