COLOR #987BA4

HEX: #987BA4
RGB: (152,123,164)

Color info

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

RGB color model

#987BA4 color RGB value is (152,123,164).

  • red value is 152;
  • green value is 123;
  • blue value is 164.
RGB:
(152,123,164)
(60%,48%,64%)

RGB channels and saturation

R 152 of 255 = 60%
G 123 of 255 = 48%
B 164 of 255 = 64%

152
123
164

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

Portions of RGB colors in percentages

R + G + B =
152 + 123 + 164 = 439 (100%)
R 152 of 439 ~ 34.62%
G 123 of 439 ~ 28.02%
B 164 of 439 ~ 37.36%

%34.62
%28.02
%37.36

CMYK color model

#987BA4 color CMYK value is (7,25,0,36).

  • cyan value is 7.32%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(7,25,0,36)
C7M25Y0K36 
(7%,25%,0%,36%)
(0.07/0.25/0.00/0.36)	

CMYK percentages

%7.32
%25
%0
%35.69

Codes

Color #987BA4 in popluar color models

987BA4
RGB152123164
HSL282°18.39%56.27%
HSB/HSV282°25.00%64.31%
CMYK7.32%25.00%0.00%
35.69%

Color #987BA4 in popluar number systems.

HEX987BA4
Decimal152123164
Binary10011000111101110100100
Octal230173244

Shades and tints

Shades of #987BA4

#987BA4
(152,123,164)
#8B7096
(139,112,150)
#7E6588
(126,101,136)
#715A7A
(113,90,122)
#644F6C
(100,79,108)
#57445E
(87,68,94)
#4A3950
(74,57,80)
#3D2E42
(61,46,66)
#302334
(48,35,52)
#231826
(35,24,38)
#160D18
(22,13,24)
#000000
(0,0,0)

Tints of #987BA4

#987BA4
(152,123,164)
#A187AC
(161,135,172)
#AA93B4
(170,147,180)
#B39FBC
(179,159,188)
#BCABC4
(188,171,196)
#C5B7CC
(197,183,204)
#CEC3D4
(206,195,212)
#D7CFDC
(215,207,220)
#E0DBE4
(224,219,228)
#E9E7EC
(233,231,236)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987BA4 color. Also use rgb(152,123,164) instead hex code.

Text Font Color

.myTextColor { color: #987BA4; }

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

This text font color is #987BA4.


Background Color

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

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

This div background color is #987BA4.


Border color

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

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

This div border color is #987BA4.


Opacity

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

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

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

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

This text has shadow with #987BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987BA4 on black background.


Color preview on white background

This text has color #987BA4 on white background.



Black color preview on #987BA4 background

This text has black color on #987BA4 background.


White color preview on #987BA4 background

This text has white color on #987BA4 background.