COLOR #B6C999

HEX: #B6C999 RGB: (182,201,153)

Color info

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

RGB color model

#B6C999 color RGB value is (182,201,153).

RGB: (182,201,153) (71%, 79%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 153 of 255 = 60%

182
201
153

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

Portions of RGB colors in percentages

R + G + B = 182 + 201 + 153 = 536 (100%)
R 182 of 536 ~ 33.96%
G 201 of 536 ~ 37.5%
B 153 of 536 ~ 28.54'%

%33.96
%37.5
%28.54

CMYK color model

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

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

CMYK: (9,0,24,21)
C9M0Y24K21 (9%, 0%, 24%, 21%)
(0.09 / 0.00 / 0.24 / 0.21)

CMYK percentages

%9.45
%0
%23.88
%21.18

Codes

Color #B6C999 in popluar color models

B6 C9 99
RGB 182 201 153
HSL 84° 30.77% 69.41%
HSB/HSV 84° 23.88% 78.82%
CMYK 9.45% 0.00% 23.88%
21.18%

Color #B6C999 in popluar number systems.

HEX B6 C9 99
Decimal 182 201 153
Binary 10110110 11001001 10011001
Octal 266 311 231

Shades and tints

Shades of #B6C999

#B6C999
(182,201,153)
#A6B78C
(166,183,140)
#96A57F
(150,165,127)
#869372
(134,147,114)
#768165
(118,129,101)
#666F58
(102,111,88)
#565D4B
(86,93,75)
#464B3E
(70,75,62)
#363931
(54,57,49)
#262724
(38,39,36)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #B6C999

#B6C999
(182,201,153)
#BCCDA2
(188,205,162)
#C2D1AB
(194,209,171)
#C8D5B4
(200,213,180)
#CED9BD
(206,217,189)
#D4DDC6
(212,221,198)
#DAE1CF
(218,225,207)
#E0E5D8
(224,229,216)
#E6E9E1
(230,233,225)
#ECEDEA
(236,237,234)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C999; }

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

This text font color is #B6C999.

Background Color

.myBgColor { background-color: #B6C999; }

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

This div background color is #B6C999.

Border color

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

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

This div border color is #B6C999.

Opacity

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

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

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

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

This text has shadow with #B6C999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C999.

Preview

Color preview on black background

This text has color #B6C999 on black background.


Color preview on white background

This text has color #B6C999 on white background.


Black color preview on #B6C999 background

This text has black color on #B6C999 background.


White color preview on #B6C999 background

This text has white color on #B6C999 background.


Related colors

Complementary color

Complementary color for #hex is #493666.


I love getcolorcode.com

Triadic colors

1 #99B6C9 and #C999B6 with #B6C999 are triadic colors.

2 #99C9B6 and #C9B699 with #B6C999 are triadic colors.