COLOR #8CC6AC

HEX: #8CC6AC RGB: (140,198,172)

Color info

#8CC6AC contains red, green and blue colors in about the same proportion. Web safe color of #8CC6AC is #99CC99 (or #9C9).

RGB color model

#8CC6AC color RGB value is (140,198,172).

RGB: (140,198,172) (55%, 78%, 67%)

RGB channels and saturation

R 140 of 255 = 55%
G 198 of 255 = 78%
B 172 of 255 = 67%

140
198
172

R + G + B ~ 67%. #8CC6AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 198 + 172 = 510 (100%)
R 140 of 510 ~ 27.45%
G 198 of 510 ~ 38.82%
B 172 of 510 ~ 33.73'%

%27.45
%38.82
%33.73

CMYK color model

#8CC6AC color CMYK value is (29,0,13,22).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 22.35%

CMYK: (29,0,13,22)
C29M0Y13K22 (29%, 0%, 13%, 22%)
(0.29 / 0.00 / 0.13 / 0.22)

CMYK percentages

%29.29
%0
%13.13
%22.35

Codes

Color #8CC6AC in popluar color models

8C C6 AC
RGB 140 198 172
HSL 153° 33.72% 66.27%
HSB/HSV 153° 29.29% 77.65%
CMYK 29.29% 0.00% 13.13%
22.35%

Color #8CC6AC in popluar number systems.

HEX 8C C6 AC
Decimal 140 198 172
Binary 10001100 11000110 10101100
Octal 214 306 254

Shades and tints

Shades of #8CC6AC

#8CC6AC
(140,198,172)
#80B49D
(128,180,157)
#74A28E
(116,162,142)
#68907F
(104,144,127)
#5C7E70
(92,126,112)
#506C61
(80,108,97)
#445A52
(68,90,82)
#384843
(56,72,67)
#2C3634
(44,54,52)
#202425
(32,36,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #8CC6AC

#8CC6AC
(140,198,172)
#96CBB3
(150,203,179)
#A0D0BA
(160,208,186)
#AAD5C1
(170,213,193)
#B4DAC8
(180,218,200)
#BEDFCF
(190,223,207)
#C8E4D6
(200,228,214)
#D2E9DD
(210,233,221)
#DCEEE4
(220,238,228)
#E6F3EB
(230,243,235)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC6AC; }

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

This text font color is #8CC6AC.

Background Color

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

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

This div background color is #8CC6AC.

Border color

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

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

This div border color is #8CC6AC.

Opacity

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

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

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

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

This text has shadow with #8CC6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CC6AC.

Preview

Color preview on black background

This text has color #8CC6AC on black background.


Color preview on white background

This text has color #8CC6AC on white background.


Black color preview on #8CC6AC background

This text has black color on #8CC6AC background.


White color preview on #8CC6AC background

This text has white color on #8CC6AC background.


Related colors

Complementary color

Complementary color for #hex is #733953.


I love getcolorcode.com

Triadic colors

1 #AC8CC6 and #C6AC8C with #8CC6AC are triadic colors.

2 #ACC68C and #C68CAC with #8CC6AC are triadic colors.