COLOR #B9C9A4

HEX: #B9C9A4
RGB: (185,201,164)

Color info

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

RGB color model

#B9C9A4 color RGB value is (185,201,164).

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

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 164 of 255 = 64%

185
201
164

R + G + B ~ 72%. #B9C9A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 201 + 164 = 550 (100%)
R 185 of 550 ~ 33.64%
G 201 of 550 ~ 36.55%
B 164 of 550 ~ 29.82%

%33.64
%36.55
%29.82

CMYK color model

#B9C9A4 color CMYK value is (8,0,18,21).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 18.41%
  • key color value is 21.18%
CMYK:
(8,0,18,21)
C8M0Y18K21 
(8%,0%,18%,21%)
(0.08/0.00/0.18/0.21)	

CMYK percentages

%7.96
%0
%18.41
%21.18

Codes

Color #B9C9A4 in popluar color models

B9C9A4
RGB185201164
HSL86°25.52%71.57%
HSB/HSV86°18.41%78.82%
CMYK7.96%0.00%18.41%
21.18%

Color #B9C9A4 in popluar number systems.

HEXB9C9A4
Decimal185201164
Binary101110011100100110100100
Octal271311244

Shades and tints

Shades of #B9C9A4

#B9C9A4
(185,201,164)
#A9B796
(169,183,150)
#99A588
(153,165,136)
#89937A
(137,147,122)
#79816C
(121,129,108)
#696F5E
(105,111,94)
#595D50
(89,93,80)
#494B42
(73,75,66)
#393934
(57,57,52)
#292726
(41,39,38)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B9C9A4

#B9C9A4
(185,201,164)
#BFCDAC
(191,205,172)
#C5D1B4
(197,209,180)
#CBD5BC
(203,213,188)
#D1D9C4
(209,217,196)
#D7DDCC
(215,221,204)
#DDE1D4
(221,225,212)
#E3E5DC
(227,229,220)
#E9E9E4
(233,233,228)
#EFEDEC
(239,237,236)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C9A4; }

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

This text font color is #B9C9A4.


Background Color

.myBgColor { background-color: #B9C9A4; }

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

This div background color is #B9C9A4.


Border color

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

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

This div border color is #B9C9A4.


Opacity

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

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

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

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

This text has shadow with #B9C9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9A4 on black background.


Color preview on white background

This text has color #B9C9A4 on white background.



Black color preview on #B9C9A4 background

This text has black color on #B9C9A4 background.


White color preview on #B9C9A4 background

This text has white color on #B9C9A4 background.