COLOR #8A9970

HEX: #8A9970
RGB: (138,153,112)

Color info

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

RGB color model

#8A9970 color RGB value is (138,153,112).

  • red value is 138;
  • green value is 153;
  • blue value is 112.
RGB:
(138,153,112)
(54%,60%,44%)

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 112 of 255 = 44%

138
153
112

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

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 112 = 403 (100%)
R 138 of 403 ~ 34.24%
G 153 of 403 ~ 37.97%
B 112 of 403 ~ 27.79%

%34.24
%37.97
%27.79

CMYK color model

#8A9970 color CMYK value is (10,0,27,40).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 40.00%
CMYK:
(10,0,27,40)
C10M0Y27K40 
(10%,0%,27%,40%)
(0.10/0.00/0.27/0.40)	

CMYK percentages

%9.8
%0
%26.8
%40

Codes

Color #8A9970 in popluar color models

8A9970
RGB138153112
HSL82°16.73%51.96%
HSB/HSV82°26.80%60.00%
CMYK9.80%0.00%26.80%
40.00%

Color #8A9970 in popluar number systems.

HEX8A9970
Decimal138153112
Binary10001010100110011110000
Octal212231160

Shades and tints

Shades of #8A9970

#8A9970
(138,153,112)
#7E8C66
(126,140,102)
#727F5C
(114,127,92)
#667252
(102,114,82)
#5A6548
(90,101,72)
#4E583E
(78,88,62)
#424B34
(66,75,52)
#363E2A
(54,62,42)
#2A3120
(42,49,32)
#1E2416
(30,36,22)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #8A9970

#8A9970
(138,153,112)
#94A27D
(148,162,125)
#9EAB8A
(158,171,138)
#A8B497
(168,180,151)
#B2BDA4
(178,189,164)
#BCC6B1
(188,198,177)
#C6CFBE
(198,207,190)
#D0D8CB
(208,216,203)
#DAE1D8
(218,225,216)
#E4EAE5
(228,234,229)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9970 color. Also use rgb(138,153,112) instead hex code.

Text Font Color

.myTextColor { color: #8A9970; }

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

This text font color is #8A9970.


Background Color

.myBgColor { background-color: #8A9970; }

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

This div background color is #8A9970.


Border color

.myBorderColor { border: 1px solid #8A9970; }

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

This div border color is #8A9970.


Opacity

.myOpacity80 { color: #8A9970; opacity: 0.8; }

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

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

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

This text has shadow with #8A9970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9970 on black background.


Color preview on white background

This text has color #8A9970 on white background.



Black color preview on #8A9970 background

This text has black color on #8A9970 background.


White color preview on #8A9970 background

This text has white color on #8A9970 background.