COLOR #B6986F

HEX: #B6986F
RGB: (182,152,111)

Color info

#B6986F contains mainly red and green colors. Web safe color of #B6986F is #CC9966 (or #C96).

RGB color model

#B6986F color RGB value is (182,152,111).

  • red value is 182;
  • green value is 152;
  • blue value is 111.
RGB:
(182,152,111)
(71%,60%,44%)

RGB channels and saturation

R 182 of 255 = 71%
G 152 of 255 = 60%
B 111 of 255 = 44%

182
152
111

R + G + B ~ 58%. #B6986F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 152 + 111 = 445 (100%)
R 182 of 445 ~ 40.9%
G 152 of 445 ~ 34.16%
B 111 of 445 ~ 24.94%

%40.9
%34.16
%24.94

CMYK color model

#B6986F color CMYK value is (0,16,39,29).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 39.01%
  • key color value is 28.63%
CMYK:
(0,16,39,29)
C0M16Y39K29 
(0%,16%,39%,29%)
(0.00/0.16/0.39/0.29)	

CMYK percentages

%0
%16.48
%39.01
%28.63

Codes

Color #B6986F in popluar color models

B6986F
RGB182152111
HSL35°32.72%57.45%
HSB/HSV35°39.01%71.37%
CMYK0.00%16.48%39.01%
28.63%

Color #B6986F in popluar number systems.

HEXB6986F
Decimal182152111
Binary10110110100110001101111
Octal266230157

Shades and tints

Shades of #B6986F

#B6986F
(182,152,111)
#A68B65
(166,139,101)
#967E5B
(150,126,91)
#867151
(134,113,81)
#766447
(118,100,71)
#66573D
(102,87,61)
#564A33
(86,74,51)
#463D29
(70,61,41)
#36301F
(54,48,31)
#262315
(38,35,21)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #B6986F

#B6986F
(182,152,111)
#BCA17C
(188,161,124)
#C2AA89
(194,170,137)
#C8B396
(200,179,150)
#CEBCA3
(206,188,163)
#D4C5B0
(212,197,176)
#DACEBD
(218,206,189)
#E0D7CA
(224,215,202)
#E6E0D7
(230,224,215)
#ECE9E4
(236,233,228)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6986F color. Also use rgb(182,152,111) instead hex code.

Text Font Color

.myTextColor { color: #B6986F; }

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

This text font color is #B6986F.


Background Color

.myBgColor { background-color: #B6986F; }

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

This div background color is #B6986F.


Border color

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

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

This div border color is #B6986F.


Opacity

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

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

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

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

This text has shadow with #B6986F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6986F on black background.


Color preview on white background

This text has color #B6986F on white background.



Black color preview on #B6986F background

This text has black color on #B6986F background.


White color preview on #B6986F background

This text has white color on #B6986F background.