COLOR #B9C0BE

HEX: #B9C0BE
RGB: (185,192,190)

Color info

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

RGB color model

#B9C0BE color RGB value is (185,192,190).

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

RGB channels and saturation

R 185 of 255 = 73%
G 192 of 255 = 75%
B 190 of 255 = 75%

185
192
190

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

Portions of RGB colors in percentages

R + G + B =
185 + 192 + 190 = 567 (100%)
R 185 of 567 ~ 32.63%
G 192 of 567 ~ 33.86%
B 190 of 567 ~ 33.51%

%32.63
%33.86
%33.51

CMYK color model

#B9C0BE color CMYK value is (4,0,1,25).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 24.71%
CMYK:
(4,0,1,25)
C4M0Y1K25 
(4%,0%,1%,25%)
(0.04/0.00/0.01/0.25)	

CMYK percentages

%3.65
%0
%1.04
%24.71

Codes

Color #B9C0BE in popluar color models

B9C0BE
RGB185192190
HSL163°5.26%73.92%
HSB/HSV163°3.65%75.29%
CMYK3.65%0.00%1.04%
24.71%

Color #B9C0BE in popluar number systems.

HEXB9C0BE
Decimal185192190
Binary101110011100000010111110
Octal271300276

Shades and tints

Shades of #B9C0BE

#B9C0BE
(185,192,190)
#A9AFAD
(169,175,173)
#999E9C
(153,158,156)
#898D8B
(137,141,139)
#797C7A
(121,124,122)
#696B69
(105,107,105)
#595A58
(89,90,88)
#494947
(73,73,71)
#393836
(57,56,54)
#292725
(41,39,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #B9C0BE

#B9C0BE
(185,192,190)
#BFC5C3
(191,197,195)
#C5CAC8
(197,202,200)
#CBCFCD
(203,207,205)
#D1D4D2
(209,212,210)
#D7D9D7
(215,217,215)
#DDDEDC
(221,222,220)
#E3E3E1
(227,227,225)
#E9E8E6
(233,232,230)
#EFEDEB
(239,237,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C0BE; }

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

This text font color is #B9C0BE.


Background Color

.myBgColor { background-color: #B9C0BE; }

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

This div background color is #B9C0BE.


Border color

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

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

This div border color is #B9C0BE.


Opacity

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

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

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

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

This text has shadow with #B9C0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C0BE on black background.


Color preview on white background

This text has color #B9C0BE on white background.



Black color preview on #B9C0BE background

This text has black color on #B9C0BE background.


White color preview on #B9C0BE background

This text has white color on #B9C0BE background.