COLOR #B9C79D

HEX: #B9C79D
RGB: (185,199,157)

Color info

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

RGB color model

#B9C79D color RGB value is (185,199,157).

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

RGB channels and saturation

R 185 of 255 = 73%
G 199 of 255 = 78%
B 157 of 255 = 62%

185
199
157

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

Portions of RGB colors in percentages

R + G + B =
185 + 199 + 157 = 541 (100%)
R 185 of 541 ~ 34.2%
G 199 of 541 ~ 36.78%
B 157 of 541 ~ 29.02%

%34.2
%36.78
%29.02

CMYK color model

#B9C79D color CMYK value is (7,0,21,22).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 21.96%
CMYK:
(7,0,21,22)
C7M0Y21K22 
(7%,0%,21%,22%)
(0.07/0.00/0.21/0.22)	

CMYK percentages

%7.04
%0
%21.11
%21.96

Codes

Color #B9C79D in popluar color models

B9C79D
RGB185199157
HSL80°27.27%69.80%
HSB/HSV80°21.11%78.04%
CMYK7.04%0.00%21.11%
21.96%

Color #B9C79D in popluar number systems.

HEXB9C79D
Decimal185199157
Binary101110011100011110011101
Octal271307235

Shades and tints

Shades of #B9C79D

#B9C79D
(185,199,157)
#A9B58F
(169,181,143)
#99A381
(153,163,129)
#899173
(137,145,115)
#797F65
(121,127,101)
#696D57
(105,109,87)
#595B49
(89,91,73)
#49493B
(73,73,59)
#39372D
(57,55,45)
#29251F
(41,37,31)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #B9C79D

#B9C79D
(185,199,157)
#BFCCA5
(191,204,165)
#C5D1AD
(197,209,173)
#CBD6B5
(203,214,181)
#D1DBBD
(209,219,189)
#D7E0C5
(215,224,197)
#DDE5CD
(221,229,205)
#E3EAD5
(227,234,213)
#E9EFDD
(233,239,221)
#EFF4E5
(239,244,229)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C79D; }

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

This text font color is #B9C79D.


Background Color

.myBgColor { background-color: #B9C79D; }

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

This div background color is #B9C79D.


Border color

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

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

This div border color is #B9C79D.


Opacity

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

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

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

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

This text has shadow with #B9C79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C79D on black background.


Color preview on white background

This text has color #B9C79D on white background.



Black color preview on #B9C79D background

This text has black color on #B9C79D background.


White color preview on #B9C79D background

This text has white color on #B9C79D background.