COLOR #B9C1CB

HEX: #B9C1CB
RGB: (185,193,203)

Color info

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

RGB color model

#B9C1CB color RGB value is (185,193,203).

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

RGB channels and saturation

R 185 of 255 = 73%
G 193 of 255 = 76%
B 203 of 255 = 80%

185
193
203

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

Portions of RGB colors in percentages

R + G + B =
185 + 193 + 203 = 581 (100%)
R 185 of 581 ~ 31.84%
G 193 of 581 ~ 33.22%
B 203 of 581 ~ 34.94%

%31.84
%33.22
%34.94

CMYK color model

#B9C1CB color CMYK value is (9,5,0,20).

  • cyan value is 8.87%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,5,0,20)
C9M5Y0K20 
(9%,5%,0%,20%)
(0.09/0.05/0.00/0.20)	

CMYK percentages

%8.87
%4.93
%0
%20.39

Codes

Color #B9C1CB in popluar color models

B9C1CB
RGB185193203
HSL213°14.75%76.08%
HSB/HSV213°8.87%79.61%
CMYK8.87%4.93%0.00%
20.39%

Color #B9C1CB in popluar number systems.

HEXB9C1CB
Decimal185193203
Binary101110011100000111001011
Octal271301313

Shades and tints

Shades of #B9C1CB

#B9C1CB
(185,193,203)
#A9B0B9
(169,176,185)
#999FA7
(153,159,167)
#898E95
(137,142,149)
#797D83
(121,125,131)
#696C71
(105,108,113)
#595B5F
(89,91,95)
#494A4D
(73,74,77)
#39393B
(57,57,59)
#292829
(41,40,41)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #B9C1CB

#B9C1CB
(185,193,203)
#BFC6CF
(191,198,207)
#C5CBD3
(197,203,211)
#CBD0D7
(203,208,215)
#D1D5DB
(209,213,219)
#D7DADF
(215,218,223)
#DDDFE3
(221,223,227)
#E3E4E7
(227,228,231)
#E9E9EB
(233,233,235)
#EFEEEF
(239,238,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C1CB; }

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

This text font color is #B9C1CB.


Background Color

.myBgColor { background-color: #B9C1CB; }

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

This div background color is #B9C1CB.


Border color

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

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

This div border color is #B9C1CB.


Opacity

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

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

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

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

This text has shadow with #B9C1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C1CB on black background.


Color preview on white background

This text has color #B9C1CB on white background.



Black color preview on #B9C1CB background

This text has black color on #B9C1CB background.


White color preview on #B9C1CB background

This text has white color on #B9C1CB background.