COLOR #986E79

HEX: #986E79
RGB: (152,110,121)

Color info

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

RGB color model

#986E79 color RGB value is (152,110,121).

  • red value is 152;
  • green value is 110;
  • blue value is 121.
RGB:
(152,110,121)
(60%,43%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 121 of 255 = 47%

152
110
121

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

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 121 = 383 (100%)
R 152 of 383 ~ 39.69%
G 110 of 383 ~ 28.72%
B 121 of 383 ~ 31.59%

%39.69
%28.72
%31.59

CMYK color model

#986E79 color CMYK value is (0,28,20,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 20.39%
  • key color value is 40.39%
CMYK:
(0,28,20,40)
C0M28Y20K40 
(0%,28%,20%,40%)
(0.00/0.28/0.20/0.40)	

CMYK percentages

%0
%27.63
%20.39
%40.39

Codes

Color #986E79 in popluar color models

986E79
RGB152110121
HSL344°16.94%51.37%
HSB/HSV344°27.63%59.61%
CMYK0.00%27.63%20.39%
40.39%

Color #986E79 in popluar number systems.

HEX986E79
Decimal152110121
Binary1001100011011101111001
Octal230156171

Shades and tints

Shades of #986E79

#986E79
(152,110,121)
#8B646E
(139,100,110)
#7E5A63
(126,90,99)
#715058
(113,80,88)
#64464D
(100,70,77)
#573C42
(87,60,66)
#4A3237
(74,50,55)
#3D282C
(61,40,44)
#301E21
(48,30,33)
#231416
(35,20,22)
#160A0B
(22,10,11)
#000000
(0,0,0)

Tints of #986E79

#986E79
(152,110,121)
#A17B85
(161,123,133)
#AA8891
(170,136,145)
#B3959D
(179,149,157)
#BCA2A9
(188,162,169)
#C5AFB5
(197,175,181)
#CEBCC1
(206,188,193)
#D7C9CD
(215,201,205)
#E0D6D9
(224,214,217)
#E9E3E5
(233,227,229)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986E79 color. Also use rgb(152,110,121) instead hex code.

Text Font Color

.myTextColor { color: #986E79; }

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

This text font color is #986E79.


Background Color

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

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

This div background color is #986E79.


Border color

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

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

This div border color is #986E79.


Opacity

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

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

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

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

This text has shadow with #986E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986E79 on black background.


Color preview on white background

This text has color #986E79 on white background.



Black color preview on #986E79 background

This text has black color on #986E79 background.


White color preview on #986E79 background

This text has white color on #986E79 background.