COLOR #8A9981

HEX: #8A9981 RGB: (138,153,129)

Color info

#8A9981 contains red, green and blue colors in about the same proportion. Web safe color of #8A9981 is #999999 (or #999).

RGB color model

#8A9981 color RGB value is (138,153,129).

RGB: (138,153,129) (54%, 60%, 51%)

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 129 of 255 = 51%

138
153
129

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

Portions of RGB colors in percentages

R + G + B = 138 + 153 + 129 = 420 (100%)
R 138 of 420 ~ 32.86%
G 153 of 420 ~ 36.43%
B 129 of 420 ~ 30.71'%

%32.86
%36.43
%30.71

CMYK color model

#8A9981 color CMYK value is (10,0,16,40).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 40.00%

CMYK: (10,0,16,40)
C10M0Y16K40 (10%, 0%, 16%, 40%)
(0.10 / 0.00 / 0.16 / 0.40)

CMYK percentages

%9.8
%0
%15.69
%40

Codes

Color #8A9981 in popluar color models

8A 99 81
RGB 138 153 129
HSL 98° 10.53% 55.29%
HSB/HSV 98° 15.69% 60.00%
CMYK 9.80% 0.00% 15.69%
40.00%

Color #8A9981 in popluar number systems.

HEX 8A 99 81
Decimal 138 153 129
Binary 10001010 10011001 10000001
Octal 212 231 201

Shades and tints

Shades of #8A9981

#8A9981
(138,153,129)
#7E8C76
(126,140,118)
#727F6B
(114,127,107)
#667260
(102,114,96)
#5A6555
(90,101,85)
#4E584A
(78,88,74)
#424B3F
(66,75,63)
#363E34
(54,62,52)
#2A3129
(42,49,41)
#1E241E
(30,36,30)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #8A9981

#8A9981
(138,153,129)
#94A28C
(148,162,140)
#9EAB97
(158,171,151)
#A8B4A2
(168,180,162)
#B2BDAD
(178,189,173)
#BCC6B8
(188,198,184)
#C6CFC3
(198,207,195)
#D0D8CE
(208,216,206)
#DAE1D9
(218,225,217)
#E4EAE4
(228,234,228)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9981; }

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

This text font color is #8A9981.

Background Color

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

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

This div background color is #8A9981.

Border color

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

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

This div border color is #8A9981.

Opacity

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

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

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

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

This text has shadow with #8A9981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9981.

Preview

Color preview on black background

This text has color #8A9981 on black background.


Color preview on white background

This text has color #8A9981 on white background.


Black color preview on #8A9981 background

This text has black color on #8A9981 background.


White color preview on #8A9981 background

This text has white color on #8A9981 background.


Related colors

Complementary color

Complementary color for #hex is #75667E.


I love getcolorcode.com

Triadic colors

1 #818A99 and #99818A with #8A9981 are triadic colors.

2 #81998A and #998A81 with #8A9981 are triadic colors.