COLOR #8A7981

HEX: #8A7981 RGB: (138,121,129)

Color info

#8A7981 contains red, green and blue colors in about the same proportion. Web safe color of #8A7981 is #996699 (or #969).

RGB color model

#8A7981 color RGB value is (138,121,129).

RGB: (138,121,129) (54%, 47%, 51%)

RGB channels and saturation

R 138 of 255 = 54%
G 121 of 255 = 47%
B 129 of 255 = 51%

138
121
129

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

Portions of RGB colors in percentages

R + G + B = 138 + 121 + 129 = 388 (100%)
R 138 of 388 ~ 35.57%
G 121 of 388 ~ 31.19%
B 129 of 388 ~ 33.25'%

%35.57
%31.19
%33.25

CMYK color model

#8A7981 color CMYK value is (0,12,7,46).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 6.52%
  • key color value is 45.88%
CMYK: (0,12,7,46) C0M12Y7K46 (0%,12%,7%,46%) (0.00/0.12/0.07/0.46) 

CMYK percentages

%0
%12.32
%6.52
%45.88

Codes

Color #8A7981 in popluar color models

8A 79 81
RGB 138 121 129
HSL 332° 6.77% 50.78%
HSB/HSV 332° 12.32% 54.12%
CMYK 0.00% 12.32% 6.52%
45.88%

Color #8A7981 in popluar number systems.

HEX 8A 79 81
Decimal 138 121 129
Binary 10001010 1111001 10000001
Octal 212 171 201

Shades and tints

Shades of #8A7981

#8A7981
(138,121,129)
#7E6E76
(126,110,118)
#72636B
(114,99,107)
#665860
(102,88,96)
#5A4D55
(90,77,85)
#4E424A
(78,66,74)
#42373F
(66,55,63)
#362C34
(54,44,52)
#2A2129
(42,33,41)
#1E161E
(30,22,30)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #8A7981

#8A7981
(138,121,129)
#94858C
(148,133,140)
#9E9197
(158,145,151)
#A89DA2
(168,157,162)
#B2A9AD
(178,169,173)
#BCB5B8
(188,181,184)
#C6C1C3
(198,193,195)
#D0CDCE
(208,205,206)
#DAD9D9
(218,217,217)
#E4E5E4
(228,229,228)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7981; }

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

This text font color is #8A7981.

Background Color

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

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

This div background color is #8A7981.

Border color

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

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

This div border color is #8A7981.

Opacity

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

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

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

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

This text has shadow with #8A7981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7981.

Preview

Color preview on black background

This text has color #8A7981 on black background.


Color preview on white background

This text has color #8A7981 on white background.


Black color preview on #8A7981 background

This text has black color on #8A7981 background.


White color preview on #8A7981 background

This text has white color on #8A7981 background.


Related colors

Complementary color

Complementary color for #hex is #75867E.


I love getcolorcode.com

Triadic colors

1 #818A79 and #79818A with #8A7981 are triadic colors.

2 #81798A and #798A81 with #8A7981 are triadic colors.