COLOR #986D6E

HEX: #986D6E RGB: (152,109,110)

Color info

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

RGB color model

#986D6E color RGB value is (152,109,110).

RGB: (152,109,110) (60%, 43%, 43%)

RGB channels and saturation

R 152 of 255 = 60%
G 109 of 255 = 43%
B 110 of 255 = 43%

152
109
110

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

Portions of RGB colors in percentages

R + G + B = 152 + 109 + 110 = 371 (100%)
R 152 of 371 ~ 40.97%
G 109 of 371 ~ 29.38%
B 110 of 371 ~ 29.65'%

%40.97
%29.38
%29.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 27.63%
  • key color value is 40.39%

CMYK: (0,28,28,40)
C0M28Y28K40 (0%, 28%, 28%, 40%)
(0.00 / 0.28 / 0.28 / 0.40)

CMYK percentages

%0
%28.29
%27.63
%40.39

Codes

Color #986D6E in popluar color models

98 6D 6E
RGB 152 109 110
HSL 359° 17.27% 51.18%
HSB/HSV 359° 28.29% 59.61%
CMYK 0.00% 28.29% 27.63%
40.39%

Color #986D6E in popluar number systems.

HEX 98 6D 6E
Decimal 152 109 110
Binary 10011000 1101101 1101110
Octal 230 155 156

Shades and tints

Shades of #986D6E

#986D6E
(152,109,110)
#8B6464
(139,100,100)
#7E5B5A
(126,91,90)
#715250
(113,82,80)
#644946
(100,73,70)
#57403C
(87,64,60)
#4A3732
(74,55,50)
#3D2E28
(61,46,40)
#30251E
(48,37,30)
#231C14
(35,28,20)
#16130A
(22,19,10)
#000000
(0,0,0)

Tints of #986D6E

#986D6E
(152,109,110)
#A17A7B
(161,122,123)
#AA8788
(170,135,136)
#B39495
(179,148,149)
#BCA1A2
(188,161,162)
#C5AEAF
(197,174,175)
#CEBBBC
(206,187,188)
#D7C8C9
(215,200,201)
#E0D5D6
(224,213,214)
#E9E2E3
(233,226,227)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986D6E; }

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

This text font color is #986D6E.

Background Color

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

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

This div background color is #986D6E.

Border color

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

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

This div border color is #986D6E.

Opacity

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

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

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

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

This text has shadow with #986D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986D6E.

Preview

Color preview on black background

This text has color #986D6E on black background.


Color preview on white background

This text has color #986D6E on white background.


Black color preview on #986D6E background

This text has black color on #986D6E background.


White color preview on #986D6E background

This text has white color on #986D6E background.


Related colors

Complementary color

Complementary color for #hex is #679291.


I love getcolorcode.com

Triadic colors

1 #6E986D and #6D6E98 with #986D6E are triadic colors.

2 #6E6D98 and #6D986E with #986D6E are triadic colors.