COLOR #987C93

HEX: #987C93 RGB: (152,124,147)

Color info

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

RGB color model

#987C93 color RGB value is (152,124,147).

RGB: (152,124,147) (60%, 49%, 58%)

RGB channels and saturation

R 152 of 255 = 60%
G 124 of 255 = 49%
B 147 of 255 = 58%

152
124
147

R + G + B ~ 56%. #987C93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 124 + 147 = 423 (100%)
R 152 of 423 ~ 35.93%
G 124 of 423 ~ 29.31%
B 147 of 423 ~ 34.75'%

%35.93
%29.31
%34.75

CMYK color model

#987C93 color CMYK value is (0,18,3,40).

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

CMYK: (0,18,3,40)
C0M18Y3K40 (0%, 18%, 3%, 40%)
(0.00 / 0.18 / 0.03 / 0.40)

CMYK percentages

%0
%18.42
%3.29
%40.39

Codes

Color #987C93 in popluar color models

98 7C 93
RGB 152 124 147
HSL 311° 11.97% 54.12%
HSB/HSV 311° 18.42% 59.61%
CMYK 0.00% 18.42% 3.29%
40.39%

Color #987C93 in popluar number systems.

HEX 98 7C 93
Decimal 152 124 147
Binary 10011000 1111100 10010011
Octal 230 174 223

Shades and tints

Shades of #987C93

#987C93
(152,124,147)
#8B7186
(139,113,134)
#7E6679
(126,102,121)
#715B6C
(113,91,108)
#64505F
(100,80,95)
#574552
(87,69,82)
#4A3A45
(74,58,69)
#3D2F38
(61,47,56)
#30242B
(48,36,43)
#23191E
(35,25,30)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #987C93

#987C93
(152,124,147)
#A1879C
(161,135,156)
#AA92A5
(170,146,165)
#B39DAE
(179,157,174)
#BCA8B7
(188,168,183)
#C5B3C0
(197,179,192)
#CEBEC9
(206,190,201)
#D7C9D2
(215,201,210)
#E0D4DB
(224,212,219)
#E9DFE4
(233,223,228)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987C93 color. Also use rgb(152,124,147) instead hex code.

Text Font Color

.myTextColor { color: #987C93; }

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

This text font color is #987C93.

Background Color

.myBgColor { background-color: #987C93; }

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

This div background color is #987C93.

Border color

.myBorderColor { border: 1px solid #987C93; }

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

This div border color is #987C93.

Opacity

.myOpacity80 { color: #987C93; opacity: 0.8; }

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

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

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

This text has shadow with #987C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987C93.

Preview

Color preview on black background

This text has color #987C93 on black background.


Color preview on white background

This text has color #987C93 on white background.


Black color preview on #987C93 background

This text has black color on #987C93 background.


White color preview on #987C93 background

This text has white color on #987C93 background.


Related colors

Complementary color

Complementary color for #hex is #67836C.


I love getcolorcode.com

Triadic colors

1 #93987C and #7C9398 with #987C93 are triadic colors.

2 #937C98 and #7C9893 with #987C93 are triadic colors.