COLOR #8CAC93

HEX: #8CAC93 RGB: (140,172,147)

Color info

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

RGB color model

#8CAC93 color RGB value is (140,172,147).

RGB: (140,172,147) (55%, 67%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 172 of 255 = 67%
B 147 of 255 = 58%

140
172
147

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

Portions of RGB colors in percentages

R + G + B = 140 + 172 + 147 = 459 (100%)
R 140 of 459 ~ 30.5%
G 172 of 459 ~ 37.47%
B 147 of 459 ~ 32.03'%

%30.5
%37.47
%32.03

CMYK color model

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

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

CMYK: (19,0,15,33)
C19M0Y15K33 (19%, 0%, 15%, 33%)
(0.19 / 0.00 / 0.15 / 0.33)

CMYK percentages

%18.6
%0
%14.53
%32.55

Codes

Color #8CAC93 in popluar color models

8C AC 93
RGB 140 172 147
HSL 133° 16.16% 61.18%
HSB/HSV 133° 18.60% 67.45%
CMYK 18.60% 0.00% 14.53%
32.55%

Color #8CAC93 in popluar number systems.

HEX 8C AC 93
Decimal 140 172 147
Binary 10001100 10101100 10010011
Octal 214 254 223

Shades and tints

Shades of #8CAC93

#8CAC93
(140,172,147)
#809D86
(128,157,134)
#748E79
(116,142,121)
#687F6C
(104,127,108)
#5C705F
(92,112,95)
#506152
(80,97,82)
#445245
(68,82,69)
#384338
(56,67,56)
#2C342B
(44,52,43)
#20251E
(32,37,30)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #8CAC93

#8CAC93
(140,172,147)
#96B39C
(150,179,156)
#A0BAA5
(160,186,165)
#AAC1AE
(170,193,174)
#B4C8B7
(180,200,183)
#BECFC0
(190,207,192)
#C8D6C9
(200,214,201)
#D2DDD2
(210,221,210)
#DCE4DB
(220,228,219)
#E6EBE4
(230,235,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAC93; }

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

This text font color is #8CAC93.

Background Color

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

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

This div background color is #8CAC93.

Border color

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

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

This div border color is #8CAC93.

Opacity

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

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

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

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

This text has shadow with #8CAC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CAC93.

Preview

Color preview on black background

This text has color #8CAC93 on black background.


Color preview on white background

This text has color #8CAC93 on white background.


Black color preview on #8CAC93 background

This text has black color on #8CAC93 background.


White color preview on #8CAC93 background

This text has white color on #8CAC93 background.


Related colors

Complementary color

Complementary color for #hex is #73536C.


I love getcolorcode.com

Triadic colors

1 #938CAC and #AC938C with #8CAC93 are triadic colors.

2 #93AC8C and #AC8C93 with #8CAC93 are triadic colors.