COLOR #8C9290

HEX: #8C9290 RGB: (140,146,144)

Color info

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

RGB color model

#8C9290 color RGB value is (140,146,144).

RGB: (140,146,144) (55%, 57%, 56%)

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 144 of 255 = 56%

140
146
144

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

Portions of RGB colors in percentages

R + G + B = 140 + 146 + 144 = 430 (100%)
R 140 of 430 ~ 32.56%
G 146 of 430 ~ 33.95%
B 144 of 430 ~ 33.49'%

%32.56
%33.95
%33.49

CMYK color model

#8C9290 color CMYK value is (4,0,1,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 42.75%

CMYK: (4,0,1,43)
C4M0Y1K43 (4%, 0%, 1%, 43%)
(0.04 / 0.00 / 0.01 / 0.43)

CMYK percentages

%4.11
%0
%1.37
%42.75

Codes

Color #8C9290 in popluar color models

8C 92 90
RGB 140 146 144
HSL 160° 2.68% 56.08%
HSB/HSV 160° 4.11% 57.25%
CMYK 4.11% 0.00% 1.37%
42.75%

Color #8C9290 in popluar number systems.

HEX 8C 92 90
Decimal 140 146 144
Binary 10001100 10010010 10010000
Octal 214 222 220

Shades and tints

Shades of #8C9290

#8C9290
(140,146,144)
#808583
(128,133,131)
#747876
(116,120,118)
#686B69
(104,107,105)
#5C5E5C
(92,94,92)
#50514F
(80,81,79)
#444442
(68,68,66)
#383735
(56,55,53)
#2C2A28
(44,42,40)
#201D1B
(32,29,27)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C9290

#8C9290
(140,146,144)
#969B9A
(150,155,154)
#A0A4A4
(160,164,164)
#AAADAE
(170,173,174)
#B4B6B8
(180,182,184)
#BEBFC2
(190,191,194)
#C8C8CC
(200,200,204)
#D2D1D6
(210,209,214)
#DCDAE0
(220,218,224)
#E6E3EA
(230,227,234)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9290; }

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

This text font color is #8C9290.

Background Color

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

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

This div background color is #8C9290.

Border color

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

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

This div border color is #8C9290.

Opacity

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

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

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

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

This text has shadow with #8C9290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9290.

Preview

Color preview on black background

This text has color #8C9290 on black background.


Color preview on white background

This text has color #8C9290 on white background.


Black color preview on #8C9290 background

This text has black color on #8C9290 background.


White color preview on #8C9290 background

This text has white color on #8C9290 background.


Related colors

Complementary color

Complementary color for #hex is #736D6F.


I love getcolorcode.com

Triadic colors

1 #908C92 and #92908C with #8C9290 are triadic colors.

2 #90928C and #928C90 with #8C9290 are triadic colors.