COLOR #986F7A

HEX: #986F7A
RGB: (152,111,122)

Color info

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

RGB color model

#986F7A color RGB value is (152,111,122).

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

RGB channels and saturation

R 152 of 255 = 60%
G 111 of 255 = 44%
B 122 of 255 = 48%

152
111
122

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

Portions of RGB colors in percentages

R + G + B =
152 + 111 + 122 = 385 (100%)
R 152 of 385 ~ 39.48%
G 111 of 385 ~ 28.83%
B 122 of 385 ~ 31.69%

%39.48
%28.83
%31.69

CMYK color model

#986F7A color CMYK value is (0,27,20,40).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 19.74%
  • key color value is 40.39%
CMYK:
(0,27,20,40)
C0M27Y20K40 
(0%,27%,20%,40%)
(0.00/0.27/0.20/0.40)	

CMYK percentages

%0
%26.97
%19.74
%40.39

Codes

Color #986F7A in popluar color models

986F7A
RGB152111122
HSL344°16.60%51.57%
HSB/HSV344°26.97%59.61%
CMYK0.00%26.97%19.74%
40.39%

Color #986F7A in popluar number systems.

HEX986F7A
Decimal152111122
Binary1001100011011111111010
Octal230157172

Shades and tints

Shades of #986F7A

#986F7A
(152,111,122)
#8B656F
(139,101,111)
#7E5B64
(126,91,100)
#715159
(113,81,89)
#64474E
(100,71,78)
#573D43
(87,61,67)
#4A3338
(74,51,56)
#3D292D
(61,41,45)
#301F22
(48,31,34)
#231517
(35,21,23)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #986F7A

#986F7A
(152,111,122)
#A17C86
(161,124,134)
#AA8992
(170,137,146)
#B3969E
(179,150,158)
#BCA3AA
(188,163,170)
#C5B0B6
(197,176,182)
#CEBDC2
(206,189,194)
#D7CACE
(215,202,206)
#E0D7DA
(224,215,218)
#E9E4E6
(233,228,230)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986F7A; }

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

This text font color is #986F7A.


Background Color

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

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

This div background color is #986F7A.


Border color

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

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

This div border color is #986F7A.


Opacity

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

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

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

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

This text has shadow with #986F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986F7A on black background.


Color preview on white background

This text has color #986F7A on white background.



Black color preview on #986F7A background

This text has black color on #986F7A background.


White color preview on #986F7A background

This text has white color on #986F7A background.