COLOR #8CAC9B

HEX: #8CAC9B
RGB: (140,172,155)

Color info

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

RGB color model

#8CAC9B color RGB value is (140,172,155).

  • red value is 140;
  • green value is 172;
  • blue value is 155.
RGB:
(140,172,155)
(55%,67%,61%)

RGB channels and saturation

R 140 of 255 = 55%
G 172 of 255 = 67%
B 155 of 255 = 61%

140
172
155

R + G + B ~ 61%. #8CAC9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 172 + 155 = 467 (100%)
R 140 of 467 ~ 29.98%
G 172 of 467 ~ 36.83%
B 155 of 467 ~ 33.19%

%29.98
%36.83
%33.19

CMYK color model

#8CAC9B color CMYK value is (19,0,10,33).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(19,0,10,33)
C19M0Y10K33 
(19%,0%,10%,33%)
(0.19/0.00/0.10/0.33)	

CMYK percentages

%18.6
%0
%9.88
%32.55

Codes

Color #8CAC9B in popluar color models

8CAC9B
RGB140172155
HSL148°16.16%61.18%
HSB/HSV148°18.60%67.45%
CMYK18.60%0.00%9.88%
32.55%

Color #8CAC9B in popluar number systems.

HEX8CAC9B
Decimal140172155
Binary100011001010110010011011
Octal214254233

Shades and tints

Shades of #8CAC9B

#8CAC9B
(140,172,155)
#809D8D
(128,157,141)
#748E7F
(116,142,127)
#687F71
(104,127,113)
#5C7063
(92,112,99)
#506155
(80,97,85)
#445247
(68,82,71)
#384339
(56,67,57)
#2C342B
(44,52,43)
#20251D
(32,37,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #8CAC9B

#8CAC9B
(140,172,155)
#96B3A4
(150,179,164)
#A0BAAD
(160,186,173)
#AAC1B6
(170,193,182)
#B4C8BF
(180,200,191)
#BECFC8
(190,207,200)
#C8D6D1
(200,214,209)
#D2DDDA
(210,221,218)
#DCE4E3
(220,228,227)
#E6EBEC
(230,235,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAC9B; }

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

This text font color is #8CAC9B.


Background Color

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

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

This div background color is #8CAC9B.


Border color

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

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

This div border color is #8CAC9B.


Opacity

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

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

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

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

This text has shadow with #8CAC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAC9B on black background.


Color preview on white background

This text has color #8CAC9B on white background.



Black color preview on #8CAC9B background

This text has black color on #8CAC9B background.


White color preview on #8CAC9B background

This text has white color on #8CAC9B background.