COLOR #B9C9CB

HEX: #B9C9CB
RGB: (185,201,203)

Color info

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

RGB color model

#B9C9CB color RGB value is (185,201,203).

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

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 203 of 255 = 80%

185
201
203

R + G + B ~ 77%. #B9C9CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 201 + 203 = 589 (100%)
R 185 of 589 ~ 31.41%
G 201 of 589 ~ 34.13%
B 203 of 589 ~ 34.47%

%31.41
%34.13
%34.47

CMYK color model

#B9C9CB color CMYK value is (9,1,0,20).

  • cyan value is 8.87%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,1,0,20)
C9M1Y0K20 
(9%,1%,0%,20%)
(0.09/0.01/0.00/0.20)	

CMYK percentages

%8.87
%0.99
%0
%20.39

Codes

Color #B9C9CB in popluar color models

B9C9CB
RGB185201203
HSL187°14.75%76.08%
HSB/HSV187°8.87%79.61%
CMYK8.87%0.99%0.00%
20.39%

Color #B9C9CB in popluar number systems.

HEXB9C9CB
Decimal185201203
Binary101110011100100111001011
Octal271311313

Shades and tints

Shades of #B9C9CB

#B9C9CB
(185,201,203)
#A9B7B9
(169,183,185)
#99A5A7
(153,165,167)
#899395
(137,147,149)
#798183
(121,129,131)
#696F71
(105,111,113)
#595D5F
(89,93,95)
#494B4D
(73,75,77)
#39393B
(57,57,59)
#292729
(41,39,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9C9CB

#B9C9CB
(185,201,203)
#BFCDCF
(191,205,207)
#C5D1D3
(197,209,211)
#CBD5D7
(203,213,215)
#D1D9DB
(209,217,219)
#D7DDDF
(215,221,223)
#DDE1E3
(221,225,227)
#E3E5E7
(227,229,231)
#E9E9EB
(233,233,235)
#EFEDEF
(239,237,239)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C9CB; }

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

This text font color is #B9C9CB.


Background Color

.myBgColor { background-color: #B9C9CB; }

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

This div background color is #B9C9CB.


Border color

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

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

This div border color is #B9C9CB.


Opacity

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

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

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

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

This text has shadow with #B9C9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9CB on black background.


Color preview on white background

This text has color #B9C9CB on white background.



Black color preview on #B9C9CB background

This text has black color on #B9C9CB background.


White color preview on #B9C9CB background

This text has white color on #B9C9CB background.