COLOR #8CC7AC

HEX: #8CC7AC
RGB: (140,199,172)

Color info

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

RGB color model

#8CC7AC color RGB value is (140,199,172).

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

RGB channels and saturation

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

140
199
172

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

Portions of RGB colors in percentages

R + G + B =
140 + 199 + 172 = 511 (100%)
R 140 of 511 ~ 27.4%
G 199 of 511 ~ 38.94%
B 172 of 511 ~ 33.66%

%27.4
%38.94
%33.66

CMYK color model

#8CC7AC color CMYK value is (30,0,14,22).

  • cyan value is 29.65%
  • magenta value is 0.00%
  • yellow value is 13.57%
  • key color value is 21.96%
CMYK:
(30,0,14,22)
C30M0Y14K22 
(30%,0%,14%,22%)
(0.30/0.00/0.14/0.22)	

CMYK percentages

%29.65
%0
%13.57
%21.96

Codes

Color #8CC7AC in popluar color models

8CC7AC
RGB140199172
HSL153°34.50%66.47%
HSB/HSV153°29.65%78.04%
CMYK29.65%0.00%13.57%
21.96%

Color #8CC7AC in popluar number systems.

HEX8CC7AC
Decimal140199172
Binary100011001100011110101100
Octal214307254

Shades and tints

Shades of #8CC7AC

#8CC7AC
(140,199,172)
#80B59D
(128,181,157)
#74A38E
(116,163,142)
#68917F
(104,145,127)
#5C7F70
(92,127,112)
#506D61
(80,109,97)
#445B52
(68,91,82)
#384943
(56,73,67)
#2C3734
(44,55,52)
#202525
(32,37,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #8CC7AC

#8CC7AC
(140,199,172)
#96CCB3
(150,204,179)
#A0D1BA
(160,209,186)
#AAD6C1
(170,214,193)
#B4DBC8
(180,219,200)
#BEE0CF
(190,224,207)
#C8E5D6
(200,229,214)
#D2EADD
(210,234,221)
#DCEFE4
(220,239,228)
#E6F4EB
(230,244,235)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC7AC; }

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

This text font color is #8CC7AC.


Background Color

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

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

This div background color is #8CC7AC.


Border color

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

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

This div border color is #8CC7AC.


Opacity

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

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

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

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

This text has shadow with #8CC7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC7AC on black background.


Color preview on white background

This text has color #8CC7AC on white background.



Black color preview on #8CC7AC background

This text has black color on #8CC7AC background.


White color preview on #8CC7AC background

This text has white color on #8CC7AC background.