COLOR #89987A

HEX: #89987A
RGB: (137,152,122)

Color info

#89987A contains red, green and blue colors in about the same proportion. Web safe color of #89987A is #999966 (or #996).

RGB color model

#89987A color RGB value is (137,152,122).

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

RGB channels and saturation

R 137 of 255 = 54%
G 152 of 255 = 60%
B 122 of 255 = 48%

137
152
122

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

Portions of RGB colors in percentages

R + G + B =
137 + 152 + 122 = 411 (100%)
R 137 of 411 ~ 33.33%
G 152 of 411 ~ 36.98%
B 122 of 411 ~ 29.68%

%33.33
%36.98
%29.68

CMYK color model

#89987A color CMYK value is (10,0,20,40).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 40.39%
CMYK:
(10,0,20,40)
C10M0Y20K40 
(10%,0%,20%,40%)
(0.10/0.00/0.20/0.40)	

CMYK percentages

%9.87
%0
%19.74
%40.39

Codes

Color #89987A in popluar color models

89987A
RGB137152122
HSL90°12.71%53.73%
HSB/HSV90°19.74%59.61%
CMYK9.87%0.00%19.74%
40.39%

Color #89987A in popluar number systems.

HEX89987A
Decimal137152122
Binary10001001100110001111010
Octal211230172

Shades and tints

Shades of #89987A

#89987A
(137,152,122)
#7D8B6F
(125,139,111)
#717E64
(113,126,100)
#657159
(101,113,89)
#59644E
(89,100,78)
#4D5743
(77,87,67)
#414A38
(65,74,56)
#353D2D
(53,61,45)
#293022
(41,48,34)
#1D2317
(29,35,23)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #89987A

#89987A
(137,152,122)
#93A186
(147,161,134)
#9DAA92
(157,170,146)
#A7B39E
(167,179,158)
#B1BCAA
(177,188,170)
#BBC5B6
(187,197,182)
#C5CEC2
(197,206,194)
#CFD7CE
(207,215,206)
#D9E0DA
(217,224,218)
#E3E9E6
(227,233,230)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89987A color. Also use rgb(137,152,122) instead hex code.

Text Font Color

.myTextColor { color: #89987A; }

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

This text font color is #89987A.


Background Color

.myBgColor { background-color: #89987A; }

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

This div background color is #89987A.


Border color

.myBorderColor { border: 1px solid #89987A; }

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

This div border color is #89987A.


Opacity

.myOpacity80 { color: #89987A; opacity: 0.8; }

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

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

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

This text has shadow with #89987A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89987A on black background.


Color preview on white background

This text has color #89987A on white background.



Black color preview on #89987A background

This text has black color on #89987A background.


White color preview on #89987A background

This text has white color on #89987A background.