COLOR #989A7A

HEX: #989A7A
RGB: (152,154,122)

Color info

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

RGB color model

#989A7A color RGB value is (152,154,122).

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

RGB channels and saturation

R 152 of 255 = 60%
G 154 of 255 = 60%
B 122 of 255 = 48%

152
154
122

R + G + B ~ 56%. #989A7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 154 + 122 = 428 (100%)
R 152 of 428 ~ 35.51%
G 154 of 428 ~ 35.98%
B 122 of 428 ~ 28.5%

%35.51
%35.98
%28.5

CMYK color model

#989A7A color CMYK value is (1,0,21,40).

  • cyan value is 1.30%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 39.61%
CMYK:
(1,0,21,40)
C1M0Y21K40 
(1%,0%,21%,40%)
(0.01/0.00/0.21/0.40)	

CMYK percentages

%1.3
%0
%20.78
%39.61

Codes

Color #989A7A in popluar color models

989A7A
RGB152154122
HSL64°13.68%54.12%
HSB/HSV64°20.78%60.39%
CMYK1.30%0.00%20.78%
39.61%

Color #989A7A in popluar number systems.

HEX989A7A
Decimal152154122
Binary10011000100110101111010
Octal230232172

Shades and tints

Shades of #989A7A

#989A7A
(152,154,122)
#8B8C6F
(139,140,111)
#7E7E64
(126,126,100)
#717059
(113,112,89)
#64624E
(100,98,78)
#575443
(87,84,67)
#4A4638
(74,70,56)
#3D382D
(61,56,45)
#302A22
(48,42,34)
#231C17
(35,28,23)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #989A7A

#989A7A
(152,154,122)
#A1A386
(161,163,134)
#AAAC92
(170,172,146)
#B3B59E
(179,181,158)
#BCBEAA
(188,190,170)
#C5C7B6
(197,199,182)
#CED0C2
(206,208,194)
#D7D9CE
(215,217,206)
#E0E2DA
(224,226,218)
#E9EBE6
(233,235,230)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989A7A color. Also use rgb(152,154,122) instead hex code.

Text Font Color

.myTextColor { color: #989A7A; }

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

This text font color is #989A7A.


Background Color

.myBgColor { background-color: #989A7A; }

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

This div background color is #989A7A.


Border color

.myBorderColor { border: 1px solid #989A7A; }

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

This div border color is #989A7A.


Opacity

.myOpacity80 { color: #989A7A; opacity: 0.8; }

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

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

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

This text has shadow with #989A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989A7A on black background.


Color preview on white background

This text has color #989A7A on white background.



Black color preview on #989A7A background

This text has black color on #989A7A background.


White color preview on #989A7A background

This text has white color on #989A7A background.