COLOR #985D8A

HEX: #985D8A
RGB: (152,93,138)

Color info

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

RGB color model

#985D8A color RGB value is (152,93,138).

  • red value is 152;
  • green value is 93;
  • blue value is 138.
RGB:
(152,93,138)
(60%,36%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 138 of 255 = 54%

152
93
138

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

Portions of RGB colors in percentages

R + G + B =
152 + 93 + 138 = 383 (100%)
R 152 of 383 ~ 39.69%
G 93 of 383 ~ 24.28%
B 138 of 383 ~ 36.03%

%39.69
%24.28
%36.03

CMYK color model

#985D8A color CMYK value is (0,39,9,40).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(0,39,9,40)
C0M39Y9K40 
(0%,39%,9%,40%)
(0.00/0.39/0.09/0.40)	

CMYK percentages

%0
%38.82
%9.21
%40.39

Codes

Color #985D8A in popluar color models

985D8A
RGB15293138
HSL314°24.08%48.04%
HSB/HSV314°38.82%59.61%
CMYK0.00%38.82%9.21%
40.39%

Color #985D8A in popluar number systems.

HEX985D8A
Decimal15293138
Binary10011000101110110001010
Octal230135212

Shades and tints

Shades of #985D8A

#985D8A
(152,93,138)
#8B557E
(139,85,126)
#7E4D72
(126,77,114)
#714566
(113,69,102)
#643D5A
(100,61,90)
#57354E
(87,53,78)
#4A2D42
(74,45,66)
#3D2536
(61,37,54)
#301D2A
(48,29,42)
#23151E
(35,21,30)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #985D8A

#985D8A
(152,93,138)
#A16B94
(161,107,148)
#AA799E
(170,121,158)
#B387A8
(179,135,168)
#BC95B2
(188,149,178)
#C5A3BC
(197,163,188)
#CEB1C6
(206,177,198)
#D7BFD0
(215,191,208)
#E0CDDA
(224,205,218)
#E9DBE4
(233,219,228)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985D8A color. Also use rgb(152,93,138) instead hex code.

Text Font Color

.myTextColor { color: #985D8A; }

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

This text font color is #985D8A.


Background Color

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

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

This div background color is #985D8A.


Border color

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

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

This div border color is #985D8A.


Opacity

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

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

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

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

This text has shadow with #985D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985D8A on black background.


Color preview on white background

This text has color #985D8A on white background.



Black color preview on #985D8A background

This text has black color on #985D8A background.


White color preview on #985D8A background

This text has white color on #985D8A background.