COLOR #B9C6BA

HEX: #B9C6BA
RGB: (185,198,186)

Color info

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

RGB color model

#B9C6BA color RGB value is (185,198,186).

  • red value is 185;
  • green value is 198;
  • blue value is 186.
RGB:
(185,198,186)
(73%,78%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 198 of 255 = 78%
B 186 of 255 = 73%

185
198
186

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

Portions of RGB colors in percentages

R + G + B =
185 + 198 + 186 = 569 (100%)
R 185 of 569 ~ 32.51%
G 198 of 569 ~ 34.8%
B 186 of 569 ~ 32.69%

%32.51
%34.8
%32.69

CMYK color model

#B9C6BA color CMYK value is (7,0,6,22).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(7,0,6,22)
C7M0Y6K22 
(7%,0%,6%,22%)
(0.07/0.00/0.06/0.22)	

CMYK percentages

%6.57
%0
%6.06
%22.35

Codes

Color #B9C6BA in popluar color models

B9C6BA
RGB185198186
HSL125°10.24%75.10%
HSB/HSV125°6.57%77.65%
CMYK6.57%0.00%6.06%
22.35%

Color #B9C6BA in popluar number systems.

HEXB9C6BA
Decimal185198186
Binary101110011100011010111010
Octal271306272

Shades and tints

Shades of #B9C6BA

#B9C6BA
(185,198,186)
#A9B4AA
(169,180,170)
#99A29A
(153,162,154)
#89908A
(137,144,138)
#797E7A
(121,126,122)
#696C6A
(105,108,106)
#595A5A
(89,90,90)
#49484A
(73,72,74)
#39363A
(57,54,58)
#29242A
(41,36,42)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #B9C6BA

#B9C6BA
(185,198,186)
#BFCBC0
(191,203,192)
#C5D0C6
(197,208,198)
#CBD5CC
(203,213,204)
#D1DAD2
(209,218,210)
#D7DFD8
(215,223,216)
#DDE4DE
(221,228,222)
#E3E9E4
(227,233,228)
#E9EEEA
(233,238,234)
#EFF3F0
(239,243,240)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C6BA color. Also use rgb(185,198,186) instead hex code.

Text Font Color

.myTextColor { color: #B9C6BA; }

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

This text font color is #B9C6BA.


Background Color

.myBgColor { background-color: #B9C6BA; }

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

This div background color is #B9C6BA.


Border color

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

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

This div border color is #B9C6BA.


Opacity

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

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

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

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

This text has shadow with #B9C6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C6BA on black background.


Color preview on white background

This text has color #B9C6BA on white background.



Black color preview on #B9C6BA background

This text has black color on #B9C6BA background.


White color preview on #B9C6BA background

This text has white color on #B9C6BA background.