COLOR #986FA5

HEX: #986FA5 RGB: (152,111,165)

Color info

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

RGB color model

#986FA5 color RGB value is (152,111,165).

RGB: (152,111,165) (60%, 44%, 65%)

RGB channels and saturation

R 152 of 255 = 60%
G 111 of 255 = 44%
B 165 of 255 = 65%

152
111
165

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

Portions of RGB colors in percentages

R + G + B = 152 + 111 + 165 = 428 (100%)
R 152 of 428 ~ 35.51%
G 111 of 428 ~ 25.93%
B 165 of 428 ~ 38.55'%

%35.51
%25.93
%38.55

CMYK color model

#986FA5 color CMYK value is (8,33,0,35).

  • cyan value is 7.88%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (8,33,0,35)
C8M33Y0K35 (8%, 33%, 0%, 35%)
(0.08 / 0.33 / 0.00 / 0.35)

CMYK percentages

%7.88
%32.73
%0
%35.29

Codes

Color #986FA5 in popluar color models

98 6F A5
RGB 152 111 165
HSL 286° 23.08% 54.12%
HSB/HSV 286° 32.73% 64.71%
CMYK 7.88% 32.73% 0.00%
35.29%

Color #986FA5 in popluar number systems.

HEX 98 6F A5
Decimal 152 111 165
Binary 10011000 1101111 10100101
Octal 230 157 245

Shades and tints

Shades of #986FA5

#986FA5
(152,111,165)
#8B6596
(139,101,150)
#7E5B87
(126,91,135)
#715178
(113,81,120)
#644769
(100,71,105)
#573D5A
(87,61,90)
#4A334B
(74,51,75)
#3D293C
(61,41,60)
#301F2D
(48,31,45)
#23151E
(35,21,30)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #986FA5

#986FA5
(152,111,165)
#A17CAD
(161,124,173)
#AA89B5
(170,137,181)
#B396BD
(179,150,189)
#BCA3C5
(188,163,197)
#C5B0CD
(197,176,205)
#CEBDD5
(206,189,213)
#D7CADD
(215,202,221)
#E0D7E5
(224,215,229)
#E9E4ED
(233,228,237)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986FA5 color. Also use rgb(152,111,165) instead hex code.

Text Font Color

.myTextColor { color: #986FA5; }

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

This text font color is #986FA5.

Background Color

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

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

This div background color is #986FA5.

Border color

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

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

This div border color is #986FA5.

Opacity

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

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

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

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

This text has shadow with #986FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986FA5.

Preview

Color preview on black background

This text has color #986FA5 on black background.


Color preview on white background

This text has color #986FA5 on white background.


Black color preview on #986FA5 background

This text has black color on #986FA5 background.


White color preview on #986FA5 background

This text has white color on #986FA5 background.


Related colors

Complementary color

Complementary color for #hex is #67905A.


I love getcolorcode.com

Triadic colors

1 #A5986F and #6FA598 with #986FA5 are triadic colors.

2 #A56F98 and #6F98A5 with #986FA5 are triadic colors.