COLOR #B6C99F

HEX: #B6C99F
RGB: (182,201,159)

Color info

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

RGB color model

#B6C99F color RGB value is (182,201,159).

  • red value is 182;
  • green value is 201;
  • blue value is 159.
RGB:
(182,201,159)
(71%,79%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 159 of 255 = 62%

182
201
159

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

Portions of RGB colors in percentages

R + G + B =
182 + 201 + 159 = 542 (100%)
R 182 of 542 ~ 33.58%
G 201 of 542 ~ 37.08%
B 159 of 542 ~ 29.34%

%33.58
%37.08
%29.34

CMYK color model

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

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(9,0,21,21)
C9M0Y21K21 
(9%,0%,21%,21%)
(0.09/0.00/0.21/0.21)	

CMYK percentages

%9.45
%0
%20.9
%21.18

Codes

Color #B6C99F in popluar color models

B6C99F
RGB182201159
HSL87°28.00%70.59%
HSB/HSV87°20.90%78.82%
CMYK9.45%0.00%20.90%
21.18%

Color #B6C99F in popluar number systems.

HEXB6C99F
Decimal182201159
Binary101101101100100110011111
Octal266311237

Shades and tints

Shades of #B6C99F

#B6C99F
(182,201,159)
#A6B791
(166,183,145)
#96A583
(150,165,131)
#869375
(134,147,117)
#768167
(118,129,103)
#666F59
(102,111,89)
#565D4B
(86,93,75)
#464B3D
(70,75,61)
#36392F
(54,57,47)
#262721
(38,39,33)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #B6C99F

#B6C99F
(182,201,159)
#BCCDA7
(188,205,167)
#C2D1AF
(194,209,175)
#C8D5B7
(200,213,183)
#CED9BF
(206,217,191)
#D4DDC7
(212,221,199)
#DAE1CF
(218,225,207)
#E0E5D7
(224,229,215)
#E6E9DF
(230,233,223)
#ECEDE7
(236,237,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C99F color. Also use rgb(182,201,159) instead hex code.

Text Font Color

.myTextColor { color: #B6C99F; }

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

This text font color is #B6C99F.


Background Color

.myBgColor { background-color: #B6C99F; }

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

This div background color is #B6C99F.


Border color

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

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

This div border color is #B6C99F.


Opacity

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

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

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

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

This text has shadow with #B6C99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C99F on black background.


Color preview on white background

This text has color #B6C99F on white background.



Black color preview on #B6C99F background

This text has black color on #B6C99F background.


White color preview on #B6C99F background

This text has white color on #B6C99F background.