COLOR #986BA2

HEX: #986BA2 RGB: (152,107,162)

Color info

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

RGB color model

#986BA2 color RGB value is (152,107,162).

RGB: (152,107,162) (60%, 42%, 64%)

RGB channels and saturation

R 152 of 255 = 60%
G 107 of 255 = 42%
B 162 of 255 = 64%

152
107
162

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

Portions of RGB colors in percentages

R + G + B = 152 + 107 + 162 = 421 (100%)
R 152 of 421 ~ 36.1%
G 107 of 421 ~ 25.42%
B 162 of 421 ~ 38.48'%

%36.1
%25.42
%38.48

CMYK color model

#986BA2 color CMYK value is (6,34,0,36).

  • cyan value is 6.17%
  • magenta value is 33.95%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (6,34,0,36)
C6M34Y0K36 (6%, 34%, 0%, 36%)
(0.06 / 0.34 / 0.00 / 0.36)

CMYK percentages

%6.17
%33.95
%0
%36.47

Codes

Color #986BA2 in popluar color models

98 6B A2
RGB 152 107 162
HSL 289° 22.82% 52.75%
HSB/HSV 289° 33.95% 63.53%
CMYK 6.17% 33.95% 0.00%
36.47%

Color #986BA2 in popluar number systems.

HEX 98 6B A2
Decimal 152 107 162
Binary 10011000 1101011 10100010
Octal 230 153 242

Shades and tints

Shades of #986BA2

#986BA2
(152,107,162)
#8B6294
(139,98,148)
#7E5986
(126,89,134)
#715078
(113,80,120)
#64476A
(100,71,106)
#573E5C
(87,62,92)
#4A354E
(74,53,78)
#3D2C40
(61,44,64)
#302332
(48,35,50)
#231A24
(35,26,36)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #986BA2

#986BA2
(152,107,162)
#A178AA
(161,120,170)
#AA85B2
(170,133,178)
#B392BA
(179,146,186)
#BC9FC2
(188,159,194)
#C5ACCA
(197,172,202)
#CEB9D2
(206,185,210)
#D7C6DA
(215,198,218)
#E0D3E2
(224,211,226)
#E9E0EA
(233,224,234)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986BA2 color. Also use rgb(152,107,162) instead hex code.

Text Font Color

.myTextColor { color: #986BA2; }

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

This text font color is #986BA2.

Background Color

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

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

This div background color is #986BA2.

Border color

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

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

This div border color is #986BA2.

Opacity

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

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

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

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

This text has shadow with #986BA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986BA2.

Preview

Color preview on black background

This text has color #986BA2 on black background.


Color preview on white background

This text has color #986BA2 on white background.


Black color preview on #986BA2 background

This text has black color on #986BA2 background.


White color preview on #986BA2 background

This text has white color on #986BA2 background.


Related colors

Complementary color

Complementary color for #hex is #67945D.


I love getcolorcode.com

Triadic colors

1 #A2986B and #6BA298 with #986BA2 are triadic colors.

2 #A26B98 and #6B98A2 with #986BA2 are triadic colors.