COLOR #986271

HEX: #986271
RGB: (152,98,113)

Color info

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

RGB color model

#986271 color RGB value is (152,98,113).

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

RGB channels and saturation

R 152 of 255 = 60%
G 98 of 255 = 38%
B 113 of 255 = 44%

152
98
113

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

Portions of RGB colors in percentages

R + G + B =
152 + 98 + 113 = 363 (100%)
R 152 of 363 ~ 41.87%
G 98 of 363 ~ 27%
B 113 of 363 ~ 31.13%

%41.87
%27
%31.13

CMYK color model

#986271 color CMYK value is (0,36,26,40).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 25.66%
  • key color value is 40.39%
CMYK:
(0,36,26,40)
C0M36Y26K40 
(0%,36%,26%,40%)
(0.00/0.36/0.26/0.40)	

CMYK percentages

%0
%35.53
%25.66
%40.39

Codes

Color #986271 in popluar color models

986271
RGB15298113
HSL343°21.60%49.02%
HSB/HSV343°35.53%59.61%
CMYK0.00%35.53%25.66%
40.39%

Color #986271 in popluar number systems.

HEX986271
Decimal15298113
Binary1001100011000101110001
Octal230142161

Shades and tints

Shades of #986271

#986271
(152,98,113)
#8B5A67
(139,90,103)
#7E525D
(126,82,93)
#714A53
(113,74,83)
#644249
(100,66,73)
#573A3F
(87,58,63)
#4A3235
(74,50,53)
#3D2A2B
(61,42,43)
#302221
(48,34,33)
#231A17
(35,26,23)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #986271

#986271
(152,98,113)
#A1707D
(161,112,125)
#AA7E89
(170,126,137)
#B38C95
(179,140,149)
#BC9AA1
(188,154,161)
#C5A8AD
(197,168,173)
#CEB6B9
(206,182,185)
#D7C4C5
(215,196,197)
#E0D2D1
(224,210,209)
#E9E0DD
(233,224,221)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986271 color. Also use rgb(152,98,113) instead hex code.

Text Font Color

.myTextColor { color: #986271; }

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

This text font color is #986271.


Background Color

.myBgColor { background-color: #986271; }

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

This div background color is #986271.


Border color

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

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

This div border color is #986271.


Opacity

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

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

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

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

This text has shadow with #986271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986271 on black background.


Color preview on white background

This text has color #986271 on white background.



Black color preview on #986271 background

This text has black color on #986271 background.


White color preview on #986271 background

This text has white color on #986271 background.