COLOR #8A997D

HEX: #8A997D RGB: (138,153,125)

Color info

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

RGB color model

#8A997D color RGB value is (138,153,125).

RGB: (138,153,125) (54%, 60%, 49%)

RGB channels and saturation

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

138
153
125

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

Portions of RGB colors in percentages

R + G + B = 138 + 153 + 125 = 416 (100%)
R 138 of 416 ~ 33.17%
G 153 of 416 ~ 36.78%
B 125 of 416 ~ 30.05'%

%33.17
%36.78
%30.05

CMYK color model

#8A997D color CMYK value is (10,0,18,40).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 40.00%
CMYK: (10,0,18,40) C10M0Y18K40 (10%,0%,18%,40%) (0.10/0.00/0.18/0.40) 

CMYK percentages

%9.8
%0
%18.3
%40

Codes

Color #8A997D in popluar color models

8A 99 7D
RGB 138 153 125
HSL 92° 12.07% 54.51%
HSB/HSV 92° 18.30% 60.00%
CMYK 9.80% 0.00% 18.30%
40.00%

Color #8A997D in popluar number systems.

HEX 8A 99 7D
Decimal 138 153 125
Binary 10001010 10011001 1111101
Octal 212 231 175

Shades and tints

Shades of #8A997D

#8A997D
(138,153,125)
#7E8C72
(126,140,114)
#727F67
(114,127,103)
#66725C
(102,114,92)
#5A6551
(90,101,81)
#4E5846
(78,88,70)
#424B3B
(66,75,59)
#363E30
(54,62,48)
#2A3125
(42,49,37)
#1E241A
(30,36,26)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #8A997D

#8A997D
(138,153,125)
#94A288
(148,162,136)
#9EAB93
(158,171,147)
#A8B49E
(168,180,158)
#B2BDA9
(178,189,169)
#BCC6B4
(188,198,180)
#C6CFBF
(198,207,191)
#D0D8CA
(208,216,202)
#DAE1D5
(218,225,213)
#E4EAE0
(228,234,224)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A997D; }

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

This text font color is #8A997D.

Background Color

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

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

This div background color is #8A997D.

Border color

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

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

This div border color is #8A997D.

Opacity

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

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

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

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

This text has shadow with #8A997D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A997D.

Preview

Color preview on black background

This text has color #8A997D on black background.


Color preview on white background

This text has color #8A997D on white background.


Black color preview on #8A997D background

This text has black color on #8A997D background.


White color preview on #8A997D background

This text has white color on #8A997D background.


Related colors

Complementary color

Complementary color for #hex is #756682.


I love getcolorcode.com

Triadic colors

1 #7D8A99 and #997D8A with #8A997D are triadic colors.

2 #7D998A and #998A7D with #8A997D are triadic colors.