COLOR #B9C9BF

HEX: #B9C9BF
RGB: (185,201,191)

Color info

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

RGB color model

#B9C9BF color RGB value is (185,201,191).

  • red value is 185;
  • green value is 201;
  • blue value is 191.
RGB:
(185,201,191)
(73%,79%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 191 of 255 = 75%

185
201
191

R + G + B ~ 76%. #B9C9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 201 + 191 = 577 (100%)
R 185 of 577 ~ 32.06%
G 201 of 577 ~ 34.84%
B 191 of 577 ~ 33.1%

%32.06
%34.84
%33.1

CMYK color model

#B9C9BF color CMYK value is (8,0,5,21).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 21.18%
CMYK:
(8,0,5,21)
C8M0Y5K21 
(8%,0%,5%,21%)
(0.08/0.00/0.05/0.21)	

CMYK percentages

%7.96
%0
%4.98
%21.18

Codes

Color #B9C9BF in popluar color models

B9C9BF
RGB185201191
HSL143°12.90%75.69%
HSB/HSV143°7.96%78.82%
CMYK7.96%0.00%4.98%
21.18%

Color #B9C9BF in popluar number systems.

HEXB9C9BF
Decimal185201191
Binary101110011100100110111111
Octal271311277

Shades and tints

Shades of #B9C9BF

#B9C9BF
(185,201,191)
#A9B7AE
(169,183,174)
#99A59D
(153,165,157)
#89938C
(137,147,140)
#79817B
(121,129,123)
#696F6A
(105,111,106)
#595D59
(89,93,89)
#494B48
(73,75,72)
#393937
(57,57,55)
#292726
(41,39,38)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9C9BF

#B9C9BF
(185,201,191)
#BFCDC4
(191,205,196)
#C5D1C9
(197,209,201)
#CBD5CE
(203,213,206)
#D1D9D3
(209,217,211)
#D7DDD8
(215,221,216)
#DDE1DD
(221,225,221)
#E3E5E2
(227,229,226)
#E9E9E7
(233,233,231)
#EFEDEC
(239,237,236)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C9BF; }

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

This text font color is #B9C9BF.


Background Color

.myBgColor { background-color: #B9C9BF; }

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

This div background color is #B9C9BF.


Border color

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

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

This div border color is #B9C9BF.


Opacity

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

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

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

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

This text has shadow with #B9C9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9BF on black background.


Color preview on white background

This text has color #B9C9BF on white background.



Black color preview on #B9C9BF background

This text has black color on #B9C9BF background.


White color preview on #B9C9BF background

This text has white color on #B9C9BF background.