COLOR #8A9A80

HEX: #8A9A80
RGB: (138,154,128)

Color info

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

RGB color model

#8A9A80 color RGB value is (138,154,128).

  • red value is 138;
  • green value is 154;
  • blue value is 128.
RGB:
(138,154,128)
(54%,60%,50%)

RGB channels and saturation

R 138 of 255 = 54%
G 154 of 255 = 60%
B 128 of 255 = 50%

138
154
128

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

Portions of RGB colors in percentages

R + G + B =
138 + 154 + 128 = 420 (100%)
R 138 of 420 ~ 32.86%
G 154 of 420 ~ 36.67%
B 128 of 420 ~ 30.48%

%32.86
%36.67
%30.48

CMYK color model

#8A9A80 color CMYK value is (10,0,17,40).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 39.61%
CMYK:
(10,0,17,40)
C10M0Y17K40 
(10%,0%,17%,40%)
(0.10/0.00/0.17/0.40)	

CMYK percentages

%10.39
%0
%16.88
%39.61

Codes

Color #8A9A80 in popluar color models

8A9A80
RGB138154128
HSL97°11.40%55.29%
HSB/HSV97°16.88%60.39%
CMYK10.39%0.00%16.88%
39.61%

Color #8A9A80 in popluar number systems.

HEX8A9A80
Decimal138154128
Binary100010101001101010000000
Octal212232200

Shades and tints

Shades of #8A9A80

#8A9A80
(138,154,128)
#7E8C75
(126,140,117)
#727E6A
(114,126,106)
#66705F
(102,112,95)
#5A6254
(90,98,84)
#4E5449
(78,84,73)
#42463E
(66,70,62)
#363833
(54,56,51)
#2A2A28
(42,42,40)
#1E1C1D
(30,28,29)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #8A9A80

#8A9A80
(138,154,128)
#94A38B
(148,163,139)
#9EAC96
(158,172,150)
#A8B5A1
(168,181,161)
#B2BEAC
(178,190,172)
#BCC7B7
(188,199,183)
#C6D0C2
(198,208,194)
#D0D9CD
(208,217,205)
#DAE2D8
(218,226,216)
#E4EBE3
(228,235,227)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9A80 color. Also use rgb(138,154,128) instead hex code.

Text Font Color

.myTextColor { color: #8A9A80; }

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

This text font color is #8A9A80.


Background Color

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

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

This div background color is #8A9A80.


Border color

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

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

This div border color is #8A9A80.


Opacity

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

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

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

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

This text has shadow with #8A9A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9A80 on black background.


Color preview on white background

This text has color #8A9A80 on white background.



Black color preview on #8A9A80 background

This text has black color on #8A9A80 background.


White color preview on #8A9A80 background

This text has white color on #8A9A80 background.