COLOR #8C9990

HEX: #8C9990 RGB: (140,153,144)

Color info

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

RGB color model

#8C9990 color RGB value is (140,153,144).

RGB: (140,153,144) (55%, 60%, 56%)

RGB channels and saturation

R 140 of 255 = 55%
G 153 of 255 = 60%
B 144 of 255 = 56%

140
153
144

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

Portions of RGB colors in percentages

R + G + B = 140 + 153 + 144 = 437 (100%)
R 140 of 437 ~ 32.04%
G 153 of 437 ~ 35.01%
B 144 of 437 ~ 32.95'%

%32.04
%35.01
%32.95

CMYK color model

#8C9990 color CMYK value is (8,0,6,40).

  • cyan value is 8.50%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 40.00%

CMYK: (8,0,6,40)
C8M0Y6K40 (8%, 0%, 6%, 40%)
(0.08 / 0.00 / 0.06 / 0.40)

CMYK percentages

%8.5
%0
%5.88
%40

Codes

Color #8C9990 in popluar color models

8C 99 90
RGB 140 153 144
HSL 138° 5.99% 57.45%
HSB/HSV 138° 8.50% 60.00%
CMYK 8.50% 0.00% 5.88%
40.00%

Color #8C9990 in popluar number systems.

HEX 8C 99 90
Decimal 140 153 144
Binary 10001100 10011001 10010000
Octal 214 231 220

Shades and tints

Shades of #8C9990

#8C9990
(140,153,144)
#808C83
(128,140,131)
#747F76
(116,127,118)
#687269
(104,114,105)
#5C655C
(92,101,92)
#50584F
(80,88,79)
#444B42
(68,75,66)
#383E35
(56,62,53)
#2C3128
(44,49,40)
#20241B
(32,36,27)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #8C9990

#8C9990
(140,153,144)
#96A29A
(150,162,154)
#A0ABA4
(160,171,164)
#AAB4AE
(170,180,174)
#B4BDB8
(180,189,184)
#BEC6C2
(190,198,194)
#C8CFCC
(200,207,204)
#D2D8D6
(210,216,214)
#DCE1E0
(220,225,224)
#E6EAEA
(230,234,234)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9990 color. Also use rgb(140,153,144) instead hex code.

Text Font Color

.myTextColor { color: #8C9990; }

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

This text font color is #8C9990.

Background Color

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

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

This div background color is #8C9990.

Border color

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

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

This div border color is #8C9990.

Opacity

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

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

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

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

This text has shadow with #8C9990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9990.

Preview

Color preview on black background

This text has color #8C9990 on black background.


Color preview on white background

This text has color #8C9990 on white background.


Black color preview on #8C9990 background

This text has black color on #8C9990 background.


White color preview on #8C9990 background

This text has white color on #8C9990 background.


Related colors

Complementary color

Complementary color for #hex is #73666F.


I love getcolorcode.com

Triadic colors

1 #908C99 and #99908C with #8C9990 are triadic colors.

2 #90998C and #998C90 with #8C9990 are triadic colors.