COLOR #B9C9C0

HEX: #B9C9C0
RGB: (185,201,192)

Color info

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

RGB color model

#B9C9C0 color RGB value is (185,201,192).

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

RGB channels and saturation

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

185
201
192

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

Portions of RGB colors in percentages

R + G + B =
185 + 201 + 192 = 578 (100%)
R 185 of 578 ~ 32.01%
G 201 of 578 ~ 34.78%
B 192 of 578 ~ 33.22%

%32.01
%34.78
%33.22

CMYK color model

#B9C9C0 color CMYK value is (8,0,4,21).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 21.18%
CMYK:
(8,0,4,21)
C8M0Y4K21 
(8%,0%,4%,21%)
(0.08/0.00/0.04/0.21)	

CMYK percentages

%7.96
%0
%4.48
%21.18

Codes

Color #B9C9C0 in popluar color models

B9C9C0
RGB185201192
HSL146°12.90%75.69%
HSB/HSV146°7.96%78.82%
CMYK7.96%0.00%4.48%
21.18%

Color #B9C9C0 in popluar number systems.

HEXB9C9C0
Decimal185201192
Binary101110011100100111000000
Octal271311300

Shades and tints

Shades of #B9C9C0

#B9C9C0
(185,201,192)
#A9B7AF
(169,183,175)
#99A59E
(153,165,158)
#89938D
(137,147,141)
#79817C
(121,129,124)
#696F6B
(105,111,107)
#595D5A
(89,93,90)
#494B49
(73,75,73)
#393938
(57,57,56)
#292727
(41,39,39)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #B9C9C0

#B9C9C0
(185,201,192)
#BFCDC5
(191,205,197)
#C5D1CA
(197,209,202)
#CBD5CF
(203,213,207)
#D1D9D4
(209,217,212)
#D7DDD9
(215,221,217)
#DDE1DE
(221,225,222)
#E3E5E3
(227,229,227)
#E9E9E8
(233,233,232)
#EFEDED
(239,237,237)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C9C0; }

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

This text font color is #B9C9C0.


Background Color

.myBgColor { background-color: #B9C9C0; }

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

This div background color is #B9C9C0.


Border color

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

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

This div border color is #B9C9C0.


Opacity

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

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

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

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

This text has shadow with #B9C9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9C0 on black background.


Color preview on white background

This text has color #B9C9C0 on white background.



Black color preview on #B9C9C0 background

This text has black color on #B9C9C0 background.


White color preview on #B9C9C0 background

This text has white color on #B9C9C0 background.