COLOR #B6C29F

HEX: #B6C29F
RGB: (182,194,159)

Color info

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

RGB color model

#B6C29F color RGB value is (182,194,159).

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

RGB channels and saturation

R 182 of 255 = 71%
G 194 of 255 = 76%
B 159 of 255 = 62%

182
194
159

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

Portions of RGB colors in percentages

R + G + B =
182 + 194 + 159 = 535 (100%)
R 182 of 535 ~ 34.02%
G 194 of 535 ~ 36.26%
B 159 of 535 ~ 29.72%

%34.02
%36.26
%29.72

CMYK color model

#B6C29F color CMYK value is (6,0,18,24).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 18.04%
  • key color value is 23.92%
CMYK:
(6,0,18,24)
C6M0Y18K24 
(6%,0%,18%,24%)
(0.06/0.00/0.18/0.24)	

CMYK percentages

%6.19
%0
%18.04
%23.92

Codes

Color #B6C29F in popluar color models

B6C29F
RGB182194159
HSL81°22.29%69.22%
HSB/HSV81°18.04%76.08%
CMYK6.19%0.00%18.04%
23.92%

Color #B6C29F in popluar number systems.

HEXB6C29F
Decimal182194159
Binary101101101100001010011111
Octal266302237

Shades and tints

Shades of #B6C29F

#B6C29F
(182,194,159)
#A6B191
(166,177,145)
#96A083
(150,160,131)
#868F75
(134,143,117)
#767E67
(118,126,103)
#666D59
(102,109,89)
#565C4B
(86,92,75)
#464B3D
(70,75,61)
#363A2F
(54,58,47)
#262921
(38,41,33)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #B6C29F

#B6C29F
(182,194,159)
#BCC7A7
(188,199,167)
#C2CCAF
(194,204,175)
#C8D1B7
(200,209,183)
#CED6BF
(206,214,191)
#D4DBC7
(212,219,199)
#DAE0CF
(218,224,207)
#E0E5D7
(224,229,215)
#E6EADF
(230,234,223)
#ECEFE7
(236,239,231)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C29F; }

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

This text font color is #B6C29F.


Background Color

.myBgColor { background-color: #B6C29F; }

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

This div background color is #B6C29F.


Border color

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

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

This div border color is #B6C29F.


Opacity

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

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

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

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

This text has shadow with #B6C29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C29F on black background.


Color preview on white background

This text has color #B6C29F on white background.



Black color preview on #B6C29F background

This text has black color on #B6C29F background.


White color preview on #B6C29F background

This text has white color on #B6C29F background.