COLOR #986E93

HEX: #986E93
RGB: (152,110,147)

Color info

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

RGB color model

#986E93 color RGB value is (152,110,147).

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

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 147 of 255 = 58%

152
110
147

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

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 147 = 409 (100%)
R 152 of 409 ~ 37.16%
G 110 of 409 ~ 26.89%
B 147 of 409 ~ 35.94%

%37.16
%26.89
%35.94

CMYK color model

#986E93 color CMYK value is (0,28,3,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(0,28,3,40)
C0M28Y3K40 
(0%,28%,3%,40%)
(0.00/0.28/0.03/0.40)	

CMYK percentages

%0
%27.63
%3.29
%40.39

Codes

Color #986E93 in popluar color models

986E93
RGB152110147
HSL307°16.94%51.37%
HSB/HSV307°27.63%59.61%
CMYK0.00%27.63%3.29%
40.39%

Color #986E93 in popluar number systems.

HEX986E93
Decimal152110147
Binary10011000110111010010011
Octal230156223

Shades and tints

Shades of #986E93

#986E93
(152,110,147)
#8B6486
(139,100,134)
#7E5A79
(126,90,121)
#71506C
(113,80,108)
#64465F
(100,70,95)
#573C52
(87,60,82)
#4A3245
(74,50,69)
#3D2838
(61,40,56)
#301E2B
(48,30,43)
#23141E
(35,20,30)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #986E93

#986E93
(152,110,147)
#A17B9C
(161,123,156)
#AA88A5
(170,136,165)
#B395AE
(179,149,174)
#BCA2B7
(188,162,183)
#C5AFC0
(197,175,192)
#CEBCC9
(206,188,201)
#D7C9D2
(215,201,210)
#E0D6DB
(224,214,219)
#E9E3E4
(233,227,228)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986E93; }

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

This text font color is #986E93.


Background Color

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

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

This div background color is #986E93.


Border color

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

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

This div border color is #986E93.


Opacity

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

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

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

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

This text has shadow with #986E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986E93 on black background.


Color preview on white background

This text has color #986E93 on white background.



Black color preview on #986E93 background

This text has black color on #986E93 background.


White color preview on #986E93 background

This text has white color on #986E93 background.