COLOR #B9C3C0

HEX: #B9C3C0
RGB: (185,195,192)

Color info

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

RGB color model

#B9C3C0 color RGB value is (185,195,192).

  • red value is 185;
  • green value is 195;
  • blue value is 192.
RGB:
(185,195,192)
(73%,76%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 195 of 255 = 76%
B 192 of 255 = 75%

185
195
192

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

Portions of RGB colors in percentages

R + G + B =
185 + 195 + 192 = 572 (100%)
R 185 of 572 ~ 32.34%
G 195 of 572 ~ 34.09%
B 192 of 572 ~ 33.57%

%32.34
%34.09
%33.57

CMYK color model

#B9C3C0 color CMYK value is (5,0,2,24).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 1.54%
  • key color value is 23.53%
CMYK:
(5,0,2,24)
C5M0Y2K24 
(5%,0%,2%,24%)
(0.05/0.00/0.02/0.24)	

CMYK percentages

%5.13
%0
%1.54
%23.53

Codes

Color #B9C3C0 in popluar color models

B9C3C0
RGB185195192
HSL162°7.69%74.51%
HSB/HSV162°5.13%76.47%
CMYK5.13%0.00%1.54%
23.53%

Color #B9C3C0 in popluar number systems.

HEXB9C3C0
Decimal185195192
Binary101110011100001111000000
Octal271303300

Shades and tints

Shades of #B9C3C0

#B9C3C0
(185,195,192)
#A9B2AF
(169,178,175)
#99A19E
(153,161,158)
#89908D
(137,144,141)
#797F7C
(121,127,124)
#696E6B
(105,110,107)
#595D5A
(89,93,90)
#494C49
(73,76,73)
#393B38
(57,59,56)
#292A27
(41,42,39)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #B9C3C0

#B9C3C0
(185,195,192)
#BFC8C5
(191,200,197)
#C5CDCA
(197,205,202)
#CBD2CF
(203,210,207)
#D1D7D4
(209,215,212)
#D7DCD9
(215,220,217)
#DDE1DE
(221,225,222)
#E3E6E3
(227,230,227)
#E9EBE8
(233,235,232)
#EFF0ED
(239,240,237)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C3C0 color. Also use rgb(185,195,192) instead hex code.

Text Font Color

.myTextColor { color: #B9C3C0; }

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

This text font color is #B9C3C0.


Background Color

.myBgColor { background-color: #B9C3C0; }

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

This div background color is #B9C3C0.


Border color

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

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

This div border color is #B9C3C0.


Opacity

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

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

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

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

This text has shadow with #B9C3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C3C0 on black background.


Color preview on white background

This text has color #B9C3C0 on white background.



Black color preview on #B9C3C0 background

This text has black color on #B9C3C0 background.


White color preview on #B9C3C0 background

This text has white color on #B9C3C0 background.