COLOR #987FA7

HEX: #987FA7 RGB: (152,127,167)

Color info

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

RGB color model

#987FA7 color RGB value is (152,127,167).

RGB: (152,127,167) (60%, 50%, 65%)

RGB channels and saturation

R 152 of 255 = 60%
G 127 of 255 = 50%
B 167 of 255 = 65%

152
127
167

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

Portions of RGB colors in percentages

R + G + B = 152 + 127 + 167 = 446 (100%)
R 152 of 446 ~ 34.08%
G 127 of 446 ~ 28.48%
B 167 of 446 ~ 37.44'%

%34.08
%28.48
%37.44

CMYK color model

#987FA7 color CMYK value is (9,24,0,35).

  • cyan value is 8.98%
  • magenta value is 23.95%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (9,24,0,35)
C9M24Y0K35 (9%, 24%, 0%, 35%)
(0.09 / 0.24 / 0.00 / 0.35)

CMYK percentages

%8.98
%23.95
%0
%34.51

Codes

Color #987FA7 in popluar color models

98 7F A7
RGB 152 127 167
HSL 278° 18.52% 57.65%
HSB/HSV 278° 23.95% 65.49%
CMYK 8.98% 23.95% 0.00%
34.51%

Color #987FA7 in popluar number systems.

HEX 98 7F A7
Decimal 152 127 167
Binary 10011000 1111111 10100111
Octal 230 177 247

Shades and tints

Shades of #987FA7

#987FA7
(152,127,167)
#8B7498
(139,116,152)
#7E6989
(126,105,137)
#715E7A
(113,94,122)
#64536B
(100,83,107)
#57485C
(87,72,92)
#4A3D4D
(74,61,77)
#3D323E
(61,50,62)
#30272F
(48,39,47)
#231C20
(35,28,32)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #987FA7

#987FA7
(152,127,167)
#A18AAF
(161,138,175)
#AA95B7
(170,149,183)
#B3A0BF
(179,160,191)
#BCABC7
(188,171,199)
#C5B6CF
(197,182,207)
#CEC1D7
(206,193,215)
#D7CCDF
(215,204,223)
#E0D7E7
(224,215,231)
#E9E2EF
(233,226,239)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987FA7 color. Also use rgb(152,127,167) instead hex code.

Text Font Color

.myTextColor { color: #987FA7; }

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

This text font color is #987FA7.

Background Color

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

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

This div background color is #987FA7.

Border color

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

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

This div border color is #987FA7.

Opacity

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

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

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

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

This text has shadow with #987FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987FA7.

Preview

Color preview on black background

This text has color #987FA7 on black background.


Color preview on white background

This text has color #987FA7 on white background.


Black color preview on #987FA7 background

This text has black color on #987FA7 background.


White color preview on #987FA7 background

This text has white color on #987FA7 background.


Related colors

Complementary color

Complementary color for #hex is #678058.


I love getcolorcode.com

Triadic colors

1 #A7987F and #7FA798 with #987FA7 are triadic colors.

2 #A77F98 and #7F98A7 with #987FA7 are triadic colors.