COLOR #8C998E

HEX: #8C998E
RGB: (140,153,142)

Color info

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

RGB color model

#8C998E color RGB value is (140,153,142).

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

RGB channels and saturation

R 140 of 255 = 55%
G 153 of 255 = 60%
B 142 of 255 = 56%

140
153
142

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

Portions of RGB colors in percentages

R + G + B =
140 + 153 + 142 = 435 (100%)
R 140 of 435 ~ 32.18%
G 153 of 435 ~ 35.17%
B 142 of 435 ~ 32.64%

%32.18
%35.17
%32.64

CMYK color model

#8C998E color CMYK value is (8,0,7,40).

  • cyan value is 8.50%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(8,0,7,40)
C8M0Y7K40 
(8%,0%,7%,40%)
(0.08/0.00/0.07/0.40)	

CMYK percentages

%8.5
%0
%7.19
%40

Codes

Color #8C998E in popluar color models

8C998E
RGB140153142
HSL129°5.99%57.45%
HSB/HSV129°8.50%60.00%
CMYK8.50%0.00%7.19%
40.00%

Color #8C998E in popluar number systems.

HEX8C998E
Decimal140153142
Binary100011001001100110001110
Octal214231216

Shades and tints

Shades of #8C998E

#8C998E
(140,153,142)
#808C82
(128,140,130)
#747F76
(116,127,118)
#68726A
(104,114,106)
#5C655E
(92,101,94)
#505852
(80,88,82)
#444B46
(68,75,70)
#383E3A
(56,62,58)
#2C312E
(44,49,46)
#202422
(32,36,34)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #8C998E

#8C998E
(140,153,142)
#96A298
(150,162,152)
#A0ABA2
(160,171,162)
#AAB4AC
(170,180,172)
#B4BDB6
(180,189,182)
#BEC6C0
(190,198,192)
#C8CFCA
(200,207,202)
#D2D8D4
(210,216,212)
#DCE1DE
(220,225,222)
#E6EAE8
(230,234,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C998E; }

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

This text font color is #8C998E.


Background Color

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

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

This div background color is #8C998E.


Border color

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

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

This div border color is #8C998E.


Opacity

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

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

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

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

This text has shadow with #8C998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C998E on black background.


Color preview on white background

This text has color #8C998E on white background.



Black color preview on #8C998E background

This text has black color on #8C998E background.


White color preview on #8C998E background

This text has white color on #8C998E background.