COLOR #8D97AF

HEX: #8D97AF RGB: (141,151,175)

Color info

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

RGB color model

#8D97AF color RGB value is (141,151,175).

RGB: (141,151,175) (55%, 59%, 69%)

RGB channels and saturation

R 141 of 255 = 55%
G 151 of 255 = 59%
B 175 of 255 = 69%

141
151
175

R + G + B ~ 61%. #8D97AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 151 + 175 = 467 (100%)
R 141 of 467 ~ 30.19%
G 151 of 467 ~ 32.33%
B 175 of 467 ~ 37.47'%

%30.19
%32.33
%37.47

CMYK color model

#8D97AF color CMYK value is (19,14,0,31).

  • cyan value is 19.43%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (19,14,0,31)
C19M14Y0K31 (19%, 14%, 0%, 31%)
(0.19 / 0.14 / 0.00 / 0.31)

CMYK percentages

%19.43
%13.71
%0
%31.37

Codes

Color #8D97AF in popluar color models

8D 97 AF
RGB 141 151 175
HSL 222° 17.53% 61.96%
HSB/HSV 222° 19.43% 68.63%
CMYK 19.43% 13.71% 0.00%
31.37%

Color #8D97AF in popluar number systems.

HEX 8D 97 AF
Decimal 141 151 175
Binary 10001101 10010111 10101111
Octal 215 227 257

Shades and tints

Shades of #8D97AF

#8D97AF
(141,151,175)
#818AA0
(129,138,160)
#757D91
(117,125,145)
#697082
(105,112,130)
#5D6373
(93,99,115)
#515664
(81,86,100)
#454955
(69,73,85)
#393C46
(57,60,70)
#2D2F37
(45,47,55)
#212228
(33,34,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #8D97AF

#8D97AF
(141,151,175)
#97A0B6
(151,160,182)
#A1A9BD
(161,169,189)
#ABB2C4
(171,178,196)
#B5BBCB
(181,187,203)
#BFC4D2
(191,196,210)
#C9CDD9
(201,205,217)
#D3D6E0
(211,214,224)
#DDDFE7
(221,223,231)
#E7E8EE
(231,232,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D97AF; }

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

This text font color is #8D97AF.

Background Color

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

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

This div background color is #8D97AF.

Border color

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

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

This div border color is #8D97AF.

Opacity

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

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

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

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

This text has shadow with #8D97AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D97AF.

Preview

Color preview on black background

This text has color #8D97AF on black background.


Color preview on white background

This text has color #8D97AF on white background.


Black color preview on #8D97AF background

This text has black color on #8D97AF background.


White color preview on #8D97AF background

This text has white color on #8D97AF background.


Related colors

Complementary color

Complementary color for #hex is #726850.


I love getcolorcode.com

Triadic colors

1 #AF8D97 and #97AF8D with #8D97AF are triadic colors.

2 #AF978D and #978DAF with #8D97AF are triadic colors.