COLOR #987DA3

HEX: #987DA3 RGB: (152,125,163)

Color info

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

RGB color model

#987DA3 color RGB value is (152,125,163).

RGB: (152,125,163) (60%, 49%, 64%)

RGB channels and saturation

R 152 of 255 = 60%
G 125 of 255 = 49%
B 163 of 255 = 64%

152
125
163

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

Portions of RGB colors in percentages

R + G + B = 152 + 125 + 163 = 440 (100%)
R 152 of 440 ~ 34.55%
G 125 of 440 ~ 28.41%
B 163 of 440 ~ 37.05'%

%34.55
%28.41
%37.05

CMYK color model

#987DA3 color CMYK value is (7,23,0,36).

  • cyan value is 6.75%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (7,23,0,36)
C7M23Y0K36 (7%, 23%, 0%, 36%)
(0.07 / 0.23 / 0.00 / 0.36)

CMYK percentages

%6.75
%23.31
%0
%36.08

Codes

Color #987DA3 in popluar color models

98 7D A3
RGB 152 125 163
HSL 283° 17.12% 56.47%
HSB/HSV 283° 23.31% 63.92%
CMYK 6.75% 23.31% 0.00%
36.08%

Color #987DA3 in popluar number systems.

HEX 98 7D A3
Decimal 152 125 163
Binary 10011000 1111101 10100011
Octal 230 175 243

Shades and tints

Shades of #987DA3

#987DA3
(152,125,163)
#8B7295
(139,114,149)
#7E6787
(126,103,135)
#715C79
(113,92,121)
#64516B
(100,81,107)
#57465D
(87,70,93)
#4A3B4F
(74,59,79)
#3D3041
(61,48,65)
#302533
(48,37,51)
#231A25
(35,26,37)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #987DA3

#987DA3
(152,125,163)
#A188AB
(161,136,171)
#AA93B3
(170,147,179)
#B39EBB
(179,158,187)
#BCA9C3
(188,169,195)
#C5B4CB
(197,180,203)
#CEBFD3
(206,191,211)
#D7CADB
(215,202,219)
#E0D5E3
(224,213,227)
#E9E0EB
(233,224,235)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987DA3; }

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

This text font color is #987DA3.

Background Color

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

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

This div background color is #987DA3.

Border color

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

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

This div border color is #987DA3.

Opacity

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

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

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

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

This text has shadow with #987DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987DA3.

Preview

Color preview on black background

This text has color #987DA3 on black background.


Color preview on white background

This text has color #987DA3 on white background.


Black color preview on #987DA3 background

This text has black color on #987DA3 background.


White color preview on #987DA3 background

This text has white color on #987DA3 background.


Related colors

Complementary color

Complementary color for #hex is #67825C.


I love getcolorcode.com

Triadic colors

1 #A3987D and #7DA398 with #987DA3 are triadic colors.

2 #A37D98 and #7D98A3 with #987DA3 are triadic colors.