COLOR #8C9884

HEX: #8C9884
RGB: (140,152,132)

Color info

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

RGB color model

#8C9884 color RGB value is (140,152,132).

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

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 132 of 255 = 52%

140
152
132

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

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 132 = 424 (100%)
R 140 of 424 ~ 33.02%
G 152 of 424 ~ 35.85%
B 132 of 424 ~ 31.13%

%33.02
%35.85
%31.13

CMYK color model

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

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 40.39%
CMYK:
(8,0,13,40)
C8M0Y13K40 
(8%,0%,13%,40%)
(0.08/0.00/0.13/0.40)	

CMYK percentages

%7.89
%0
%13.16
%40.39

Codes

Color #8C9884 in popluar color models

8C9884
RGB140152132
HSL96°8.85%55.69%
HSB/HSV96°13.16%59.61%
CMYK7.89%0.00%13.16%
40.39%

Color #8C9884 in popluar number systems.

HEX8C9884
Decimal140152132
Binary100011001001100010000100
Octal214230204

Shades and tints

Shades of #8C9884

#8C9884
(140,152,132)
#808B78
(128,139,120)
#747E6C
(116,126,108)
#687160
(104,113,96)
#5C6454
(92,100,84)
#505748
(80,87,72)
#444A3C
(68,74,60)
#383D30
(56,61,48)
#2C3024
(44,48,36)
#202318
(32,35,24)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #8C9884

#8C9884
(140,152,132)
#96A18F
(150,161,143)
#A0AA9A
(160,170,154)
#AAB3A5
(170,179,165)
#B4BCB0
(180,188,176)
#BEC5BB
(190,197,187)
#C8CEC6
(200,206,198)
#D2D7D1
(210,215,209)
#DCE0DC
(220,224,220)
#E6E9E7
(230,233,231)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9884; }

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

This text font color is #8C9884.


Background Color

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

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

This div background color is #8C9884.


Border color

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

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

This div border color is #8C9884.


Opacity

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

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

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

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

This text has shadow with #8C9884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9884 on black background.


Color preview on white background

This text has color #8C9884 on white background.



Black color preview on #8C9884 background

This text has black color on #8C9884 background.


White color preview on #8C9884 background

This text has white color on #8C9884 background.