COLOR #986564

HEX: #986564
RGB: (152,101,100)

Color info

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

RGB color model

#986564 color RGB value is (152,101,100).

  • red value is 152;
  • green value is 101;
  • blue value is 100.
RGB:
(152,101,100)
(60%,40%,39%)

RGB channels and saturation

R 152 of 255 = 60%
G 101 of 255 = 40%
B 100 of 255 = 39%

152
101
100

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

Portions of RGB colors in percentages

R + G + B =
152 + 101 + 100 = 353 (100%)
R 152 of 353 ~ 43.06%
G 101 of 353 ~ 28.61%
B 100 of 353 ~ 28.33%

%43.06
%28.61
%28.33

CMYK color model

#986564 color CMYK value is (0,34,34,40).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 34.21%
  • key color value is 40.39%
CMYK:
(0,34,34,40)
C0M34Y34K40 
(0%,34%,34%,40%)
(0.00/0.34/0.34/0.40)	

CMYK percentages

%0
%33.55
%34.21
%40.39

Codes

Color #986564 in popluar color models

986564
RGB152101100
HSL20.63%49.41%
HSB/HSV34.21%59.61%
CMYK0.00%33.55%34.21%
40.39%

Color #986564 in popluar number systems.

HEX986564
Decimal152101100
Binary1001100011001011100100
Octal230145144

Shades and tints

Shades of #986564

#986564
(152,101,100)
#8B5C5B
(139,92,91)
#7E5352
(126,83,82)
#714A49
(113,74,73)
#644140
(100,65,64)
#573837
(87,56,55)
#4A2F2E
(74,47,46)
#3D2625
(61,38,37)
#301D1C
(48,29,28)
#231413
(35,20,19)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #986564

#986564
(152,101,100)
#A17372
(161,115,114)
#AA8180
(170,129,128)
#B38F8E
(179,143,142)
#BC9D9C
(188,157,156)
#C5ABAA
(197,171,170)
#CEB9B8
(206,185,184)
#D7C7C6
(215,199,198)
#E0D5D4
(224,213,212)
#E9E3E2
(233,227,226)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986564 color. Also use rgb(152,101,100) instead hex code.

Text Font Color

.myTextColor { color: #986564; }

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

This text font color is #986564.


Background Color

.myBgColor { background-color: #986564; }

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

This div background color is #986564.


Border color

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

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

This div border color is #986564.


Opacity

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

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

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

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

This text has shadow with #986564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986564 on black background.


Color preview on white background

This text has color #986564 on white background.



Black color preview on #986564 background

This text has black color on #986564 background.


White color preview on #986564 background

This text has white color on #986564 background.