COLOR #987DAA

HEX: #987DAA RGB: (152,125,170)

Color info

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

RGB color model

#987DAA color RGB value is (152,125,170).

RGB: (152,125,170) (60%, 49%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 125 of 255 = 49%
B 170 of 255 = 67%

152
125
170

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

Portions of RGB colors in percentages

R + G + B = 152 + 125 + 170 = 447 (100%)
R 152 of 447 ~ 34%
G 125 of 447 ~ 27.96%
B 170 of 447 ~ 38.03'%

%34
%27.96
%38.03

CMYK color model

#987DAA color CMYK value is (11,26,0,33).

  • cyan value is 10.59%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (11,26,0,33) C11M26Y0K33 (11%,26%,0%,33%) (0.11/0.26/0.00/0.33) 

CMYK percentages

%10.59
%26.47
%0
%33.33

Codes

Color #987DAA in popluar color models

98 7D AA
RGB 152 125 170
HSL 276° 20.93% 57.84%
HSB/HSV 276° 26.47% 66.67%
CMYK 10.59% 26.47% 0.00%
33.33%

Color #987DAA in popluar number systems.

HEX 98 7D AA
Decimal 152 125 170
Binary 10011000 1111101 10101010
Octal 230 175 252

Shades and tints

Shades of #987DAA

#987DAA
(152,125,170)
#8B729B
(139,114,155)
#7E678C
(126,103,140)
#715C7D
(113,92,125)
#64516E
(100,81,110)
#57465F
(87,70,95)
#4A3B50
(74,59,80)
#3D3041
(61,48,65)
#302532
(48,37,50)
#231A23
(35,26,35)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #987DAA

#987DAA
(152,125,170)
#A188B1
(161,136,177)
#AA93B8
(170,147,184)
#B39EBF
(179,158,191)
#BCA9C6
(188,169,198)
#C5B4CD
(197,180,205)
#CEBFD4
(206,191,212)
#D7CADB
(215,202,219)
#E0D5E2
(224,213,226)
#E9E0E9
(233,224,233)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987DAA color. Also use rgb(152,125,170) instead hex code.

Text Font Color

.myTextColor { color: #987DAA; }

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

This text font color is #987DAA.

Background Color

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

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

This div background color is #987DAA.

Border color

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

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

This div border color is #987DAA.

Opacity

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

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

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

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

This text has shadow with #987DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987DAA.

Preview

Color preview on black background

This text has color #987DAA on black background.


Color preview on white background

This text has color #987DAA on white background.


Black color preview on #987DAA background

This text has black color on #987DAA background.


White color preview on #987DAA background

This text has white color on #987DAA background.


Related colors

Complementary color

Complementary color for #hex is #678255.


I love getcolorcode.com

Triadic colors

1 #AA987D and #7DAA98 with #987DAA are triadic colors.

2 #AA7D98 and #7D98AA with #987DAA are triadic colors.