COLOR #8CAC96

HEX: #8CAC96 RGB: (140,172,150)

Color info

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

RGB color model

#8CAC96 color RGB value is (140,172,150).

RGB: (140,172,150) (55%, 67%, 59%)

RGB channels and saturation

R 140 of 255 = 55%
G 172 of 255 = 67%
B 150 of 255 = 59%

140
172
150

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

Portions of RGB colors in percentages

R + G + B = 140 + 172 + 150 = 462 (100%)
R 140 of 462 ~ 30.3%
G 172 of 462 ~ 37.23%
B 150 of 462 ~ 32.47'%

%30.3
%37.23
%32.47

CMYK color model

#8CAC96 color CMYK value is (19,0,13,33).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 32.55%

CMYK: (19,0,13,33)
C19M0Y13K33 (19%, 0%, 13%, 33%)
(0.19 / 0.00 / 0.13 / 0.33)

CMYK percentages

%18.6
%0
%12.79
%32.55

Codes

Color #8CAC96 in popluar color models

8C AC 96
RGB 140 172 150
HSL 139° 16.16% 61.18%
HSB/HSV 139° 18.60% 67.45%
CMYK 18.60% 0.00% 12.79%
32.55%

Color #8CAC96 in popluar number systems.

HEX 8C AC 96
Decimal 140 172 150
Binary 10001100 10101100 10010110
Octal 214 254 226

Shades and tints

Shades of #8CAC96

#8CAC96
(140,172,150)
#809D89
(128,157,137)
#748E7C
(116,142,124)
#687F6F
(104,127,111)
#5C7062
(92,112,98)
#506155
(80,97,85)
#445248
(68,82,72)
#38433B
(56,67,59)
#2C342E
(44,52,46)
#202521
(32,37,33)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #8CAC96

#8CAC96
(140,172,150)
#96B39F
(150,179,159)
#A0BAA8
(160,186,168)
#AAC1B1
(170,193,177)
#B4C8BA
(180,200,186)
#BECFC3
(190,207,195)
#C8D6CC
(200,214,204)
#D2DDD5
(210,221,213)
#DCE4DE
(220,228,222)
#E6EBE7
(230,235,231)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAC96; }

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

This text font color is #8CAC96.

Background Color

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

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

This div background color is #8CAC96.

Border color

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

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

This div border color is #8CAC96.

Opacity

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

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

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

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

This text has shadow with #8CAC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CAC96.

Preview

Color preview on black background

This text has color #8CAC96 on black background.


Color preview on white background

This text has color #8CAC96 on white background.


Black color preview on #8CAC96 background

This text has black color on #8CAC96 background.


White color preview on #8CAC96 background

This text has white color on #8CAC96 background.


Related colors

Complementary color

Complementary color for #hex is #735369.


I love getcolorcode.com

Triadic colors

1 #968CAC and #AC968C with #8CAC96 are triadic colors.

2 #96AC8C and #AC8C96 with #8CAC96 are triadic colors.