COLOR #8991AB

HEX: #8991AB RGB: (137,145,171)

Color info

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

RGB color model

#8991AB color RGB value is (137,145,171).

RGB: (137,145,171) (54%, 57%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 145 of 255 = 57%
B 171 of 255 = 67%

137
145
171

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

Portions of RGB colors in percentages

R + G + B = 137 + 145 + 171 = 453 (100%)
R 137 of 453 ~ 30.24%
G 145 of 453 ~ 32.01%
B 171 of 453 ~ 37.75'%

%30.24
%32.01
%37.75

CMYK color model

#8991AB color CMYK value is (20,15,0,33).

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

CMYK: (20,15,0,33)
C20M15Y0K33 (20%, 15%, 0%, 33%)
(0.20 / 0.15 / 0.00 / 0.33)

CMYK percentages

%19.88
%15.2
%0
%32.94

Codes

Color #8991AB in popluar color models

89 91 AB
RGB 137 145 171
HSL 226° 16.83% 60.39%
HSB/HSV 226° 19.88% 67.06%
CMYK 19.88% 15.20% 0.00%
32.94%

Color #8991AB in popluar number systems.

HEX 89 91 AB
Decimal 137 145 171
Binary 10001001 10010001 10101011
Octal 211 221 253

Shades and tints

Shades of #8991AB

#8991AB
(137,145,171)
#7D849C
(125,132,156)
#71778D
(113,119,141)
#656A7E
(101,106,126)
#595D6F
(89,93,111)
#4D5060
(77,80,96)
#414351
(65,67,81)
#353642
(53,54,66)
#292933
(41,41,51)
#1D1C24
(29,28,36)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #8991AB

#8991AB
(137,145,171)
#939BB2
(147,155,178)
#9DA5B9
(157,165,185)
#A7AFC0
(167,175,192)
#B1B9C7
(177,185,199)
#BBC3CE
(187,195,206)
#C5CDD5
(197,205,213)
#CFD7DC
(207,215,220)
#D9E1E3
(217,225,227)
#E3EBEA
(227,235,234)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8991AB; }

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

This text font color is #8991AB.

Background Color

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

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

This div background color is #8991AB.

Border color

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

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

This div border color is #8991AB.

Opacity

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

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

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

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

This text has shadow with #8991AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8991AB.

Preview

Color preview on black background

This text has color #8991AB on black background.


Color preview on white background

This text has color #8991AB on white background.


Black color preview on #8991AB background

This text has black color on #8991AB background.


White color preview on #8991AB background

This text has white color on #8991AB background.


Related colors

Complementary color

Complementary color for #hex is #766E54.


I love getcolorcode.com

Triadic colors

1 #AB8991 and #91AB89 with #8991AB are triadic colors.

2 #AB9189 and #9189AB with #8991AB are triadic colors.