COLOR #8C8889

HEX: #8C8889 RGB: (140,136,137)

Color info

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

RGB color model

#8C8889 color RGB value is (140,136,137).

RGB: (140,136,137) (55%, 53%, 54%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 137 of 255 = 54%

140
136
137

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

Portions of RGB colors in percentages

R + G + B = 140 + 136 + 137 = 413 (100%)
R 140 of 413 ~ 33.9%
G 136 of 413 ~ 32.93%
B 137 of 413 ~ 33.17'%

%33.9
%32.93
%33.17

CMYK color model

#8C8889 color CMYK value is (0,3,2,45).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 2.14%
  • key color value is 45.10%
CMYK: (0,3,2,45) C0M3Y2K45 (0%,3%,2%,45%) (0.00/0.03/0.02/0.45) 

CMYK percentages

%0
%2.86
%2.14
%45.1

Codes

Color #8C8889 in popluar color models

8C 88 89
RGB 140 136 137
HSL 345° 1.71% 54.12%
HSB/HSV 345° 2.86% 54.90%
CMYK 0.00% 2.86% 2.14%
45.10%

Color #8C8889 in popluar number systems.

HEX 8C 88 89
Decimal 140 136 137
Binary 10001100 10001000 10001001
Octal 214 210 211

Shades and tints

Shades of #8C8889

#8C8889
(140,136,137)
#807C7D
(128,124,125)
#747071
(116,112,113)
#686465
(104,100,101)
#5C5859
(92,88,89)
#504C4D
(80,76,77)
#444041
(68,64,65)
#383435
(56,52,53)
#2C2829
(44,40,41)
#201C1D
(32,28,29)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #8C8889

#8C8889
(140,136,137)
#969293
(150,146,147)
#A09C9D
(160,156,157)
#AAA6A7
(170,166,167)
#B4B0B1
(180,176,177)
#BEBABB
(190,186,187)
#C8C4C5
(200,196,197)
#D2CECF
(210,206,207)
#DCD8D9
(220,216,217)
#E6E2E3
(230,226,227)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8889; }

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

This text font color is #8C8889.

Background Color

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

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

This div background color is #8C8889.

Border color

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

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

This div border color is #8C8889.

Opacity

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

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

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

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

This text has shadow with #8C8889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8889.

Preview

Color preview on black background

This text has color #8C8889 on black background.


Color preview on white background

This text has color #8C8889 on white background.


Black color preview on #8C8889 background

This text has black color on #8C8889 background.


White color preview on #8C8889 background

This text has white color on #8C8889 background.


Related colors

Complementary color

Complementary color for #hex is #737776.


I love getcolorcode.com

Triadic colors

1 #898C88 and #88898C with #8C8889 are triadic colors.

2 #89888C and #888C89 with #8C8889 are triadic colors.