COLOR #986F76

HEX: #986F76
RGB: (152,111,118)

Color info

#986F76 contains red, green and blue colors in about the same proportion. Web safe color of #986F76 is #996666 (or #966).

RGB color model

#986F76 color RGB value is (152,111,118).

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

RGB channels and saturation

R 152 of 255 = 60%
G 111 of 255 = 44%
B 118 of 255 = 46%

152
111
118

R + G + B ~ 50%. #986F76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 111 + 118 = 381 (100%)
R 152 of 381 ~ 39.9%
G 111 of 381 ~ 29.13%
B 118 of 381 ~ 30.97%

%39.9
%29.13
%30.97

CMYK color model

#986F76 color CMYK value is (0,27,22,40).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 22.37%
  • key color value is 40.39%
CMYK:
(0,27,22,40)
C0M27Y22K40 
(0%,27%,22%,40%)
(0.00/0.27/0.22/0.40)	

CMYK percentages

%0
%26.97
%22.37
%40.39

Codes

Color #986F76 in popluar color models

986F76
RGB152111118
HSL350°16.60%51.57%
HSB/HSV350°26.97%59.61%
CMYK0.00%26.97%22.37%
40.39%

Color #986F76 in popluar number systems.

HEX986F76
Decimal152111118
Binary1001100011011111110110
Octal230157166

Shades and tints

Shades of #986F76

#986F76
(152,111,118)
#8B656C
(139,101,108)
#7E5B62
(126,91,98)
#715158
(113,81,88)
#64474E
(100,71,78)
#573D44
(87,61,68)
#4A333A
(74,51,58)
#3D2930
(61,41,48)
#301F26
(48,31,38)
#23151C
(35,21,28)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #986F76

#986F76
(152,111,118)
#A17C82
(161,124,130)
#AA898E
(170,137,142)
#B3969A
(179,150,154)
#BCA3A6
(188,163,166)
#C5B0B2
(197,176,178)
#CEBDBE
(206,189,190)
#D7CACA
(215,202,202)
#E0D7D6
(224,215,214)
#E9E4E2
(233,228,226)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986F76; }

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

This text font color is #986F76.


Background Color

.myBgColor { background-color: #986F76; }

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

This div background color is #986F76.


Border color

.myBorderColor { border: 1px solid #986F76; }

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

This div border color is #986F76.


Opacity

.myOpacity80 { color: #986F76; opacity: 0.8; }

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

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

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

This text has shadow with #986F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986F76 on black background.


Color preview on white background

This text has color #986F76 on white background.



Black color preview on #986F76 background

This text has black color on #986F76 background.


White color preview on #986F76 background

This text has white color on #986F76 background.