COLOR #B6C99C

HEX: #B6C99C RGB: (182,201,156)

Color info

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

RGB color model

#B6C99C color RGB value is (182,201,156).

RGB: (182,201,156) (71%, 79%, 61%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 156 of 255 = 61%

182
201
156

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

Portions of RGB colors in percentages

R + G + B = 182 + 201 + 156 = 539 (100%)
R 182 of 539 ~ 33.77%
G 201 of 539 ~ 37.29%
B 156 of 539 ~ 28.94'%

%33.77
%37.29
%28.94

CMYK color model

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

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 21.18%

CMYK: (9,0,22,21)
C9M0Y22K21 (9%, 0%, 22%, 21%)
(0.09 / 0.00 / 0.22 / 0.21)

CMYK percentages

%9.45
%0
%22.39
%21.18

Codes

Color #B6C99C in popluar color models

B6 C9 9C
RGB 182 201 156
HSL 85° 29.41% 70.00%
HSB/HSV 85° 22.39% 78.82%
CMYK 9.45% 0.00% 22.39%
21.18%

Color #B6C99C in popluar number systems.

HEX B6 C9 9C
Decimal 182 201 156
Binary 10110110 11001001 10011100
Octal 266 311 234

Shades and tints

Shades of #B6C99C

#B6C99C
(182,201,156)
#A6B78E
(166,183,142)
#96A580
(150,165,128)
#869372
(134,147,114)
#768164
(118,129,100)
#666F56
(102,111,86)
#565D48
(86,93,72)
#464B3A
(70,75,58)
#36392C
(54,57,44)
#26271E
(38,39,30)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #B6C99C

#B6C99C
(182,201,156)
#BCCDA5
(188,205,165)
#C2D1AE
(194,209,174)
#C8D5B7
(200,213,183)
#CED9C0
(206,217,192)
#D4DDC9
(212,221,201)
#DAE1D2
(218,225,210)
#E0E5DB
(224,229,219)
#E6E9E4
(230,233,228)
#ECEDED
(236,237,237)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C99C; }

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

This text font color is #B6C99C.

Background Color

.myBgColor { background-color: #B6C99C; }

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

This div background color is #B6C99C.

Border color

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

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

This div border color is #B6C99C.

Opacity

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

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

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

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

This text has shadow with #B6C99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C99C.

Preview

Color preview on black background

This text has color #B6C99C on black background.


Color preview on white background

This text has color #B6C99C on white background.


Black color preview on #B6C99C background

This text has black color on #B6C99C background.


White color preview on #B6C99C background

This text has white color on #B6C99C background.


Related colors

Complementary color

Complementary color for #hex is #493663.


I love getcolorcode.com

Triadic colors

1 #9CB6C9 and #C99CB6 with #B6C99C are triadic colors.

2 #9CC9B6 and #C9B69C with #B6C99C are triadic colors.