COLOR #8C8690

HEX: #8C8690
RGB: (140,134,144)

Color info

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

RGB color model

#8C8690 color RGB value is (140,134,144).

  • red value is 140;
  • green value is 134;
  • blue value is 144.
RGB:
(140,134,144)
(55%,53%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 134 of 255 = 53%
B 144 of 255 = 56%

140
134
144

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

Portions of RGB colors in percentages

R + G + B =
140 + 134 + 144 = 418 (100%)
R 140 of 418 ~ 33.49%
G 134 of 418 ~ 32.06%
B 144 of 418 ~ 34.45%

%33.49
%32.06
%34.45

CMYK color model

#8C8690 color CMYK value is (3,7,0,44).

  • cyan value is 2.78%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(3,7,0,44)
C3M7Y0K44 
(3%,7%,0%,44%)
(0.03/0.07/0.00/0.44)	

CMYK percentages

%2.78
%6.94
%0
%43.53

Codes

Color #8C8690 in popluar color models

8C8690
RGB140134144
HSL276°4.31%54.51%
HSB/HSV276°6.94%56.47%
CMYK2.78%6.94%0.00%
43.53%

Color #8C8690 in popluar number systems.

HEX8C8690
Decimal140134144
Binary100011001000011010010000
Octal214206220

Shades and tints

Shades of #8C8690

#8C8690
(140,134,144)
#807A83
(128,122,131)
#746E76
(116,110,118)
#686269
(104,98,105)
#5C565C
(92,86,92)
#504A4F
(80,74,79)
#443E42
(68,62,66)
#383235
(56,50,53)
#2C2628
(44,38,40)
#201A1B
(32,26,27)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #8C8690

#8C8690
(140,134,144)
#96919A
(150,145,154)
#A09CA4
(160,156,164)
#AAA7AE
(170,167,174)
#B4B2B8
(180,178,184)
#BEBDC2
(190,189,194)
#C8C8CC
(200,200,204)
#D2D3D6
(210,211,214)
#DCDEE0
(220,222,224)
#E6E9EA
(230,233,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8690; }

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

This text font color is #8C8690.


Background Color

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

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

This div background color is #8C8690.


Border color

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

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

This div border color is #8C8690.


Opacity

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

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

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

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

This text has shadow with #8C8690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8690 on black background.


Color preview on white background

This text has color #8C8690 on white background.



Black color preview on #8C8690 background

This text has black color on #8C8690 background.


White color preview on #8C8690 background

This text has white color on #8C8690 background.