COLOR #8C97AD

HEX: #8C97AD RGB: (140,151,173)

Color info

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

RGB color model

#8C97AD color RGB value is (140,151,173).

RGB: (140,151,173) (55%, 59%, 68%)

RGB channels and saturation

R 140 of 255 = 55%
G 151 of 255 = 59%
B 173 of 255 = 68%

140
151
173

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

Portions of RGB colors in percentages

R + G + B = 140 + 151 + 173 = 464 (100%)
R 140 of 464 ~ 30.17%
G 151 of 464 ~ 32.54%
B 173 of 464 ~ 37.28'%

%30.17
%32.54
%37.28

CMYK color model

#8C97AD color CMYK value is (19,13,0,32).

  • cyan value is 19.08%
  • magenta value is 12.72%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (19,13,0,32)
C19M13Y0K32 (19%, 13%, 0%, 32%)
(0.19 / 0.13 / 0.00 / 0.32)

CMYK percentages

%19.08
%12.72
%0
%32.16

Codes

Color #8C97AD in popluar color models

8C 97 AD
RGB 140 151 173
HSL 220° 16.75% 61.37%
HSB/HSV 220° 19.08% 67.84%
CMYK 19.08% 12.72% 0.00%
32.16%

Color #8C97AD in popluar number systems.

HEX 8C 97 AD
Decimal 140 151 173
Binary 10001100 10010111 10101101
Octal 214 227 255

Shades and tints

Shades of #8C97AD

#8C97AD
(140,151,173)
#808A9E
(128,138,158)
#747D8F
(116,125,143)
#687080
(104,112,128)
#5C6371
(92,99,113)
#505662
(80,86,98)
#444953
(68,73,83)
#383C44
(56,60,68)
#2C2F35
(44,47,53)
#202226
(32,34,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #8C97AD

#8C97AD
(140,151,173)
#96A0B4
(150,160,180)
#A0A9BB
(160,169,187)
#AAB2C2
(170,178,194)
#B4BBC9
(180,187,201)
#BEC4D0
(190,196,208)
#C8CDD7
(200,205,215)
#D2D6DE
(210,214,222)
#DCDFE5
(220,223,229)
#E6E8EC
(230,232,236)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C97AD color. Also use rgb(140,151,173) instead hex code.

Text Font Color

.myTextColor { color: #8C97AD; }

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

This text font color is #8C97AD.

Background Color

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

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

This div background color is #8C97AD.

Border color

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

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

This div border color is #8C97AD.

Opacity

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

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

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

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

This text has shadow with #8C97AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C97AD.

Preview

Color preview on black background

This text has color #8C97AD on black background.


Color preview on white background

This text has color #8C97AD on white background.


Black color preview on #8C97AD background

This text has black color on #8C97AD background.


White color preview on #8C97AD background

This text has white color on #8C97AD background.


Related colors

Complementary color

Complementary color for #hex is #736852.


I love getcolorcode.com

Triadic colors

1 #AD8C97 and #97AD8C with #8C97AD are triadic colors.

2 #AD978C and #978CAD with #8C97AD are triadic colors.