COLOR #B6B79C

HEX: #B6B79C
RGB: (182,183,156)

Color info

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

RGB color model

#B6B79C color RGB value is (182,183,156).

  • red value is 182;
  • green value is 183;
  • blue value is 156.
RGB:
(182,183,156)
(71%,72%,61%)

RGB channels and saturation

R 182 of 255 = 71%
G 183 of 255 = 72%
B 156 of 255 = 61%

182
183
156

R + G + B ~ 68%. #B6B79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 183 + 156 = 521 (100%)
R 182 of 521 ~ 34.93%
G 183 of 521 ~ 35.12%
B 156 of 521 ~ 29.94%

%34.93
%35.12
%29.94

CMYK color model

#B6B79C color CMYK value is (1,0,15,28).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK:
(1,0,15,28)
C1M0Y15K28 
(1%,0%,15%,28%)
(0.01/0.00/0.15/0.28)	

CMYK percentages

%0.55
%0
%14.75
%28.24

Codes

Color #B6B79C in popluar color models

B6B79C
RGB182183156
HSL62°15.79%66.47%
HSB/HSV62°14.75%71.76%
CMYK0.55%0.00%14.75%
28.24%

Color #B6B79C in popluar number systems.

HEXB6B79C
Decimal182183156
Binary101101101011011110011100
Octal266267234

Shades and tints

Shades of #B6B79C

#B6B79C
(182,183,156)
#A6A78E
(166,167,142)
#969780
(150,151,128)
#868772
(134,135,114)
#767764
(118,119,100)
#666756
(102,103,86)
#565748
(86,87,72)
#46473A
(70,71,58)
#36372C
(54,55,44)
#26271E
(38,39,30)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #B6B79C

#B6B79C
(182,183,156)
#BCBDA5
(188,189,165)
#C2C3AE
(194,195,174)
#C8C9B7
(200,201,183)
#CECFC0
(206,207,192)
#D4D5C9
(212,213,201)
#DADBD2
(218,219,210)
#E0E1DB
(224,225,219)
#E6E7E4
(230,231,228)
#ECEDED
(236,237,237)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B79C; }

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

This text font color is #B6B79C.


Background Color

.myBgColor { background-color: #B6B79C; }

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

This div background color is #B6B79C.


Border color

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

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

This div border color is #B6B79C.


Opacity

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

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

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

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

This text has shadow with #B6B79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B79C on black background.


Color preview on white background

This text has color #B6B79C on white background.



Black color preview on #B6B79C background

This text has black color on #B6B79C background.


White color preview on #B6B79C background

This text has white color on #B6B79C background.