COLOR #8C89AF

HEX: #8C89AF
RGB: (140,137,175)

Color info

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

RGB color model

#8C89AF color RGB value is (140,137,175).

  • red value is 140;
  • green value is 137;
  • blue value is 175.
RGB:
(140,137,175)
(55%,54%,69%)

RGB channels and saturation

R 140 of 255 = 55%
G 137 of 255 = 54%
B 175 of 255 = 69%

140
137
175

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

Portions of RGB colors in percentages

R + G + B =
140 + 137 + 175 = 452 (100%)
R 140 of 452 ~ 30.97%
G 137 of 452 ~ 30.31%
B 175 of 452 ~ 38.72%

%30.97
%30.31
%38.72

CMYK color model

#8C89AF color CMYK value is (20,22,0,31).

  • cyan value is 20.00%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(20,22,0,31)
C20M22Y0K31 
(20%,22%,0%,31%)
(0.20/0.22/0.00/0.31)	

CMYK percentages

%20
%21.71
%0
%31.37

Codes

Color #8C89AF in popluar color models

8C89AF
RGB140137175
HSL245°19.19%61.18%
HSB/HSV245°21.71%68.63%
CMYK20.00%21.71%0.00%
31.37%

Color #8C89AF in popluar number systems.

HEX8C89AF
Decimal140137175
Binary100011001000100110101111
Octal214211257

Shades and tints

Shades of #8C89AF

#8C89AF
(140,137,175)
#807DA0
(128,125,160)
#747191
(116,113,145)
#686582
(104,101,130)
#5C5973
(92,89,115)
#504D64
(80,77,100)
#444155
(68,65,85)
#383546
(56,53,70)
#2C2937
(44,41,55)
#201D28
(32,29,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #8C89AF

#8C89AF
(140,137,175)
#9693B6
(150,147,182)
#A09DBD
(160,157,189)
#AAA7C4
(170,167,196)
#B4B1CB
(180,177,203)
#BEBBD2
(190,187,210)
#C8C5D9
(200,197,217)
#D2CFE0
(210,207,224)
#DCD9E7
(220,217,231)
#E6E3EE
(230,227,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C89AF color. Also use rgb(140,137,175) instead hex code.

Text Font Color

.myTextColor { color: #8C89AF; }

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

This text font color is #8C89AF.


Background Color

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

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

This div background color is #8C89AF.


Border color

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

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

This div border color is #8C89AF.


Opacity

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

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

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

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

This text has shadow with #8C89AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C89AF on black background.


Color preview on white background

This text has color #8C89AF on white background.



Black color preview on #8C89AF background

This text has black color on #8C89AF background.


White color preview on #8C89AF background

This text has white color on #8C89AF background.