COLOR #986970

HEX: #986970
RGB: (152,105,112)

Color info

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

RGB color model

#986970 color RGB value is (152,105,112).

  • red value is 152;
  • green value is 105;
  • blue value is 112.
RGB:
(152,105,112)
(60%,41%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 105 of 255 = 41%
B 112 of 255 = 44%

152
105
112

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

Portions of RGB colors in percentages

R + G + B =
152 + 105 + 112 = 369 (100%)
R 152 of 369 ~ 41.19%
G 105 of 369 ~ 28.46%
B 112 of 369 ~ 30.35%

%41.19
%28.46
%30.35

CMYK color model

#986970 color CMYK value is (0,31,26,40).

  • cyan value is 0.00%
  • magenta value is 30.92%
  • yellow value is 26.32%
  • key color value is 40.39%
CMYK:
(0,31,26,40)
C0M31Y26K40 
(0%,31%,26%,40%)
(0.00/0.31/0.26/0.40)	

CMYK percentages

%0
%30.92
%26.32
%40.39

Codes

Color #986970 in popluar color models

986970
RGB152105112
HSL351°18.58%50.39%
HSB/HSV351°30.92%59.61%
CMYK0.00%30.92%26.32%
40.39%

Color #986970 in popluar number systems.

HEX986970
Decimal152105112
Binary1001100011010011110000
Octal230151160

Shades and tints

Shades of #986970

#986970
(152,105,112)
#8B6066
(139,96,102)
#7E575C
(126,87,92)
#714E52
(113,78,82)
#644548
(100,69,72)
#573C3E
(87,60,62)
#4A3334
(74,51,52)
#3D2A2A
(61,42,42)
#302120
(48,33,32)
#231816
(35,24,22)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #986970

#986970
(152,105,112)
#A1767D
(161,118,125)
#AA838A
(170,131,138)
#B39097
(179,144,151)
#BC9DA4
(188,157,164)
#C5AAB1
(197,170,177)
#CEB7BE
(206,183,190)
#D7C4CB
(215,196,203)
#E0D1D8
(224,209,216)
#E9DEE5
(233,222,229)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986970 color. Also use rgb(152,105,112) instead hex code.

Text Font Color

.myTextColor { color: #986970; }

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

This text font color is #986970.


Background Color

.myBgColor { background-color: #986970; }

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

This div background color is #986970.


Border color

.myBorderColor { border: 1px solid #986970; }

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

This div border color is #986970.


Opacity

.myOpacity80 { color: #986970; opacity: 0.8; }

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

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

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

This text has shadow with #986970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986970 on black background.


Color preview on white background

This text has color #986970 on white background.



Black color preview on #986970 background

This text has black color on #986970 background.


White color preview on #986970 background

This text has white color on #986970 background.