COLOR #986B7C

HEX: #986B7C
RGB: (152,107,124)

Color info

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

RGB color model

#986B7C color RGB value is (152,107,124).

  • red value is 152;
  • green value is 107;
  • blue value is 124.
RGB:
(152,107,124)
(60%,42%,49%)

RGB channels and saturation

R 152 of 255 = 60%
G 107 of 255 = 42%
B 124 of 255 = 49%

152
107
124

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

Portions of RGB colors in percentages

R + G + B =
152 + 107 + 124 = 383 (100%)
R 152 of 383 ~ 39.69%
G 107 of 383 ~ 27.94%
B 124 of 383 ~ 32.38%

%39.69
%27.94
%32.38

CMYK color model

#986B7C color CMYK value is (0,30,18,40).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 18.42%
  • key color value is 40.39%
CMYK:
(0,30,18,40)
C0M30Y18K40 
(0%,30%,18%,40%)
(0.00/0.30/0.18/0.40)	

CMYK percentages

%0
%29.61
%18.42
%40.39

Codes

Color #986B7C in popluar color models

986B7C
RGB152107124
HSL337°17.93%50.78%
HSB/HSV337°29.61%59.61%
CMYK0.00%29.61%18.42%
40.39%

Color #986B7C in popluar number systems.

HEX986B7C
Decimal152107124
Binary1001100011010111111100
Octal230153174

Shades and tints

Shades of #986B7C

#986B7C
(152,107,124)
#8B6271
(139,98,113)
#7E5966
(126,89,102)
#71505B
(113,80,91)
#644750
(100,71,80)
#573E45
(87,62,69)
#4A353A
(74,53,58)
#3D2C2F
(61,44,47)
#302324
(48,35,36)
#231A19
(35,26,25)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #986B7C

#986B7C
(152,107,124)
#A17887
(161,120,135)
#AA8592
(170,133,146)
#B3929D
(179,146,157)
#BC9FA8
(188,159,168)
#C5ACB3
(197,172,179)
#CEB9BE
(206,185,190)
#D7C6C9
(215,198,201)
#E0D3D4
(224,211,212)
#E9E0DF
(233,224,223)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986B7C color. Also use rgb(152,107,124) instead hex code.

Text Font Color

.myTextColor { color: #986B7C; }

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

This text font color is #986B7C.


Background Color

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

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

This div background color is #986B7C.


Border color

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

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

This div border color is #986B7C.


Opacity

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

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

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

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

This text has shadow with #986B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986B7C on black background.


Color preview on white background

This text has color #986B7C on white background.



Black color preview on #986B7C background

This text has black color on #986B7C background.


White color preview on #986B7C background

This text has white color on #986B7C background.