COLOR #B9C2CB

HEX: #B9C2CB
RGB: (185,194,203)

Color info

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

RGB color model

#B9C2CB color RGB value is (185,194,203).

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

RGB channels and saturation

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

185
194
203

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

Portions of RGB colors in percentages

R + G + B =
185 + 194 + 203 = 582 (100%)
R 185 of 582 ~ 31.79%
G 194 of 582 ~ 33.33%
B 203 of 582 ~ 34.88%

%31.79
%33.33
%34.88

CMYK color model

#B9C2CB color CMYK value is (9,4,0,20).

  • cyan value is 8.87%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,4,0,20)
C9M4Y0K20 
(9%,4%,0%,20%)
(0.09/0.04/0.00/0.20)	

CMYK percentages

%8.87
%4.43
%0
%20.39

Codes

Color #B9C2CB in popluar color models

B9C2CB
RGB185194203
HSL210°14.75%76.08%
HSB/HSV210°8.87%79.61%
CMYK8.87%4.43%0.00%
20.39%

Color #B9C2CB in popluar number systems.

HEXB9C2CB
Decimal185194203
Binary101110011100001011001011
Octal271302313

Shades and tints

Shades of #B9C2CB

#B9C2CB
(185,194,203)
#A9B1B9
(169,177,185)
#99A0A7
(153,160,167)
#898F95
(137,143,149)
#797E83
(121,126,131)
#696D71
(105,109,113)
#595C5F
(89,92,95)
#494B4D
(73,75,77)
#393A3B
(57,58,59)
#292929
(41,41,41)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #B9C2CB

#B9C2CB
(185,194,203)
#BFC7CF
(191,199,207)
#C5CCD3
(197,204,211)
#CBD1D7
(203,209,215)
#D1D6DB
(209,214,219)
#D7DBDF
(215,219,223)
#DDE0E3
(221,224,227)
#E3E5E7
(227,229,231)
#E9EAEB
(233,234,235)
#EFEFEF
(239,239,239)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C2CB; }

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

This text font color is #B9C2CB.


Background Color

.myBgColor { background-color: #B9C2CB; }

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

This div background color is #B9C2CB.


Border color

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

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

This div border color is #B9C2CB.


Opacity

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

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

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

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

This text has shadow with #B9C2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C2CB on black background.


Color preview on white background

This text has color #B9C2CB on white background.



Black color preview on #B9C2CB background

This text has black color on #B9C2CB background.


White color preview on #B9C2CB background

This text has white color on #B9C2CB background.