COLOR #B6C79D

HEX: #B6C79D
RGB: (182,199,157)

Color info

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

RGB color model

#B6C79D color RGB value is (182,199,157).

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

RGB channels and saturation

R 182 of 255 = 71%
G 199 of 255 = 78%
B 157 of 255 = 62%

182
199
157

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

Portions of RGB colors in percentages

R + G + B =
182 + 199 + 157 = 538 (100%)
R 182 of 538 ~ 33.83%
G 199 of 538 ~ 36.99%
B 157 of 538 ~ 29.18%

%33.83
%36.99
%29.18

CMYK color model

#B6C79D color CMYK value is (9,0,21,22).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 21.96%
CMYK:
(9,0,21,22)
C9M0Y21K22 
(9%,0%,21%,22%)
(0.09/0.00/0.21/0.22)	

CMYK percentages

%8.54
%0
%21.11
%21.96

Codes

Color #B6C79D in popluar color models

B6C79D
RGB182199157
HSL84°27.27%69.80%
HSB/HSV84°21.11%78.04%
CMYK8.54%0.00%21.11%
21.96%

Color #B6C79D in popluar number systems.

HEXB6C79D
Decimal182199157
Binary101101101100011110011101
Octal266307235

Shades and tints

Shades of #B6C79D

#B6C79D
(182,199,157)
#A6B58F
(166,181,143)
#96A381
(150,163,129)
#869173
(134,145,115)
#767F65
(118,127,101)
#666D57
(102,109,87)
#565B49
(86,91,73)
#46493B
(70,73,59)
#36372D
(54,55,45)
#26251F
(38,37,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #B6C79D

#B6C79D
(182,199,157)
#BCCCA5
(188,204,165)
#C2D1AD
(194,209,173)
#C8D6B5
(200,214,181)
#CEDBBD
(206,219,189)
#D4E0C5
(212,224,197)
#DAE5CD
(218,229,205)
#E0EAD5
(224,234,213)
#E6EFDD
(230,239,221)
#ECF4E5
(236,244,229)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C79D; }

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

This text font color is #B6C79D.


Background Color

.myBgColor { background-color: #B6C79D; }

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

This div background color is #B6C79D.


Border color

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

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

This div border color is #B6C79D.


Opacity

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

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

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

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

This text has shadow with #B6C79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C79D on black background.


Color preview on white background

This text has color #B6C79D on white background.



Black color preview on #B6C79D background

This text has black color on #B6C79D background.


White color preview on #B6C79D background

This text has white color on #B6C79D background.