COLOR #987790

HEX: #987790
RGB: (152,119,144)

Color info

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

RGB color model

#987790 color RGB value is (152,119,144).

  • red value is 152;
  • green value is 119;
  • blue value is 144.
RGB:
(152,119,144)
(60%,47%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 144 of 255 = 56%

152
119
144

R + G + B ~ 54%. #987790 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 119 + 144 = 415 (100%)
R 152 of 415 ~ 36.63%
G 119 of 415 ~ 28.67%
B 144 of 415 ~ 34.7%

%36.63
%28.67
%34.7

CMYK color model

#987790 color CMYK value is (0,22,5,40).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 5.26%
  • key color value is 40.39%
CMYK:
(0,22,5,40)
C0M22Y5K40 
(0%,22%,5%,40%)
(0.00/0.22/0.05/0.40)	

CMYK percentages

%0
%21.71
%5.26
%40.39

Codes

Color #987790 in popluar color models

987790
RGB152119144
HSL315°13.81%53.14%
HSB/HSV315°21.71%59.61%
CMYK0.00%21.71%5.26%
40.39%

Color #987790 in popluar number systems.

HEX987790
Decimal152119144
Binary10011000111011110010000
Octal230167220

Shades and tints

Shades of #987790

#987790
(152,119,144)
#8B6D83
(139,109,131)
#7E6376
(126,99,118)
#715969
(113,89,105)
#644F5C
(100,79,92)
#57454F
(87,69,79)
#4A3B42
(74,59,66)
#3D3135
(61,49,53)
#302728
(48,39,40)
#231D1B
(35,29,27)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #987790

#987790
(152,119,144)
#A1839A
(161,131,154)
#AA8FA4
(170,143,164)
#B39BAE
(179,155,174)
#BCA7B8
(188,167,184)
#C5B3C2
(197,179,194)
#CEBFCC
(206,191,204)
#D7CBD6
(215,203,214)
#E0D7E0
(224,215,224)
#E9E3EA
(233,227,234)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987790 color. Also use rgb(152,119,144) instead hex code.

Text Font Color

.myTextColor { color: #987790; }

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

This text font color is #987790.


Background Color

.myBgColor { background-color: #987790; }

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

This div background color is #987790.


Border color

.myBorderColor { border: 1px solid #987790; }

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

This div border color is #987790.


Opacity

.myOpacity80 { color: #987790; opacity: 0.8; }

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

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

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

This text has shadow with #987790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987790 on black background.


Color preview on white background

This text has color #987790 on white background.



Black color preview on #987790 background

This text has black color on #987790 background.


White color preview on #987790 background

This text has white color on #987790 background.