COLOR #8C998C

HEX: #8C998C
RGB: (140,153,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
153
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 153 + 140 = 433 (100%)
R 140 of 433 ~ 32.33%
G 153 of 433 ~ 35.33%
B 140 of 433 ~ 32.33%

%32.33
%35.33
%32.33

CMYK color model

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

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

CMYK percentages

%8.5
%0
%8.5
%40

Codes

Color #8C998C in popluar color models

8C998C
RGB140153140
HSL120°5.99%57.45%
HSB/HSV120°8.50%60.00%
CMYK8.50%0.00%8.50%
40.00%

Color #8C998C in popluar number systems.

HEX8C998C
Decimal140153140
Binary100011001001100110001100
Octal214231214

Shades and tints

Shades of #8C998C

#8C998C
(140,153,140)
#808C80
(128,140,128)
#747F74
(116,127,116)
#687268
(104,114,104)
#5C655C
(92,101,92)
#505850
(80,88,80)
#444B44
(68,75,68)
#383E38
(56,62,56)
#2C312C
(44,49,44)
#202420
(32,36,32)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #8C998C

#8C998C
(140,153,140)
#96A296
(150,162,150)
#A0ABA0
(160,171,160)
#AAB4AA
(170,180,170)
#B4BDB4
(180,189,180)
#BEC6BE
(190,198,190)
#C8CFC8
(200,207,200)
#D2D8D2
(210,216,210)
#DCE1DC
(220,225,220)
#E6EAE6
(230,234,230)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C998C; }

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

This text font color is #8C998C.


Background Color

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

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

This div background color is #8C998C.


Border color

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

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

This div border color is #8C998C.


Opacity

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

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

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

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

This text has shadow with #8C998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C998C on black background.


Color preview on white background

This text has color #8C998C on white background.



Black color preview on #8C998C background

This text has black color on #8C998C background.


White color preview on #8C998C background

This text has white color on #8C998C background.