COLOR #8A9A7D

HEX: #8A9A7D
RGB: (138,154,125)

Color info

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

RGB color model

#8A9A7D color RGB value is (138,154,125).

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

RGB channels and saturation

R 138 of 255 = 54%
G 154 of 255 = 60%
B 125 of 255 = 49%

138
154
125

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

Portions of RGB colors in percentages

R + G + B =
138 + 154 + 125 = 417 (100%)
R 138 of 417 ~ 33.09%
G 154 of 417 ~ 36.93%
B 125 of 417 ~ 29.98%

%33.09
%36.93
%29.98

CMYK color model

#8A9A7D color CMYK value is (10,0,19,40).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(10,0,19,40)
C10M0Y19K40 
(10%,0%,19%,40%)
(0.10/0.00/0.19/0.40)	

CMYK percentages

%10.39
%0
%18.83
%39.61

Codes

Color #8A9A7D in popluar color models

8A9A7D
RGB138154125
HSL93°12.55%54.71%
HSB/HSV93°18.83%60.39%
CMYK10.39%0.00%18.83%
39.61%

Color #8A9A7D in popluar number systems.

HEX8A9A7D
Decimal138154125
Binary10001010100110101111101
Octal212232175

Shades and tints

Shades of #8A9A7D

#8A9A7D
(138,154,125)
#7E8C72
(126,140,114)
#727E67
(114,126,103)
#66705C
(102,112,92)
#5A6251
(90,98,81)
#4E5446
(78,84,70)
#42463B
(66,70,59)
#363830
(54,56,48)
#2A2A25
(42,42,37)
#1E1C1A
(30,28,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #8A9A7D

#8A9A7D
(138,154,125)
#94A388
(148,163,136)
#9EAC93
(158,172,147)
#A8B59E
(168,181,158)
#B2BEA9
(178,190,169)
#BCC7B4
(188,199,180)
#C6D0BF
(198,208,191)
#D0D9CA
(208,217,202)
#DAE2D5
(218,226,213)
#E4EBE0
(228,235,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9A7D; }

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

This text font color is #8A9A7D.


Background Color

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

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

This div background color is #8A9A7D.


Border color

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

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

This div border color is #8A9A7D.


Opacity

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

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

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

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

This text has shadow with #8A9A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9A7D on black background.


Color preview on white background

This text has color #8A9A7D on white background.



Black color preview on #8A9A7D background

This text has black color on #8A9A7D background.


White color preview on #8A9A7D background

This text has white color on #8A9A7D background.