COLOR #B9C8C0

HEX: #B9C8C0
RGB: (185,200,192)

Color info

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

RGB color model

#B9C8C0 color RGB value is (185,200,192).

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

RGB channels and saturation

R 185 of 255 = 73%
G 200 of 255 = 78%
B 192 of 255 = 75%

185
200
192

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

Portions of RGB colors in percentages

R + G + B =
185 + 200 + 192 = 577 (100%)
R 185 of 577 ~ 32.06%
G 200 of 577 ~ 34.66%
B 192 of 577 ~ 33.28%

%32.06
%34.66
%33.28

CMYK color model

#B9C8C0 color CMYK value is (8,0,4,22).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 21.57%
CMYK:
(8,0,4,22)
C8M0Y4K22 
(8%,0%,4%,22%)
(0.08/0.00/0.04/0.22)	

CMYK percentages

%7.5
%0
%4
%21.57

Codes

Color #B9C8C0 in popluar color models

B9C8C0
RGB185200192
HSL148°12.00%75.49%
HSB/HSV148°7.50%78.43%
CMYK7.50%0.00%4.00%
21.57%

Color #B9C8C0 in popluar number systems.

HEXB9C8C0
Decimal185200192
Binary101110011100100011000000
Octal271310300

Shades and tints

Shades of #B9C8C0

#B9C8C0
(185,200,192)
#A9B6AF
(169,182,175)
#99A49E
(153,164,158)
#89928D
(137,146,141)
#79807C
(121,128,124)
#696E6B
(105,110,107)
#595C5A
(89,92,90)
#494A49
(73,74,73)
#393838
(57,56,56)
#292627
(41,38,39)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #B9C8C0

#B9C8C0
(185,200,192)
#BFCDC5
(191,205,197)
#C5D2CA
(197,210,202)
#CBD7CF
(203,215,207)
#D1DCD4
(209,220,212)
#D7E1D9
(215,225,217)
#DDE6DE
(221,230,222)
#E3EBE3
(227,235,227)
#E9F0E8
(233,240,232)
#EFF5ED
(239,245,237)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C8C0; }

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

This text font color is #B9C8C0.


Background Color

.myBgColor { background-color: #B9C8C0; }

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

This div background color is #B9C8C0.


Border color

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

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

This div border color is #B9C8C0.


Opacity

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

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

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

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

This text has shadow with #B9C8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C8C0 on black background.


Color preview on white background

This text has color #B9C8C0 on white background.



Black color preview on #B9C8C0 background

This text has black color on #B9C8C0 background.


White color preview on #B9C8C0 background

This text has white color on #B9C8C0 background.