COLOR #986499

HEX: #986499
RGB: (152,100,153)

Color info

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

RGB color model

#986499 color RGB value is (152,100,153).

  • red value is 152;
  • green value is 100;
  • blue value is 153.
RGB:
(152,100,153)
(60%,39%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 100 of 255 = 39%
B 153 of 255 = 60%

152
100
153

R + G + B ~ 53%. #986499 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 100 + 153 = 405 (100%)
R 152 of 405 ~ 37.53%
G 100 of 405 ~ 24.69%
B 153 of 405 ~ 37.78%

%37.53
%24.69
%37.78

CMYK color model

#986499 color CMYK value is (1,35,0,40).

  • cyan value is 0.65%
  • magenta value is 34.64%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,35,0,40)
C1M35Y0K40 
(1%,35%,0%,40%)
(0.01/0.35/0.00/0.40)	

CMYK percentages

%0.65
%34.64
%0
%40

Codes

Color #986499 in popluar color models

986499
RGB152100153
HSL299°20.95%49.61%
HSB/HSV299°34.64%60.00%
CMYK0.65%34.64%0.00%
40.00%

Color #986499 in popluar number systems.

HEX986499
Decimal152100153
Binary10011000110010010011001
Octal230144231

Shades and tints

Shades of #986499

#986499
(152,100,153)
#8B5B8C
(139,91,140)
#7E527F
(126,82,127)
#714972
(113,73,114)
#644065
(100,64,101)
#573758
(87,55,88)
#4A2E4B
(74,46,75)
#3D253E
(61,37,62)
#301C31
(48,28,49)
#231324
(35,19,36)
#160A17
(22,10,23)
#000000
(0,0,0)

Tints of #986499

#986499
(152,100,153)
#A172A2
(161,114,162)
#AA80AB
(170,128,171)
#B38EB4
(179,142,180)
#BC9CBD
(188,156,189)
#C5AAC6
(197,170,198)
#CEB8CF
(206,184,207)
#D7C6D8
(215,198,216)
#E0D4E1
(224,212,225)
#E9E2EA
(233,226,234)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986499 color. Also use rgb(152,100,153) instead hex code.

Text Font Color

.myTextColor { color: #986499; }

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

This text font color is #986499.


Background Color

.myBgColor { background-color: #986499; }

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

This div background color is #986499.


Border color

.myBorderColor { border: 1px solid #986499; }

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

This div border color is #986499.


Opacity

.myOpacity80 { color: #986499; opacity: 0.8; }

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

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

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

This text has shadow with #986499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986499 on black background.


Color preview on white background

This text has color #986499 on white background.



Black color preview on #986499 background

This text has black color on #986499 background.


White color preview on #986499 background

This text has white color on #986499 background.