COLOR #B9C79A

HEX: #B9C79A
RGB: (185,199,154)

Color info

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

RGB color model

#B9C79A color RGB value is (185,199,154).

  • red value is 185;
  • green value is 199;
  • blue value is 154.
RGB:
(185,199,154)
(73%,78%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 199 of 255 = 78%
B 154 of 255 = 60%

185
199
154

R + G + B ~ 70%. #B9C79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 199 + 154 = 538 (100%)
R 185 of 538 ~ 34.39%
G 199 of 538 ~ 36.99%
B 154 of 538 ~ 28.62%

%34.39
%36.99
%28.62

CMYK color model

#B9C79A color CMYK value is (7,0,23,22).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 21.96%
CMYK:
(7,0,23,22)
C7M0Y23K22 
(7%,0%,23%,22%)
(0.07/0.00/0.23/0.22)	

CMYK percentages

%7.04
%0
%22.61
%21.96

Codes

Color #B9C79A in popluar color models

B9C79A
RGB185199154
HSL79°28.66%69.22%
HSB/HSV79°22.61%78.04%
CMYK7.04%0.00%22.61%
21.96%

Color #B9C79A in popluar number systems.

HEXB9C79A
Decimal185199154
Binary101110011100011110011010
Octal271307232

Shades and tints

Shades of #B9C79A

#B9C79A
(185,199,154)
#A9B58C
(169,181,140)
#99A37E
(153,163,126)
#899170
(137,145,112)
#797F62
(121,127,98)
#696D54
(105,109,84)
#595B46
(89,91,70)
#494938
(73,73,56)
#39372A
(57,55,42)
#29251C
(41,37,28)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #B9C79A

#B9C79A
(185,199,154)
#BFCCA3
(191,204,163)
#C5D1AC
(197,209,172)
#CBD6B5
(203,214,181)
#D1DBBE
(209,219,190)
#D7E0C7
(215,224,199)
#DDE5D0
(221,229,208)
#E3EAD9
(227,234,217)
#E9EFE2
(233,239,226)
#EFF4EB
(239,244,235)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C79A color. Also use rgb(185,199,154) instead hex code.

Text Font Color

.myTextColor { color: #B9C79A; }

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

This text font color is #B9C79A.


Background Color

.myBgColor { background-color: #B9C79A; }

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

This div background color is #B9C79A.


Border color

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

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

This div border color is #B9C79A.


Opacity

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

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

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

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

This text has shadow with #B9C79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C79A on black background.


Color preview on white background

This text has color #B9C79A on white background.



Black color preview on #B9C79A background

This text has black color on #B9C79A background.


White color preview on #B9C79A background

This text has white color on #B9C79A background.