COLOR #B9C3A4

HEX: #B9C3A4
RGB: (185,195,164)

Color info

#B9C3A4 contains red, green and blue colors in about the same proportion. Web safe color of #B9C3A4 is #CCCC99 (or #CC9).

RGB color model

#B9C3A4 color RGB value is (185,195,164).

  • red value is 185;
  • green value is 195;
  • blue value is 164.
RGB:
(185,195,164)
(73%,76%,64%)

RGB channels and saturation

R 185 of 255 = 73%
G 195 of 255 = 76%
B 164 of 255 = 64%

185
195
164

R + G + B ~ 71%. #B9C3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 195 + 164 = 544 (100%)
R 185 of 544 ~ 34.01%
G 195 of 544 ~ 35.85%
B 164 of 544 ~ 30.15%

%34.01
%35.85
%30.15

CMYK color model

#B9C3A4 color CMYK value is (5,0,16,24).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 15.90%
  • key color value is 23.53%
CMYK:
(5,0,16,24)
C5M0Y16K24 
(5%,0%,16%,24%)
(0.05/0.00/0.16/0.24)	

CMYK percentages

%5.13
%0
%15.9
%23.53

Codes

Color #B9C3A4 in popluar color models

B9C3A4
RGB185195164
HSL79°20.53%70.39%
HSB/HSV79°15.90%76.47%
CMYK5.13%0.00%15.90%
23.53%

Color #B9C3A4 in popluar number systems.

HEXB9C3A4
Decimal185195164
Binary101110011100001110100100
Octal271303244

Shades and tints

Shades of #B9C3A4

#B9C3A4
(185,195,164)
#A9B296
(169,178,150)
#99A188
(153,161,136)
#89907A
(137,144,122)
#797F6C
(121,127,108)
#696E5E
(105,110,94)
#595D50
(89,93,80)
#494C42
(73,76,66)
#393B34
(57,59,52)
#292A26
(41,42,38)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #B9C3A4

#B9C3A4
(185,195,164)
#BFC8AC
(191,200,172)
#C5CDB4
(197,205,180)
#CBD2BC
(203,210,188)
#D1D7C4
(209,215,196)
#D7DCCC
(215,220,204)
#DDE1D4
(221,225,212)
#E3E6DC
(227,230,220)
#E9EBE4
(233,235,228)
#EFF0EC
(239,240,236)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C3A4 color. Also use rgb(185,195,164) instead hex code.

Text Font Color

.myTextColor { color: #B9C3A4; }

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

This text font color is #B9C3A4.


Background Color

.myBgColor { background-color: #B9C3A4; }

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

This div background color is #B9C3A4.


Border color

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

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

This div border color is #B9C3A4.


Opacity

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

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

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

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

This text has shadow with #B9C3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C3A4 on black background.


Color preview on white background

This text has color #B9C3A4 on white background.



Black color preview on #B9C3A4 background

This text has black color on #B9C3A4 background.


White color preview on #B9C3A4 background

This text has white color on #B9C3A4 background.