COLOR #986EA6

HEX: #986EA6
RGB: (152,110,166)

Color info

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

RGB color model

#986EA6 color RGB value is (152,110,166).

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

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 166 of 255 = 65%

152
110
166

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

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 166 = 428 (100%)
R 152 of 428 ~ 35.51%
G 110 of 428 ~ 25.7%
B 166 of 428 ~ 38.79%

%35.51
%25.7
%38.79

CMYK color model

#986EA6 color CMYK value is (8,34,0,35).

  • cyan value is 8.43%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(8,34,0,35)
C8M34Y0K35 
(8%,34%,0%,35%)
(0.08/0.34/0.00/0.35)	

CMYK percentages

%8.43
%33.73
%0
%34.9

Codes

Color #986EA6 in popluar color models

986EA6
RGB152110166
HSL285°23.93%54.12%
HSB/HSV285°33.73%65.10%
CMYK8.43%33.73%0.00%
34.90%

Color #986EA6 in popluar number systems.

HEX986EA6
Decimal152110166
Binary10011000110111010100110
Octal230156246

Shades and tints

Shades of #986EA6

#986EA6
(152,110,166)
#8B6497
(139,100,151)
#7E5A88
(126,90,136)
#715079
(113,80,121)
#64466A
(100,70,106)
#573C5B
(87,60,91)
#4A324C
(74,50,76)
#3D283D
(61,40,61)
#301E2E
(48,30,46)
#23141F
(35,20,31)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #986EA6

#986EA6
(152,110,166)
#A17BAE
(161,123,174)
#AA88B6
(170,136,182)
#B395BE
(179,149,190)
#BCA2C6
(188,162,198)
#C5AFCE
(197,175,206)
#CEBCD6
(206,188,214)
#D7C9DE
(215,201,222)
#E0D6E6
(224,214,230)
#E9E3EE
(233,227,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986EA6; }

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

This text font color is #986EA6.


Background Color

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

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

This div background color is #986EA6.


Border color

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

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

This div border color is #986EA6.


Opacity

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

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

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

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

This text has shadow with #986EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986EA6 on black background.


Color preview on white background

This text has color #986EA6 on white background.



Black color preview on #986EA6 background

This text has black color on #986EA6 background.


White color preview on #986EA6 background

This text has white color on #986EA6 background.