COLOR #8C889A

HEX: #8C889A RGB: (140,136,154)

Color info

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

RGB color model

#8C889A color RGB value is (140,136,154).

RGB: (140,136,154) (55%, 53%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 154 of 255 = 60%

140
136
154

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

Portions of RGB colors in percentages

R + G + B = 140 + 136 + 154 = 430 (100%)
R 140 of 430 ~ 32.56%
G 136 of 430 ~ 31.63%
B 154 of 430 ~ 35.81'%

%32.56
%31.63
%35.81

CMYK color model

#8C889A color CMYK value is (9,12,0,40).

  • cyan value is 9.09%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (9,12,0,40)
C9M12Y0K40 (9%, 12%, 0%, 40%)
(0.09 / 0.12 / 0.00 / 0.40)

CMYK percentages

%9.09
%11.69
%0
%39.61

Codes

Color #8C889A in popluar color models

8C 88 9A
RGB 140 136 154
HSL 253° 8.18% 56.86%
HSB/HSV 253° 11.69% 60.39%
CMYK 9.09% 11.69% 0.00%
39.61%

Color #8C889A in popluar number systems.

HEX 8C 88 9A
Decimal 140 136 154
Binary 10001100 10001000 10011010
Octal 214 210 232

Shades and tints

Shades of #8C889A

#8C889A
(140,136,154)
#807C8C
(128,124,140)
#74707E
(116,112,126)
#686470
(104,100,112)
#5C5862
(92,88,98)
#504C54
(80,76,84)
#444046
(68,64,70)
#383438
(56,52,56)
#2C282A
(44,40,42)
#201C1C
(32,28,28)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C889A

#8C889A
(140,136,154)
#9692A3
(150,146,163)
#A09CAC
(160,156,172)
#AAA6B5
(170,166,181)
#B4B0BE
(180,176,190)
#BEBAC7
(190,186,199)
#C8C4D0
(200,196,208)
#D2CED9
(210,206,217)
#DCD8E2
(220,216,226)
#E6E2EB
(230,226,235)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C889A color. Also use rgb(140,136,154) instead hex code.

Text Font Color

.myTextColor { color: #8C889A; }

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

This text font color is #8C889A.

Background Color

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

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

This div background color is #8C889A.

Border color

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

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

This div border color is #8C889A.

Opacity

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

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

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

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

This text has shadow with #8C889A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C889A.

Preview

Color preview on black background

This text has color #8C889A on black background.


Color preview on white background

This text has color #8C889A on white background.


Black color preview on #8C889A background

This text has black color on #8C889A background.


White color preview on #8C889A background

This text has white color on #8C889A background.


Related colors

Complementary color

Complementary color for #hex is #737765.


I love getcolorcode.com

Triadic colors

1 #9A8C88 and #889A8C with #8C889A are triadic colors.

2 #9A888C and #888C9A with #8C889A are triadic colors.