COLOR #8D97AB

HEX: #8D97AB RGB: (141,151,171)

Color info

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

RGB color model

#8D97AB color RGB value is (141,151,171).

RGB: (141,151,171) (55%, 59%, 67%)

RGB channels and saturation

R 141 of 255 = 55%
G 151 of 255 = 59%
B 171 of 255 = 67%

141
151
171

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

Portions of RGB colors in percentages

R + G + B = 141 + 151 + 171 = 463 (100%)
R 141 of 463 ~ 30.45%
G 151 of 463 ~ 32.61%
B 171 of 463 ~ 36.93'%

%30.45
%32.61
%36.93

CMYK color model

#8D97AB color CMYK value is (18,12,0,33).

  • cyan value is 17.54%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (18,12,0,33)
C18M12Y0K33 (18%, 12%, 0%, 33%)
(0.18 / 0.12 / 0.00 / 0.33)

CMYK percentages

%17.54
%11.7
%0
%32.94

Codes

Color #8D97AB in popluar color models

8D 97 AB
RGB 141 151 171
HSL 220° 15.15% 61.18%
HSB/HSV 220° 17.54% 67.06%
CMYK 17.54% 11.70% 0.00%
32.94%

Color #8D97AB in popluar number systems.

HEX 8D 97 AB
Decimal 141 151 171
Binary 10001101 10010111 10101011
Octal 215 227 253

Shades and tints

Shades of #8D97AB

#8D97AB
(141,151,171)
#818A9C
(129,138,156)
#757D8D
(117,125,141)
#69707E
(105,112,126)
#5D636F
(93,99,111)
#515660
(81,86,96)
#454951
(69,73,81)
#393C42
(57,60,66)
#2D2F33
(45,47,51)
#212224
(33,34,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #8D97AB

#8D97AB
(141,151,171)
#97A0B2
(151,160,178)
#A1A9B9
(161,169,185)
#ABB2C0
(171,178,192)
#B5BBC7
(181,187,199)
#BFC4CE
(191,196,206)
#C9CDD5
(201,205,213)
#D3D6DC
(211,214,220)
#DDDFE3
(221,223,227)
#E7E8EA
(231,232,234)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D97AB color. Also use rgb(141,151,171) instead hex code.

Text Font Color

.myTextColor { color: #8D97AB; }

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

This text font color is #8D97AB.

Background Color

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

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

This div background color is #8D97AB.

Border color

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

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

This div border color is #8D97AB.

Opacity

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

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

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

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

This text has shadow with #8D97AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D97AB.

Preview

Color preview on black background

This text has color #8D97AB on black background.


Color preview on white background

This text has color #8D97AB on white background.


Black color preview on #8D97AB background

This text has black color on #8D97AB background.


White color preview on #8D97AB background

This text has white color on #8D97AB background.


Related colors

Complementary color

Complementary color for #hex is #726854.


I love getcolorcode.com

Triadic colors

1 #AB8D97 and #97AB8D with #8D97AB are triadic colors.

2 #AB978D and #978DAB with #8D97AB are triadic colors.