COLOR #B9C0BD

HEX: #B9C0BD
RGB: (185,192,189)

Color info

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

RGB color model

#B9C0BD color RGB value is (185,192,189).

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

RGB channels and saturation

R 185 of 255 = 73%
G 192 of 255 = 75%
B 189 of 255 = 74%

185
192
189

R + G + B ~ 74%. #B9C0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 192 + 189 = 566 (100%)
R 185 of 566 ~ 32.69%
G 192 of 566 ~ 33.92%
B 189 of 566 ~ 33.39%

%32.69
%33.92
%33.39

CMYK color model

#B9C0BD color CMYK value is (4,0,2,25).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 1.56%
  • key color value is 24.71%
CMYK:
(4,0,2,25)
C4M0Y2K25 
(4%,0%,2%,25%)
(0.04/0.00/0.02/0.25)	

CMYK percentages

%3.65
%0
%1.56
%24.71

Codes

Color #B9C0BD in popluar color models

B9C0BD
RGB185192189
HSL154°5.26%73.92%
HSB/HSV154°3.65%75.29%
CMYK3.65%0.00%1.56%
24.71%

Color #B9C0BD in popluar number systems.

HEXB9C0BD
Decimal185192189
Binary101110011100000010111101
Octal271300275

Shades and tints

Shades of #B9C0BD

#B9C0BD
(185,192,189)
#A9AFAC
(169,175,172)
#999E9B
(153,158,155)
#898D8A
(137,141,138)
#797C79
(121,124,121)
#696B68
(105,107,104)
#595A57
(89,90,87)
#494946
(73,73,70)
#393835
(57,56,53)
#292724
(41,39,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B9C0BD

#B9C0BD
(185,192,189)
#BFC5C3
(191,197,195)
#C5CAC9
(197,202,201)
#CBCFCF
(203,207,207)
#D1D4D5
(209,212,213)
#D7D9DB
(215,217,219)
#DDDEE1
(221,222,225)
#E3E3E7
(227,227,231)
#E9E8ED
(233,232,237)
#EFEDF3
(239,237,243)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C0BD; }

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

This text font color is #B9C0BD.


Background Color

.myBgColor { background-color: #B9C0BD; }

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

This div background color is #B9C0BD.


Border color

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

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

This div border color is #B9C0BD.


Opacity

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

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

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

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

This text has shadow with #B9C0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C0BD on black background.


Color preview on white background

This text has color #B9C0BD on white background.



Black color preview on #B9C0BD background

This text has black color on #B9C0BD background.


White color preview on #B9C0BD background

This text has white color on #B9C0BD background.