COLOR #8D97A7

HEX: #8D97A7 RGB: (141,151,167)

Color info

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

RGB color model

#8D97A7 color RGB value is (141,151,167).

RGB: (141,151,167) (55%, 59%, 65%)

RGB channels and saturation

R 141 of 255 = 55%
G 151 of 255 = 59%
B 167 of 255 = 65%

141
151
167

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

Portions of RGB colors in percentages

R + G + B = 141 + 151 + 167 = 459 (100%)
R 141 of 459 ~ 30.72%
G 151 of 459 ~ 32.9%
B 167 of 459 ~ 36.38'%

%30.72
%32.9
%36.38

CMYK color model

#8D97A7 color CMYK value is (16,10,0,35).

  • cyan value is 15.57%
  • magenta value is 9.58%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (16,10,0,35) C16M10Y0K35 (16%,10%,0%,35%) (0.16/0.10/0.00/0.35) 

CMYK percentages

%15.57
%9.58
%0
%34.51

Codes

Color #8D97A7 in popluar color models

8D 97 A7
RGB 141 151 167
HSL 217° 12.87% 60.39%
HSB/HSV 217° 15.57% 65.49%
CMYK 15.57% 9.58% 0.00%
34.51%

Color #8D97A7 in popluar number systems.

HEX 8D 97 A7
Decimal 141 151 167
Binary 10001101 10010111 10100111
Octal 215 227 247

Shades and tints

Shades of #8D97A7

#8D97A7
(141,151,167)
#818A98
(129,138,152)
#757D89
(117,125,137)
#69707A
(105,112,122)
#5D636B
(93,99,107)
#51565C
(81,86,92)
#45494D
(69,73,77)
#393C3E
(57,60,62)
#2D2F2F
(45,47,47)
#212220
(33,34,32)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #8D97A7

#8D97A7
(141,151,167)
#97A0AF
(151,160,175)
#A1A9B7
(161,169,183)
#ABB2BF
(171,178,191)
#B5BBC7
(181,187,199)
#BFC4CF
(191,196,207)
#C9CDD7
(201,205,215)
#D3D6DF
(211,214,223)
#DDDFE7
(221,223,231)
#E7E8EF
(231,232,239)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D97A7; }

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

This text font color is #8D97A7.

Background Color

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

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

This div background color is #8D97A7.

Border color

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

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

This div border color is #8D97A7.

Opacity

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

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

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

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

This text has shadow with #8D97A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D97A7.

Preview

Color preview on black background

This text has color #8D97A7 on black background.


Color preview on white background

This text has color #8D97A7 on white background.


Black color preview on #8D97A7 background

This text has black color on #8D97A7 background.


White color preview on #8D97A7 background

This text has white color on #8D97A7 background.


Related colors

Complementary color

Complementary color for #hex is #726858.


I love getcolorcode.com

Triadic colors

1 #A78D97 and #97A78D with #8D97A7 are triadic colors.

2 #A7978D and #978DA7 with #8D97A7 are triadic colors.