COLOR #986070

HEX: #986070
RGB: (152,96,112)

Color info

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

RGB color model

#986070 color RGB value is (152,96,112).

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

RGB channels and saturation

R 152 of 255 = 60%
G 96 of 255 = 38%
B 112 of 255 = 44%

152
96
112

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

Portions of RGB colors in percentages

R + G + B =
152 + 96 + 112 = 360 (100%)
R 152 of 360 ~ 42.22%
G 96 of 360 ~ 26.67%
B 112 of 360 ~ 31.11%

%42.22
%26.67
%31.11

CMYK color model

#986070 color CMYK value is (0,37,26,40).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 26.32%
  • key color value is 40.39%
CMYK:
(0,37,26,40)
C0M37Y26K40 
(0%,37%,26%,40%)
(0.00/0.37/0.26/0.40)	

CMYK percentages

%0
%36.84
%26.32
%40.39

Codes

Color #986070 in popluar color models

986070
RGB15296112
HSL343°22.58%48.63%
HSB/HSV343°36.84%59.61%
CMYK0.00%36.84%26.32%
40.39%

Color #986070 in popluar number systems.

HEX986070
Decimal15296112
Binary1001100011000001110000
Octal230140160

Shades and tints

Shades of #986070

#986070
(152,96,112)
#8B5866
(139,88,102)
#7E505C
(126,80,92)
#714852
(113,72,82)
#644048
(100,64,72)
#57383E
(87,56,62)
#4A3034
(74,48,52)
#3D282A
(61,40,42)
#302020
(48,32,32)
#231816
(35,24,22)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #986070

#986070
(152,96,112)
#A16E7D
(161,110,125)
#AA7C8A
(170,124,138)
#B38A97
(179,138,151)
#BC98A4
(188,152,164)
#C5A6B1
(197,166,177)
#CEB4BE
(206,180,190)
#D7C2CB
(215,194,203)
#E0D0D8
(224,208,216)
#E9DEE5
(233,222,229)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986070; }

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

This text font color is #986070.


Background Color

.myBgColor { background-color: #986070; }

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

This div background color is #986070.


Border color

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

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

This div border color is #986070.


Opacity

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

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

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

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

This text has shadow with #986070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986070 on black background.


Color preview on white background

This text has color #986070 on white background.



Black color preview on #986070 background

This text has black color on #986070 background.


White color preview on #986070 background

This text has white color on #986070 background.