COLOR #8980A1

HEX: #8980A1 RGB: (137,128,161)

Color info

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

RGB color model

#8980A1 color RGB value is (137,128,161).

RGB: (137,128,161) (54%, 50%, 63%)

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 161 of 255 = 63%

137
128
161

R + G + B ~ 56%. #8980A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 128 + 161 = 426 (100%)
R 137 of 426 ~ 32.16%
G 128 of 426 ~ 30.05%
B 161 of 426 ~ 37.79'%

%32.16
%30.05
%37.79

CMYK color model

#8980A1 color CMYK value is (15,20,0,37).

  • cyan value is 14.91%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (15,20,0,37)
C15M20Y0K37 (15%, 20%, 0%, 37%)
(0.15 / 0.20 / 0.00 / 0.37)

CMYK percentages

%14.91
%20.5
%0
%36.86

Codes

Color #8980A1 in popluar color models

89 80 A1
RGB 137 128 161
HSL 256° 14.93% 56.67%
HSB/HSV 256° 20.50% 63.14%
CMYK 14.91% 20.50% 0.00%
36.86%

Color #8980A1 in popluar number systems.

HEX 89 80 A1
Decimal 137 128 161
Binary 10001001 10000000 10100001
Octal 211 200 241

Shades and tints

Shades of #8980A1

#8980A1
(137,128,161)
#7D7593
(125,117,147)
#716A85
(113,106,133)
#655F77
(101,95,119)
#595469
(89,84,105)
#4D495B
(77,73,91)
#413E4D
(65,62,77)
#35333F
(53,51,63)
#292831
(41,40,49)
#1D1D23
(29,29,35)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #8980A1

#8980A1
(137,128,161)
#938BA9
(147,139,169)
#9D96B1
(157,150,177)
#A7A1B9
(167,161,185)
#B1ACC1
(177,172,193)
#BBB7C9
(187,183,201)
#C5C2D1
(197,194,209)
#CFCDD9
(207,205,217)
#D9D8E1
(217,216,225)
#E3E3E9
(227,227,233)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8980A1 color. Also use rgb(137,128,161) instead hex code.

Text Font Color

.myTextColor { color: #8980A1; }

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

This text font color is #8980A1.

Background Color

.myBgColor { background-color: #8980A1; }

<div style="background-color:#8980A1">Inner text</div>

This div background color is #8980A1.

Border color

.myBorderColor { border: 1px solid #8980A1; }

<div style="border:3px solid #8980A1">Div</div>

This div border color is #8980A1.

Opacity

.myOpacity80 { color: #8980A1; opacity: 0.8; }

<p style="color:#8980A1;opacity:0.8;">80%</p>

Text with #8980A1 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 #8980A1;}

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

This text has shadow with #8980A1 color.


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

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

This text has shadow with #8980A1 primary color and red secondary color.


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

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

This text has shadow with #8980A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8980A1.

Preview

Color preview on black background

This text has color #8980A1 on black background.


Color preview on white background

This text has color #8980A1 on white background.


Black color preview on #8980A1 background

This text has black color on #8980A1 background.


White color preview on #8980A1 background

This text has white color on #8980A1 background.


Related colors

Complementary color

Complementary color for #hex is #767F5E.


I love getcolorcode.com

Triadic colors

1 #A18980 and #80A189 with #8980A1 are triadic colors.

2 #A18089 and #8089A1 with #8980A1 are triadic colors.