COLOR #986DA1

HEX: #986DA1
RGB: (152,109,161)

Color info

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

RGB color model

#986DA1 color RGB value is (152,109,161).

  • red value is 152;
  • green value is 109;
  • blue value is 161.
RGB:
(152,109,161)
(60%,43%,63%)

RGB channels and saturation

R 152 of 255 = 60%
G 109 of 255 = 43%
B 161 of 255 = 63%

152
109
161

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

Portions of RGB colors in percentages

R + G + B =
152 + 109 + 161 = 422 (100%)
R 152 of 422 ~ 36.02%
G 109 of 422 ~ 25.83%
B 161 of 422 ~ 38.15%

%36.02
%25.83
%38.15

CMYK color model

#986DA1 color CMYK value is (6,32,0,37).

  • cyan value is 5.59%
  • magenta value is 32.30%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(6,32,0,37)
C6M32Y0K37 
(6%,32%,0%,37%)
(0.06/0.32/0.00/0.37)	

CMYK percentages

%5.59
%32.3
%0
%36.86

Codes

Color #986DA1 in popluar color models

986DA1
RGB152109161
HSL290°21.67%52.94%
HSB/HSV290°32.30%63.14%
CMYK5.59%32.30%0.00%
36.86%

Color #986DA1 in popluar number systems.

HEX986DA1
Decimal152109161
Binary10011000110110110100001
Octal230155241

Shades and tints

Shades of #986DA1

#986DA1
(152,109,161)
#8B6493
(139,100,147)
#7E5B85
(126,91,133)
#715277
(113,82,119)
#644969
(100,73,105)
#57405B
(87,64,91)
#4A374D
(74,55,77)
#3D2E3F
(61,46,63)
#302531
(48,37,49)
#231C23
(35,28,35)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #986DA1

#986DA1
(152,109,161)
#A17AA9
(161,122,169)
#AA87B1
(170,135,177)
#B394B9
(179,148,185)
#BCA1C1
(188,161,193)
#C5AEC9
(197,174,201)
#CEBBD1
(206,187,209)
#D7C8D9
(215,200,217)
#E0D5E1
(224,213,225)
#E9E2E9
(233,226,233)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986DA1 color. Also use rgb(152,109,161) instead hex code.

Text Font Color

.myTextColor { color: #986DA1; }

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

This text font color is #986DA1.


Background Color

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

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

This div background color is #986DA1.


Border color

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

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

This div border color is #986DA1.


Opacity

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

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

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

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

This text has shadow with #986DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986DA1 on black background.


Color preview on white background

This text has color #986DA1 on white background.



Black color preview on #986DA1 background

This text has black color on #986DA1 background.


White color preview on #986DA1 background

This text has white color on #986DA1 background.