COLOR #985D7C

HEX: #985D7C RGB: (152,93,124)

Color info

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

RGB color model

#985D7C color RGB value is (152,93,124).

RGB: (152,93,124) (60%, 36%, 49%)

RGB channels and saturation

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

152
93
124

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

Portions of RGB colors in percentages

R + G + B = 152 + 93 + 124 = 369 (100%)
R 152 of 369 ~ 41.19%
G 93 of 369 ~ 25.2%
B 124 of 369 ~ 33.6'%

%41.19
%25.2
%33.6

CMYK color model

#985D7C color CMYK value is (0,39,18,40).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 18.42%
  • key color value is 40.39%

CMYK: (0,39,18,40)
C0M39Y18K40 (0%, 39%, 18%, 40%)
(0.00 / 0.39 / 0.18 / 0.40)

CMYK percentages

%0
%38.82
%18.42
%40.39

Codes

Color #985D7C in popluar color models

98 5D 7C
RGB 152 93 124
HSL 328° 24.08% 48.04%
HSB/HSV 328° 38.82% 59.61%
CMYK 0.00% 38.82% 18.42%
40.39%

Color #985D7C in popluar number systems.

HEX 98 5D 7C
Decimal 152 93 124
Binary 10011000 1011101 1111100
Octal 230 135 174

Shades and tints

Shades of #985D7C

#985D7C
(152,93,124)
#8B5571
(139,85,113)
#7E4D66
(126,77,102)
#71455B
(113,69,91)
#643D50
(100,61,80)
#573545
(87,53,69)
#4A2D3A
(74,45,58)
#3D252F
(61,37,47)
#301D24
(48,29,36)
#231519
(35,21,25)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #985D7C

#985D7C
(152,93,124)
#A16B87
(161,107,135)
#AA7992
(170,121,146)
#B3879D
(179,135,157)
#BC95A8
(188,149,168)
#C5A3B3
(197,163,179)
#CEB1BE
(206,177,190)
#D7BFC9
(215,191,201)
#E0CDD4
(224,205,212)
#E9DBDF
(233,219,223)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985D7C; }

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

This text font color is #985D7C.

Background Color

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

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

This div background color is #985D7C.

Border color

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

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

This div border color is #985D7C.

Opacity

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

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

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

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

This text has shadow with #985D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #985D7C.

Preview

Color preview on black background

This text has color #985D7C on black background.


Color preview on white background

This text has color #985D7C on white background.


Black color preview on #985D7C background

This text has black color on #985D7C background.


White color preview on #985D7C background

This text has white color on #985D7C background.


Related colors

Complementary color

Complementary color for #hex is #67A283.


I love getcolorcode.com

Triadic colors

1 #7C985D and #5D7C98 with #985D7C are triadic colors.

2 #7C5D98 and #5D987C with #985D7C are triadic colors.