COLOR #985D7E

HEX: #985D7E
RGB: (152,93,126)

Color info

#985D7E contains red, green and blue colors in about the same proportion. Web safe color of #985D7E is #996666 (or #966).

RGB color model

#985D7E color RGB value is (152,93,126).

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

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 126 of 255 = 49%

152
93
126

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

Portions of RGB colors in percentages

R + G + B =
152 + 93 + 126 = 371 (100%)
R 152 of 371 ~ 40.97%
G 93 of 371 ~ 25.07%
B 126 of 371 ~ 33.96%

%40.97
%25.07
%33.96

CMYK color model

#985D7E color CMYK value is (0,39,17,40).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 17.11%
  • key color value is 40.39%
CMYK:
(0,39,17,40)
C0M39Y17K40 
(0%,39%,17%,40%)
(0.00/0.39/0.17/0.40)	

CMYK percentages

%0
%38.82
%17.11
%40.39

Codes

Color #985D7E in popluar color models

985D7E
RGB15293126
HSL326°24.08%48.04%
HSB/HSV326°38.82%59.61%
CMYK0.00%38.82%17.11%
40.39%

Color #985D7E in popluar number systems.

HEX985D7E
Decimal15293126
Binary1001100010111011111110
Octal230135176

Shades and tints

Shades of #985D7E

#985D7E
(152,93,126)
#8B5573
(139,85,115)
#7E4D68
(126,77,104)
#71455D
(113,69,93)
#643D52
(100,61,82)
#573547
(87,53,71)
#4A2D3C
(74,45,60)
#3D2531
(61,37,49)
#301D26
(48,29,38)
#23151B
(35,21,27)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #985D7E

#985D7E
(152,93,126)
#A16B89
(161,107,137)
#AA7994
(170,121,148)
#B3879F
(179,135,159)
#BC95AA
(188,149,170)
#C5A3B5
(197,163,181)
#CEB1C0
(206,177,192)
#D7BFCB
(215,191,203)
#E0CDD6
(224,205,214)
#E9DBE1
(233,219,225)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985D7E; }

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

This text font color is #985D7E.


Background Color

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

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

This div background color is #985D7E.


Border color

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

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

This div border color is #985D7E.


Opacity

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

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

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

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

This text has shadow with #985D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985D7E on black background.


Color preview on white background

This text has color #985D7E on white background.



Black color preview on #985D7E background

This text has black color on #985D7E background.


White color preview on #985D7E background

This text has white color on #985D7E background.