COLOR #986D7A

HEX: #986D7A
RGB: (152,109,122)

Color info

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

RGB color model

#986D7A color RGB value is (152,109,122).

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

RGB channels and saturation

R 152 of 255 = 60%
G 109 of 255 = 43%
B 122 of 255 = 48%

152
109
122

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

Portions of RGB colors in percentages

R + G + B =
152 + 109 + 122 = 383 (100%)
R 152 of 383 ~ 39.69%
G 109 of 383 ~ 28.46%
B 122 of 383 ~ 31.85%

%39.69
%28.46
%31.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 19.74%
  • 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
%28.29
%19.74
%40.39

Codes

Color #986D7A in popluar color models

986D7A
RGB152109122
HSL342°17.27%51.18%
HSB/HSV342°28.29%59.61%
CMYK0.00%28.29%19.74%
40.39%

Color #986D7A in popluar number systems.

HEX986D7A
Decimal152109122
Binary1001100011011011111010
Octal230155172

Shades and tints

Shades of #986D7A

#986D7A
(152,109,122)
#8B646F
(139,100,111)
#7E5B64
(126,91,100)
#715259
(113,82,89)
#64494E
(100,73,78)
#574043
(87,64,67)
#4A3738
(74,55,56)
#3D2E2D
(61,46,45)
#302522
(48,37,34)
#231C17
(35,28,23)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #986D7A

#986D7A
(152,109,122)
#A17A86
(161,122,134)
#AA8792
(170,135,146)
#B3949E
(179,148,158)
#BCA1AA
(188,161,170)
#C5AEB6
(197,174,182)
#CEBBC2
(206,187,194)
#D7C8CE
(215,200,206)
#E0D5DA
(224,213,218)
#E9E2E6
(233,226,230)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986D7A; }

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

This text font color is #986D7A.


Background Color

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

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

This div background color is #986D7A.


Border color

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

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

This div border color is #986D7A.


Opacity

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

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

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

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

This text has shadow with #986D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986D7A on black background.


Color preview on white background

This text has color #986D7A on white background.



Black color preview on #986D7A background

This text has black color on #986D7A background.


White color preview on #986D7A background

This text has white color on #986D7A background.