COLOR #B6C79A

HEX: #B6C79A RGB: (182,199,154)

Color info

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

RGB color model

#B6C79A color RGB value is (182,199,154).

RGB: (182,199,154) (71%, 78%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 199 of 255 = 78%
B 154 of 255 = 60%

182
199
154

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

Portions of RGB colors in percentages

R + G + B = 182 + 199 + 154 = 535 (100%)
R 182 of 535 ~ 34.02%
G 199 of 535 ~ 37.2%
B 154 of 535 ~ 28.79'%

%34.02
%37.2
%28.79

CMYK color model

#B6C79A color CMYK value is (9,0,23,22).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 21.96%

CMYK: (9,0,23,22)
C9M0Y23K22 (9%, 0%, 23%, 22%)
(0.09 / 0.00 / 0.23 / 0.22)

CMYK percentages

%8.54
%0
%22.61
%21.96

Codes

Color #B6C79A in popluar color models

B6 C7 9A
RGB 182 199 154
HSL 83° 28.66% 69.22%
HSB/HSV 83° 22.61% 78.04%
CMYK 8.54% 0.00% 22.61%
21.96%

Color #B6C79A in popluar number systems.

HEX B6 C7 9A
Decimal 182 199 154
Binary 10110110 11000111 10011010
Octal 266 307 232

Shades and tints

Shades of #B6C79A

#B6C79A
(182,199,154)
#A6B58C
(166,181,140)
#96A37E
(150,163,126)
#869170
(134,145,112)
#767F62
(118,127,98)
#666D54
(102,109,84)
#565B46
(86,91,70)
#464938
(70,73,56)
#36372A
(54,55,42)
#26251C
(38,37,28)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #B6C79A

#B6C79A
(182,199,154)
#BCCCA3
(188,204,163)
#C2D1AC
(194,209,172)
#C8D6B5
(200,214,181)
#CEDBBE
(206,219,190)
#D4E0C7
(212,224,199)
#DAE5D0
(218,229,208)
#E0EAD9
(224,234,217)
#E6EFE2
(230,239,226)
#ECF4EB
(236,244,235)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C79A; }

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

This text font color is #B6C79A.

Background Color

.myBgColor { background-color: #B6C79A; }

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

This div background color is #B6C79A.

Border color

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

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

This div border color is #B6C79A.

Opacity

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

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

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

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

This text has shadow with #B6C79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C79A.

Preview

Color preview on black background

This text has color #B6C79A on black background.


Color preview on white background

This text has color #B6C79A on white background.


Black color preview on #B6C79A background

This text has black color on #B6C79A background.


White color preview on #B6C79A background

This text has white color on #B6C79A background.


Related colors

Complementary color

Complementary color for #hex is #493865.


I love getcolorcode.com

Triadic colors

1 #9AB6C7 and #C79AB6 with #B6C79A are triadic colors.

2 #9AC7B6 and #C7B69A with #B6C79A are triadic colors.