COLOR #986972

HEX: #986972
RGB: (152,105,114)

Color info

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

RGB color model

#986972 color RGB value is (152,105,114).

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

RGB channels and saturation

R 152 of 255 = 60%
G 105 of 255 = 41%
B 114 of 255 = 45%

152
105
114

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

Portions of RGB colors in percentages

R + G + B =
152 + 105 + 114 = 371 (100%)
R 152 of 371 ~ 40.97%
G 105 of 371 ~ 28.3%
B 114 of 371 ~ 30.73%

%40.97
%28.3
%30.73

CMYK color model

#986972 color CMYK value is (0,31,25,40).

  • cyan value is 0.00%
  • magenta value is 30.92%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK:
(0,31,25,40)
C0M31Y25K40 
(0%,31%,25%,40%)
(0.00/0.31/0.25/0.40)	

CMYK percentages

%0
%30.92
%25
%40.39

Codes

Color #986972 in popluar color models

986972
RGB152105114
HSL349°18.58%50.39%
HSB/HSV349°30.92%59.61%
CMYK0.00%30.92%25.00%
40.39%

Color #986972 in popluar number systems.

HEX986972
Decimal152105114
Binary1001100011010011110010
Octal230151162

Shades and tints

Shades of #986972

#986972
(152,105,114)
#8B6068
(139,96,104)
#7E575E
(126,87,94)
#714E54
(113,78,84)
#64454A
(100,69,74)
#573C40
(87,60,64)
#4A3336
(74,51,54)
#3D2A2C
(61,42,44)
#302122
(48,33,34)
#231818
(35,24,24)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #986972

#986972
(152,105,114)
#A1767E
(161,118,126)
#AA838A
(170,131,138)
#B39096
(179,144,150)
#BC9DA2
(188,157,162)
#C5AAAE
(197,170,174)
#CEB7BA
(206,183,186)
#D7C4C6
(215,196,198)
#E0D1D2
(224,209,210)
#E9DEDE
(233,222,222)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986972; }

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

This text font color is #986972.


Background Color

.myBgColor { background-color: #986972; }

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

This div background color is #986972.


Border color

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

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

This div border color is #986972.


Opacity

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

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

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

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

This text has shadow with #986972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986972 on black background.


Color preview on white background

This text has color #986972 on white background.



Black color preview on #986972 background

This text has black color on #986972 background.


White color preview on #986972 background

This text has white color on #986972 background.