COLOR #8C909C

HEX: #8C909C RGB: (140,144,156)

Color info

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

RGB color model

#8C909C color RGB value is (140,144,156).

RGB: (140,144,156) (55%, 56%, 61%)

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 156 of 255 = 61%

140
144
156

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

Portions of RGB colors in percentages

R + G + B = 140 + 144 + 156 = 440 (100%)
R 140 of 440 ~ 31.82%
G 144 of 440 ~ 32.73%
B 156 of 440 ~ 35.45'%

%31.82
%32.73
%35.45

CMYK color model

#8C909C color CMYK value is (10,8,0,39).

  • cyan value is 10.26%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (10,8,0,39)
C10M8Y0K39 (10%, 8%, 0%, 39%)
(0.10 / 0.08 / 0.00 / 0.39)

CMYK percentages

%10.26
%7.69
%0
%38.82

Codes

Color #8C909C in popluar color models

8C 90 9C
RGB 140 144 156
HSL 225° 7.48% 58.04%
HSB/HSV 225° 10.26% 61.18%
CMYK 10.26% 7.69% 0.00%
38.82%

Color #8C909C in popluar number systems.

HEX 8C 90 9C
Decimal 140 144 156
Binary 10001100 10010000 10011100
Octal 214 220 234

Shades and tints

Shades of #8C909C

#8C909C
(140,144,156)
#80838E
(128,131,142)
#747680
(116,118,128)
#686972
(104,105,114)
#5C5C64
(92,92,100)
#504F56
(80,79,86)
#444248
(68,66,72)
#38353A
(56,53,58)
#2C282C
(44,40,44)
#201B1E
(32,27,30)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #8C909C

#8C909C
(140,144,156)
#969AA5
(150,154,165)
#A0A4AE
(160,164,174)
#AAAEB7
(170,174,183)
#B4B8C0
(180,184,192)
#BEC2C9
(190,194,201)
#C8CCD2
(200,204,210)
#D2D6DB
(210,214,219)
#DCE0E4
(220,224,228)
#E6EAED
(230,234,237)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C909C; }

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

This text font color is #8C909C.

Background Color

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

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

This div background color is #8C909C.

Border color

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

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

This div border color is #8C909C.

Opacity

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

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

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

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

This text has shadow with #8C909C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C909C.

Preview

Color preview on black background

This text has color #8C909C on black background.


Color preview on white background

This text has color #8C909C on white background.


Black color preview on #8C909C background

This text has black color on #8C909C background.


White color preview on #8C909C background

This text has white color on #8C909C background.


Related colors

Complementary color

Complementary color for #hex is #736F63.


I love getcolorcode.com

Triadic colors

1 #9C8C90 and #909C8C with #8C909C are triadic colors.

2 #9C908C and #908C9C with #8C909C are triadic colors.