COLOR #8C9196

HEX: #8C9196 RGB: (140,145,150)

Color info

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

RGB color model

#8C9196 color RGB value is (140,145,150).

RGB: (140,145,150) (55%, 57%, 59%)

RGB channels and saturation

R 140 of 255 = 55%
G 145 of 255 = 57%
B 150 of 255 = 59%

140
145
150

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

Portions of RGB colors in percentages

R + G + B = 140 + 145 + 150 = 435 (100%)
R 140 of 435 ~ 32.18%
G 145 of 435 ~ 33.33%
B 150 of 435 ~ 34.48'%

%32.18
%33.33
%34.48

CMYK color model

#8C9196 color CMYK value is (7,3,0,41).

  • cyan value is 6.67%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (7,3,0,41) C7M3Y0K41 (7%,3%,0%,41%) (0.07/0.03/0.00/0.41) 

CMYK percentages

%6.67
%3.33
%0
%41.18

Codes

Color #8C9196 in popluar color models

8C 91 96
RGB 140 145 150
HSL 210° 4.55% 56.86%
HSB/HSV 210° 6.67% 58.82%
CMYK 6.67% 3.33% 0.00%
41.18%

Color #8C9196 in popluar number systems.

HEX 8C 91 96
Decimal 140 145 150
Binary 10001100 10010001 10010110
Octal 214 221 226

Shades and tints

Shades of #8C9196

#8C9196
(140,145,150)
#808489
(128,132,137)
#74777C
(116,119,124)
#686A6F
(104,106,111)
#5C5D62
(92,93,98)
#505055
(80,80,85)
#444348
(68,67,72)
#38363B
(56,54,59)
#2C292E
(44,41,46)
#201C21
(32,28,33)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #8C9196

#8C9196
(140,145,150)
#969B9F
(150,155,159)
#A0A5A8
(160,165,168)
#AAAFB1
(170,175,177)
#B4B9BA
(180,185,186)
#BEC3C3
(190,195,195)
#C8CDCC
(200,205,204)
#D2D7D5
(210,215,213)
#DCE1DE
(220,225,222)
#E6EBE7
(230,235,231)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9196 color. Also use rgb(140,145,150) instead hex code.

Text Font Color

.myTextColor { color: #8C9196; }

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

This text font color is #8C9196.

Background Color

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

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

This div background color is #8C9196.

Border color

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

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

This div border color is #8C9196.

Opacity

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

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

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

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

This text has shadow with #8C9196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9196.

Preview

Color preview on black background

This text has color #8C9196 on black background.


Color preview on white background

This text has color #8C9196 on white background.


Black color preview on #8C9196 background

This text has black color on #8C9196 background.


White color preview on #8C9196 background

This text has white color on #8C9196 background.


Related colors

Complementary color

Complementary color for #hex is #736E69.


I love getcolorcode.com

Triadic colors

1 #968C91 and #91968C with #8C9196 are triadic colors.

2 #96918C and #918C96 with #8C9196 are triadic colors.