COLOR #8981AB

HEX: #8981AB RGB: (137,129,171)

Color info

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

RGB color model

#8981AB color RGB value is (137,129,171).

RGB: (137,129,171) (54%, 51%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 171 of 255 = 67%

137
129
171

R + G + B ~ 57%. #8981AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 129 + 171 = 437 (100%)
R 137 of 437 ~ 31.35%
G 129 of 437 ~ 29.52%
B 171 of 437 ~ 39.13'%

%31.35
%29.52
%39.13

CMYK color model

#8981AB color CMYK value is (20,25,0,33).

  • cyan value is 19.88%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (20,25,0,33)
C20M25Y0K33 (20%, 25%, 0%, 33%)
(0.20 / 0.25 / 0.00 / 0.33)

CMYK percentages

%19.88
%24.56
%0
%32.94

Codes

Color #8981AB in popluar color models

89 81 AB
RGB 137 129 171
HSL 251° 20.00% 58.82%
HSB/HSV 251° 24.56% 67.06%
CMYK 19.88% 24.56% 0.00%
32.94%

Color #8981AB in popluar number systems.

HEX 89 81 AB
Decimal 137 129 171
Binary 10001001 10000001 10101011
Octal 211 201 253

Shades and tints

Shades of #8981AB

#8981AB
(137,129,171)
#7D769C
(125,118,156)
#716B8D
(113,107,141)
#65607E
(101,96,126)
#59556F
(89,85,111)
#4D4A60
(77,74,96)
#413F51
(65,63,81)
#353442
(53,52,66)
#292933
(41,41,51)
#1D1E24
(29,30,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #8981AB

#8981AB
(137,129,171)
#938CB2
(147,140,178)
#9D97B9
(157,151,185)
#A7A2C0
(167,162,192)
#B1ADC7
(177,173,199)
#BBB8CE
(187,184,206)
#C5C3D5
(197,195,213)
#CFCEDC
(207,206,220)
#D9D9E3
(217,217,227)
#E3E4EA
(227,228,234)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8981AB color. Also use rgb(137,129,171) instead hex code.

Text Font Color

.myTextColor { color: #8981AB; }

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

This text font color is #8981AB.

Background Color

.myBgColor { background-color: #8981AB; }

<div style="background-color:#8981AB">Inner text</div>

This div background color is #8981AB.

Border color

.myBorderColor { border: 1px solid #8981AB; }

<div style="border:3px solid #8981AB">Div</div>

This div border color is #8981AB.

Opacity

.myOpacity80 { color: #8981AB; opacity: 0.8; }

<p style="color:#8981AB;opacity:0.8;">80%</p>

Text with #8981AB 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 #8981AB;}

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

This text has shadow with #8981AB color.


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

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

This text has shadow with #8981AB primary color and red secondary color.


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

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

This text has shadow with #8981AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8981AB.

Preview

Color preview on black background

This text has color #8981AB on black background.


Color preview on white background

This text has color #8981AB on white background.


Black color preview on #8981AB background

This text has black color on #8981AB background.


White color preview on #8981AB background

This text has white color on #8981AB background.


Related colors

Complementary color

Complementary color for #hex is #767E54.


I love getcolorcode.com

Triadic colors

1 #AB8981 and #81AB89 with #8981AB are triadic colors.

2 #AB8189 and #8189AB with #8981AB are triadic colors.