COLOR #986E97

HEX: #986E97
RGB: (152,110,151)

Color info

#986E97 contains red, green and blue colors in about the same proportion. Web safe color of #986E97 is #996699 (or #969).

RGB color model

#986E97 color RGB value is (152,110,151).

  • red value is 152;
  • green value is 110;
  • blue value is 151.
RGB:
(152,110,151)
(60%,43%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 151 of 255 = 59%

152
110
151

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

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 151 = 413 (100%)
R 152 of 413 ~ 36.8%
G 110 of 413 ~ 26.63%
B 151 of 413 ~ 36.56%

%36.8
%26.63
%36.56

CMYK color model

#986E97 color CMYK value is (0,28,1,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 0.66%
  • key color value is 40.39%
CMYK:
(0,28,1,40)
C0M28Y1K40 
(0%,28%,1%,40%)
(0.00/0.28/0.01/0.40)	

CMYK percentages

%0
%27.63
%0.66
%40.39

Codes

Color #986E97 in popluar color models

986E97
RGB152110151
HSL301°16.94%51.37%
HSB/HSV301°27.63%59.61%
CMYK0.00%27.63%0.66%
40.39%

Color #986E97 in popluar number systems.

HEX986E97
Decimal152110151
Binary10011000110111010010111
Octal230156227

Shades and tints

Shades of #986E97

#986E97
(152,110,151)
#8B648A
(139,100,138)
#7E5A7D
(126,90,125)
#715070
(113,80,112)
#644663
(100,70,99)
#573C56
(87,60,86)
#4A3249
(74,50,73)
#3D283C
(61,40,60)
#301E2F
(48,30,47)
#231422
(35,20,34)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #986E97

#986E97
(152,110,151)
#A17BA0
(161,123,160)
#AA88A9
(170,136,169)
#B395B2
(179,149,178)
#BCA2BB
(188,162,187)
#C5AFC4
(197,175,196)
#CEBCCD
(206,188,205)
#D7C9D6
(215,201,214)
#E0D6DF
(224,214,223)
#E9E3E8
(233,227,232)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986E97 color. Also use rgb(152,110,151) instead hex code.

Text Font Color

.myTextColor { color: #986E97; }

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

This text font color is #986E97.


Background Color

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

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

This div background color is #986E97.


Border color

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

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

This div border color is #986E97.


Opacity

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

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

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

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

This text has shadow with #986E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986E97 on black background.


Color preview on white background

This text has color #986E97 on white background.



Black color preview on #986E97 background

This text has black color on #986E97 background.


White color preview on #986E97 background

This text has white color on #986E97 background.