COLOR #8CAC9E

HEX: #8CAC9E RGB: (140,172,158)

Color info

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

RGB color model

#8CAC9E color RGB value is (140,172,158).

RGB: (140,172,158) (55%, 67%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 172 of 255 = 67%
B 158 of 255 = 62%

140
172
158

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

Portions of RGB colors in percentages

R + G + B = 140 + 172 + 158 = 470 (100%)
R 140 of 470 ~ 29.79%
G 172 of 470 ~ 36.6%
B 158 of 470 ~ 33.62'%

%29.79
%36.6
%33.62

CMYK color model

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

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

CMYK: (19,0,8,33)
C19M0Y8K33 (19%, 0%, 8%, 33%)
(0.19 / 0.00 / 0.08 / 0.33)

CMYK percentages

%18.6
%0
%8.14
%32.55

Codes

Color #8CAC9E in popluar color models

8C AC 9E
RGB 140 172 158
HSL 154° 16.16% 61.18%
HSB/HSV 154° 18.60% 67.45%
CMYK 18.60% 0.00% 8.14%
32.55%

Color #8CAC9E in popluar number systems.

HEX 8C AC 9E
Decimal 140 172 158
Binary 10001100 10101100 10011110
Octal 214 254 236

Shades and tints

Shades of #8CAC9E

#8CAC9E
(140,172,158)
#809D90
(128,157,144)
#748E82
(116,142,130)
#687F74
(104,127,116)
#5C7066
(92,112,102)
#506158
(80,97,88)
#44524A
(68,82,74)
#38433C
(56,67,60)
#2C342E
(44,52,46)
#202520
(32,37,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #8CAC9E

#8CAC9E
(140,172,158)
#96B3A6
(150,179,166)
#A0BAAE
(160,186,174)
#AAC1B6
(170,193,182)
#B4C8BE
(180,200,190)
#BECFC6
(190,207,198)
#C8D6CE
(200,214,206)
#D2DDD6
(210,221,214)
#DCE4DE
(220,228,222)
#E6EBE6
(230,235,230)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAC9E; }

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

This text font color is #8CAC9E.

Background Color

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

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

This div background color is #8CAC9E.

Border color

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

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

This div border color is #8CAC9E.

Opacity

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

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

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

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

This text has shadow with #8CAC9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CAC9E.

Preview

Color preview on black background

This text has color #8CAC9E on black background.


Color preview on white background

This text has color #8CAC9E on white background.


Black color preview on #8CAC9E background

This text has black color on #8CAC9E background.


White color preview on #8CAC9E background

This text has white color on #8CAC9E background.


Related colors

Complementary color

Complementary color for #hex is #735361.


I love getcolorcode.com

Triadic colors

1 #9E8CAC and #AC9E8C with #8CAC9E are triadic colors.

2 #9EAC8C and #AC8C9E with #8CAC9E are triadic colors.