COLOR #8C988A

HEX: #8C988A
RGB: (140,152,138)

Color info

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

RGB color model

#8C988A color RGB value is (140,152,138).

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

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 138 of 255 = 54%

140
152
138

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

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 138 = 430 (100%)
R 140 of 430 ~ 32.56%
G 152 of 430 ~ 35.35%
B 138 of 430 ~ 32.09%

%32.56
%35.35
%32.09

CMYK color model

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

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(8,0,9,40)
C8M0Y9K40 
(8%,0%,9%,40%)
(0.08/0.00/0.09/0.40)	

CMYK percentages

%7.89
%0
%9.21
%40.39

Codes

Color #8C988A in popluar color models

8C988A
RGB140152138
HSL111°6.36%56.86%
HSB/HSV111°9.21%59.61%
CMYK7.89%0.00%9.21%
40.39%

Color #8C988A in popluar number systems.

HEX8C988A
Decimal140152138
Binary100011001001100010001010
Octal214230212

Shades and tints

Shades of #8C988A

#8C988A
(140,152,138)
#808B7E
(128,139,126)
#747E72
(116,126,114)
#687166
(104,113,102)
#5C645A
(92,100,90)
#50574E
(80,87,78)
#444A42
(68,74,66)
#383D36
(56,61,54)
#2C302A
(44,48,42)
#20231E
(32,35,30)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #8C988A

#8C988A
(140,152,138)
#96A194
(150,161,148)
#A0AA9E
(160,170,158)
#AAB3A8
(170,179,168)
#B4BCB2
(180,188,178)
#BEC5BC
(190,197,188)
#C8CEC6
(200,206,198)
#D2D7D0
(210,215,208)
#DCE0DA
(220,224,218)
#E6E9E4
(230,233,228)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C988A; }

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

This text font color is #8C988A.


Background Color

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

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

This div background color is #8C988A.


Border color

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

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

This div border color is #8C988A.


Opacity

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

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

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

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

This text has shadow with #8C988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C988A on black background.


Color preview on white background

This text has color #8C988A on white background.



Black color preview on #8C988A background

This text has black color on #8C988A background.


White color preview on #8C988A background

This text has white color on #8C988A background.