COLOR #B7986D

HEX: #B7986D
RGB: (183,152,109)

Color info

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

RGB color model

#B7986D color RGB value is (183,152,109).

  • red value is 183;
  • green value is 152;
  • blue value is 109.
RGB:
(183,152,109)
(72%,60%,43%)

RGB channels and saturation

R 183 of 255 = 72%
G 152 of 255 = 60%
B 109 of 255 = 43%

183
152
109

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

Portions of RGB colors in percentages

R + G + B =
183 + 152 + 109 = 444 (100%)
R 183 of 444 ~ 41.22%
G 152 of 444 ~ 34.23%
B 109 of 444 ~ 24.55%

%41.22
%34.23
%24.55

CMYK color model

#B7986D color CMYK value is (0,17,40,28).

  • cyan value is 0.00%
  • magenta value is 16.94%
  • yellow value is 40.44%
  • key color value is 28.24%
CMYK:
(0,17,40,28)
C0M17Y40K28 
(0%,17%,40%,28%)
(0.00/0.17/0.40/0.28)	

CMYK percentages

%0
%16.94
%40.44
%28.24

Codes

Color #B7986D in popluar color models

B7986D
RGB183152109
HSL35°33.94%57.25%
HSB/HSV35°40.44%71.76%
CMYK0.00%16.94%40.44%
28.24%

Color #B7986D in popluar number systems.

HEXB7986D
Decimal183152109
Binary10110111100110001101101
Octal267230155

Shades and tints

Shades of #B7986D

#B7986D
(183,152,109)
#A78B64
(167,139,100)
#977E5B
(151,126,91)
#877152
(135,113,82)
#776449
(119,100,73)
#675740
(103,87,64)
#574A37
(87,74,55)
#473D2E
(71,61,46)
#373025
(55,48,37)
#27231C
(39,35,28)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #B7986D

#B7986D
(183,152,109)
#BDA17A
(189,161,122)
#C3AA87
(195,170,135)
#C9B394
(201,179,148)
#CFBCA1
(207,188,161)
#D5C5AE
(213,197,174)
#DBCEBB
(219,206,187)
#E1D7C8
(225,215,200)
#E7E0D5
(231,224,213)
#EDE9E2
(237,233,226)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7986D color. Also use rgb(183,152,109) instead hex code.

Text Font Color

.myTextColor { color: #B7986D; }

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

This text font color is #B7986D.


Background Color

.myBgColor { background-color: #B7986D; }

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

This div background color is #B7986D.


Border color

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

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

This div border color is #B7986D.


Opacity

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

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

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

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

This text has shadow with #B7986D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7986D on black background.


Color preview on white background

This text has color #B7986D on white background.



Black color preview on #B7986D background

This text has black color on #B7986D background.


White color preview on #B7986D background

This text has white color on #B7986D background.