COLOR #986E6C

HEX: #986E6C
RGB: (152,110,108)

Color info

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

RGB color model

#986E6C color RGB value is (152,110,108).

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

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 108 of 255 = 42%

152
110
108

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

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 108 = 370 (100%)
R 152 of 370 ~ 41.08%
G 110 of 370 ~ 29.73%
B 108 of 370 ~ 29.19%

%41.08
%29.73
%29.19

CMYK color model

#986E6C color CMYK value is (0,28,29,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 28.95%
  • key color value is 40.39%
CMYK:
(0,28,29,40)
C0M28Y29K40 
(0%,28%,29%,40%)
(0.00/0.28/0.29/0.40)	

CMYK percentages

%0
%27.63
%28.95
%40.39

Codes

Color #986E6C in popluar color models

986E6C
RGB152110108
HSL17.60%50.98%
HSB/HSV28.95%59.61%
CMYK0.00%27.63%28.95%
40.39%

Color #986E6C in popluar number systems.

HEX986E6C
Decimal152110108
Binary1001100011011101101100
Octal230156154

Shades and tints

Shades of #986E6C

#986E6C
(152,110,108)
#8B6463
(139,100,99)
#7E5A5A
(126,90,90)
#715051
(113,80,81)
#644648
(100,70,72)
#573C3F
(87,60,63)
#4A3236
(74,50,54)
#3D282D
(61,40,45)
#301E24
(48,30,36)
#23141B
(35,20,27)
#160A12
(22,10,18)
#000000
(0,0,0)

Tints of #986E6C

#986E6C
(152,110,108)
#A17B79
(161,123,121)
#AA8886
(170,136,134)
#B39593
(179,149,147)
#BCA2A0
(188,162,160)
#C5AFAD
(197,175,173)
#CEBCBA
(206,188,186)
#D7C9C7
(215,201,199)
#E0D6D4
(224,214,212)
#E9E3E1
(233,227,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986E6C; }

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

This text font color is #986E6C.


Background Color

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

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

This div background color is #986E6C.


Border color

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

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

This div border color is #986E6C.


Opacity

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

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

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

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

This text has shadow with #986E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986E6C on black background.


Color preview on white background

This text has color #986E6C on white background.



Black color preview on #986E6C background

This text has black color on #986E6C background.


White color preview on #986E6C background

This text has white color on #986E6C background.