COLOR #8C968E

HEX: #8C968E
RGB: (140,150,142)

Color info

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

RGB color model

#8C968E color RGB value is (140,150,142).

  • red value is 140;
  • green value is 150;
  • blue value is 142.
RGB:
(140,150,142)
(55%,59%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 150 of 255 = 59%
B 142 of 255 = 56%

140
150
142

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

Portions of RGB colors in percentages

R + G + B =
140 + 150 + 142 = 432 (100%)
R 140 of 432 ~ 32.41%
G 150 of 432 ~ 34.72%
B 142 of 432 ~ 32.87%

%32.41
%34.72
%32.87

CMYK color model

#8C968E color CMYK value is (7,0,5,41).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 41.18%
CMYK:
(7,0,5,41)
C7M0Y5K41 
(7%,0%,5%,41%)
(0.07/0.00/0.05/0.41)	

CMYK percentages

%6.67
%0
%5.33
%41.18

Codes

Color #8C968E in popluar color models

8C968E
RGB140150142
HSL132°4.55%56.86%
HSB/HSV132°6.67%58.82%
CMYK6.67%0.00%5.33%
41.18%

Color #8C968E in popluar number systems.

HEX8C968E
Decimal140150142
Binary100011001001011010001110
Octal214226216

Shades and tints

Shades of #8C968E

#8C968E
(140,150,142)
#808982
(128,137,130)
#747C76
(116,124,118)
#686F6A
(104,111,106)
#5C625E
(92,98,94)
#505552
(80,85,82)
#444846
(68,72,70)
#383B3A
(56,59,58)
#2C2E2E
(44,46,46)
#202122
(32,33,34)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #8C968E

#8C968E
(140,150,142)
#969F98
(150,159,152)
#A0A8A2
(160,168,162)
#AAB1AC
(170,177,172)
#B4BAB6
(180,186,182)
#BEC3C0
(190,195,192)
#C8CCCA
(200,204,202)
#D2D5D4
(210,213,212)
#DCDEDE
(220,222,222)
#E6E7E8
(230,231,232)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C968E; }

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

This text font color is #8C968E.


Background Color

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

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

This div background color is #8C968E.


Border color

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

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

This div border color is #8C968E.


Opacity

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

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

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

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

This text has shadow with #8C968E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C968E on black background.


Color preview on white background

This text has color #8C968E on white background.



Black color preview on #8C968E background

This text has black color on #8C968E background.


White color preview on #8C968E background

This text has white color on #8C968E background.