COLOR #8C9293

HEX: #8C9293 RGB: (140,146,147)

Color info

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

RGB color model

#8C9293 color RGB value is (140,146,147).

RGB: (140,146,147) (55%, 57%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 147 of 255 = 58%

140
146
147

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

Portions of RGB colors in percentages

R + G + B = 140 + 146 + 147 = 433 (100%)
R 140 of 433 ~ 32.33%
G 146 of 433 ~ 33.72%
B 147 of 433 ~ 33.95'%

%32.33
%33.72
%33.95

CMYK color model

#8C9293 color CMYK value is (5,1,0,42).

  • cyan value is 4.76%
  • magenta value is 0.68%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (5,1,0,42)
C5M1Y0K42 (5%, 1%, 0%, 42%)
(0.05 / 0.01 / 0.00 / 0.42)

CMYK percentages

%4.76
%0.68
%0
%42.35

Codes

Color #8C9293 in popluar color models

8C 92 93
RGB 140 146 147
HSL 189° 3.14% 56.27%
HSB/HSV 189° 4.76% 57.65%
CMYK 4.76% 0.68% 0.00%
42.35%

Color #8C9293 in popluar number systems.

HEX 8C 92 93
Decimal 140 146 147
Binary 10001100 10010010 10010011
Octal 214 222 223

Shades and tints

Shades of #8C9293

#8C9293
(140,146,147)
#808586
(128,133,134)
#747879
(116,120,121)
#686B6C
(104,107,108)
#5C5E5F
(92,94,95)
#505152
(80,81,82)
#444445
(68,68,69)
#383738
(56,55,56)
#2C2A2B
(44,42,43)
#201D1E
(32,29,30)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #8C9293

#8C9293
(140,146,147)
#969B9C
(150,155,156)
#A0A4A5
(160,164,165)
#AAADAE
(170,173,174)
#B4B6B7
(180,182,183)
#BEBFC0
(190,191,192)
#C8C8C9
(200,200,201)
#D2D1D2
(210,209,210)
#DCDADB
(220,218,219)
#E6E3E4
(230,227,228)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9293; }

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

This text font color is #8C9293.

Background Color

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

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

This div background color is #8C9293.

Border color

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

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

This div border color is #8C9293.

Opacity

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

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

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

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

This text has shadow with #8C9293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9293.

Preview

Color preview on black background

This text has color #8C9293 on black background.


Color preview on white background

This text has color #8C9293 on white background.


Black color preview on #8C9293 background

This text has black color on #8C9293 background.


White color preview on #8C9293 background

This text has white color on #8C9293 background.


Related colors

Complementary color

Complementary color for #hex is #736D6C.


I love getcolorcode.com

Triadic colors

1 #938C92 and #92938C with #8C9293 are triadic colors.

2 #93928C and #928C93 with #8C9293 are triadic colors.