COLOR #B9C4BA

HEX: #B9C4BA
RGB: (185,196,186)

Color info

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

RGB color model

#B9C4BA color RGB value is (185,196,186).

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

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 186 of 255 = 73%

185
196
186

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

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 186 = 567 (100%)
R 185 of 567 ~ 32.63%
G 196 of 567 ~ 34.57%
B 186 of 567 ~ 32.8%

%32.63
%34.57
%32.8

CMYK color model

#B9C4BA color CMYK value is (6,0,5,23).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(6,0,5,23)
C6M0Y5K23 
(6%,0%,5%,23%)
(0.06/0.00/0.05/0.23)	

CMYK percentages

%5.61
%0
%5.1
%23.14

Codes

Color #B9C4BA in popluar color models

B9C4BA
RGB185196186
HSL125°8.53%74.71%
HSB/HSV125°5.61%76.86%
CMYK5.61%0.00%5.10%
23.14%

Color #B9C4BA in popluar number systems.

HEXB9C4BA
Decimal185196186
Binary101110011100010010111010
Octal271304272

Shades and tints

Shades of #B9C4BA

#B9C4BA
(185,196,186)
#A9B3AA
(169,179,170)
#99A29A
(153,162,154)
#89918A
(137,145,138)
#79807A
(121,128,122)
#696F6A
(105,111,106)
#595E5A
(89,94,90)
#494D4A
(73,77,74)
#393C3A
(57,60,58)
#292B2A
(41,43,42)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #B9C4BA

#B9C4BA
(185,196,186)
#BFC9C0
(191,201,192)
#C5CEC6
(197,206,198)
#CBD3CC
(203,211,204)
#D1D8D2
(209,216,210)
#D7DDD8
(215,221,216)
#DDE2DE
(221,226,222)
#E3E7E4
(227,231,228)
#E9ECEA
(233,236,234)
#EFF1F0
(239,241,240)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C4BA; }

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

This text font color is #B9C4BA.


Background Color

.myBgColor { background-color: #B9C4BA; }

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

This div background color is #B9C4BA.


Border color

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

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

This div border color is #B9C4BA.


Opacity

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

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

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

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

This text has shadow with #B9C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C4BA on black background.


Color preview on white background

This text has color #B9C4BA on white background.



Black color preview on #B9C4BA background

This text has black color on #B9C4BA background.


White color preview on #B9C4BA background

This text has white color on #B9C4BA background.