COLOR #985396

HEX: #985396
RGB: (152,83,150)

Color info

#985396 contains mainly red and blue colors. Web safe color of #985396 is #996699 (or #969).

RGB color model

#985396 color RGB value is (152,83,150).

  • red value is 152;
  • green value is 83;
  • blue value is 150.
RGB:
(152,83,150)
(60%,33%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 83 of 255 = 33%
B 150 of 255 = 59%

152
83
150

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

Portions of RGB colors in percentages

R + G + B =
152 + 83 + 150 = 385 (100%)
R 152 of 385 ~ 39.48%
G 83 of 385 ~ 21.56%
B 150 of 385 ~ 38.96%

%39.48
%21.56
%38.96

CMYK color model

#985396 color CMYK value is (0,45,1,40).

  • cyan value is 0.00%
  • magenta value is 45.39%
  • yellow value is 1.32%
  • key color value is 40.39%
CMYK:
(0,45,1,40)
C0M45Y1K40 
(0%,45%,1%,40%)
(0.00/0.45/0.01/0.40)	

CMYK percentages

%0
%45.39
%1.32
%40.39

Codes

Color #985396 in popluar color models

985396
RGB15283150
HSL302°29.36%46.08%
HSB/HSV302°45.39%59.61%
CMYK0.00%45.39%1.32%
40.39%

Color #985396 in popluar number systems.

HEX985396
Decimal15283150
Binary10011000101001110010110
Octal230123226

Shades and tints

Shades of #985396

#985396
(152,83,150)
#8B4C89
(139,76,137)
#7E457C
(126,69,124)
#713E6F
(113,62,111)
#643762
(100,55,98)
#573055
(87,48,85)
#4A2948
(74,41,72)
#3D223B
(61,34,59)
#301B2E
(48,27,46)
#231421
(35,20,33)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #985396

#985396
(152,83,150)
#A1629F
(161,98,159)
#AA71A8
(170,113,168)
#B380B1
(179,128,177)
#BC8FBA
(188,143,186)
#C59EC3
(197,158,195)
#CEADCC
(206,173,204)
#D7BCD5
(215,188,213)
#E0CBDE
(224,203,222)
#E9DAE7
(233,218,231)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985396 color. Also use rgb(152,83,150) instead hex code.

Text Font Color

.myTextColor { color: #985396; }

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

This text font color is #985396.


Background Color

.myBgColor { background-color: #985396; }

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

This div background color is #985396.


Border color

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

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

This div border color is #985396.


Opacity

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

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

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

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

This text has shadow with #985396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985396 on black background.


Color preview on white background

This text has color #985396 on white background.



Black color preview on #985396 background

This text has black color on #985396 background.


White color preview on #985396 background

This text has white color on #985396 background.