COLOR #8CC3AA

HEX: #8CC3AA
RGB: (140,195,170)

Color info

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

RGB color model

#8CC3AA color RGB value is (140,195,170).

  • red value is 140;
  • green value is 195;
  • blue value is 170.
RGB:
(140,195,170)
(55%,76%,67%)

RGB channels and saturation

R 140 of 255 = 55%
G 195 of 255 = 76%
B 170 of 255 = 67%

140
195
170

R + G + B ~ 66%. #8CC3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 195 + 170 = 505 (100%)
R 140 of 505 ~ 27.72%
G 195 of 505 ~ 38.61%
B 170 of 505 ~ 33.66%

%27.72
%38.61
%33.66

CMYK color model

#8CC3AA color CMYK value is (28,0,13,24).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(28,0,13,24)
C28M0Y13K24 
(28%,0%,13%,24%)
(0.28/0.00/0.13/0.24)	

CMYK percentages

%28.21
%0
%12.82
%23.53

Codes

Color #8CC3AA in popluar color models

8CC3AA
RGB140195170
HSL153°31.43%65.69%
HSB/HSV153°28.21%76.47%
CMYK28.21%0.00%12.82%
23.53%

Color #8CC3AA in popluar number systems.

HEX8CC3AA
Decimal140195170
Binary100011001100001110101010
Octal214303252

Shades and tints

Shades of #8CC3AA

#8CC3AA
(140,195,170)
#80B29B
(128,178,155)
#74A18C
(116,161,140)
#68907D
(104,144,125)
#5C7F6E
(92,127,110)
#506E5F
(80,110,95)
#445D50
(68,93,80)
#384C41
(56,76,65)
#2C3B32
(44,59,50)
#202A23
(32,42,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #8CC3AA

#8CC3AA
(140,195,170)
#96C8B1
(150,200,177)
#A0CDB8
(160,205,184)
#AAD2BF
(170,210,191)
#B4D7C6
(180,215,198)
#BEDCCD
(190,220,205)
#C8E1D4
(200,225,212)
#D2E6DB
(210,230,219)
#DCEBE2
(220,235,226)
#E6F0E9
(230,240,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC3AA color. Also use rgb(140,195,170) instead hex code.

Text Font Color

.myTextColor { color: #8CC3AA; }

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

This text font color is #8CC3AA.


Background Color

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

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

This div background color is #8CC3AA.


Border color

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

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

This div border color is #8CC3AA.


Opacity

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

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

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

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

This text has shadow with #8CC3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC3AA on black background.


Color preview on white background

This text has color #8CC3AA on white background.



Black color preview on #8CC3AA background

This text has black color on #8CC3AA background.


White color preview on #8CC3AA background

This text has white color on #8CC3AA background.