COLOR #985C84

HEX: #985C84
RGB: (152,92,132)

Color info

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

RGB color model

#985C84 color RGB value is (152,92,132).

  • red value is 152;
  • green value is 92;
  • blue value is 132.
RGB:
(152,92,132)
(60%,36%,52%)

RGB channels and saturation

R 152 of 255 = 60%
G 92 of 255 = 36%
B 132 of 255 = 52%

152
92
132

R + G + B ~ 49%. #985C84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 92 + 132 = 376 (100%)
R 152 of 376 ~ 40.43%
G 92 of 376 ~ 24.47%
B 132 of 376 ~ 35.11%

%40.43
%24.47
%35.11

CMYK color model

#985C84 color CMYK value is (0,39,13,40).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 13.16%
  • key color value is 40.39%
CMYK:
(0,39,13,40)
C0M39Y13K40 
(0%,39%,13%,40%)
(0.00/0.39/0.13/0.40)	

CMYK percentages

%0
%39.47
%13.16
%40.39

Codes

Color #985C84 in popluar color models

985C84
RGB15292132
HSL320°24.59%47.84%
HSB/HSV320°39.47%59.61%
CMYK0.00%39.47%13.16%
40.39%

Color #985C84 in popluar number systems.

HEX985C84
Decimal15292132
Binary10011000101110010000100
Octal230134204

Shades and tints

Shades of #985C84

#985C84
(152,92,132)
#8B5478
(139,84,120)
#7E4C6C
(126,76,108)
#714460
(113,68,96)
#643C54
(100,60,84)
#573448
(87,52,72)
#4A2C3C
(74,44,60)
#3D2430
(61,36,48)
#301C24
(48,28,36)
#231418
(35,20,24)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #985C84

#985C84
(152,92,132)
#A16A8F
(161,106,143)
#AA789A
(170,120,154)
#B386A5
(179,134,165)
#BC94B0
(188,148,176)
#C5A2BB
(197,162,187)
#CEB0C6
(206,176,198)
#D7BED1
(215,190,209)
#E0CCDC
(224,204,220)
#E9DAE7
(233,218,231)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985C84 color. Also use rgb(152,92,132) instead hex code.

Text Font Color

.myTextColor { color: #985C84; }

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

This text font color is #985C84.


Background Color

.myBgColor { background-color: #985C84; }

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

This div background color is #985C84.


Border color

.myBorderColor { border: 1px solid #985C84; }

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

This div border color is #985C84.


Opacity

.myOpacity80 { color: #985C84; opacity: 0.8; }

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

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

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

This text has shadow with #985C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985C84 on black background.


Color preview on white background

This text has color #985C84 on white background.



Black color preview on #985C84 background

This text has black color on #985C84 background.


White color preview on #985C84 background

This text has white color on #985C84 background.