COLOR #987A81

HEX: #987A81
RGB: (152,122,129)

Color info

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

RGB color model

#987A81 color RGB value is (152,122,129).

  • red value is 152;
  • green value is 122;
  • blue value is 129.
RGB:
(152,122,129)
(60%,48%,51%)

RGB channels and saturation

R 152 of 255 = 60%
G 122 of 255 = 48%
B 129 of 255 = 51%

152
122
129

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

Portions of RGB colors in percentages

R + G + B =
152 + 122 + 129 = 403 (100%)
R 152 of 403 ~ 37.72%
G 122 of 403 ~ 30.27%
B 129 of 403 ~ 32.01%

%37.72
%30.27
%32.01

CMYK color model

#987A81 color CMYK value is (0,20,15,40).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 15.13%
  • key color value is 40.39%
CMYK:
(0,20,15,40)
C0M20Y15K40 
(0%,20%,15%,40%)
(0.00/0.20/0.15/0.40)	

CMYK percentages

%0
%19.74
%15.13
%40.39

Codes

Color #987A81 in popluar color models

987A81
RGB152122129
HSL346°12.71%53.73%
HSB/HSV346°19.74%59.61%
CMYK0.00%19.74%15.13%
40.39%

Color #987A81 in popluar number systems.

HEX987A81
Decimal152122129
Binary10011000111101010000001
Octal230172201

Shades and tints

Shades of #987A81

#987A81
(152,122,129)
#8B6F76
(139,111,118)
#7E646B
(126,100,107)
#715960
(113,89,96)
#644E55
(100,78,85)
#57434A
(87,67,74)
#4A383F
(74,56,63)
#3D2D34
(61,45,52)
#302229
(48,34,41)
#23171E
(35,23,30)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #987A81

#987A81
(152,122,129)
#A1868C
(161,134,140)
#AA9297
(170,146,151)
#B39EA2
(179,158,162)
#BCAAAD
(188,170,173)
#C5B6B8
(197,182,184)
#CEC2C3
(206,194,195)
#D7CECE
(215,206,206)
#E0DAD9
(224,218,217)
#E9E6E4
(233,230,228)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987A81 color. Also use rgb(152,122,129) instead hex code.

Text Font Color

.myTextColor { color: #987A81; }

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

This text font color is #987A81.


Background Color

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

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

This div background color is #987A81.


Border color

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

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

This div border color is #987A81.


Opacity

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

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

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

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

This text has shadow with #987A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987A81 on black background.


Color preview on white background

This text has color #987A81 on white background.



Black color preview on #987A81 background

This text has black color on #987A81 background.


White color preview on #987A81 background

This text has white color on #987A81 background.