COLOR #8CC6A5

HEX: #8CC6A5
RGB: (140,198,165)

Color info

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

RGB color model

#8CC6A5 color RGB value is (140,198,165).

  • red value is 140;
  • green value is 198;
  • blue value is 165.
RGB:
(140,198,165)
(55%,78%,65%)

RGB channels and saturation

R 140 of 255 = 55%
G 198 of 255 = 78%
B 165 of 255 = 65%

140
198
165

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

Portions of RGB colors in percentages

R + G + B =
140 + 198 + 165 = 503 (100%)
R 140 of 503 ~ 27.83%
G 198 of 503 ~ 39.36%
B 165 of 503 ~ 32.8%

%27.83
%39.36
%32.8

CMYK color model

#8CC6A5 color CMYK value is (29,0,17,22).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK:
(29,0,17,22)
C29M0Y17K22 
(29%,0%,17%,22%)
(0.29/0.00/0.17/0.22)	

CMYK percentages

%29.29
%0
%16.67
%22.35

Codes

Color #8CC6A5 in popluar color models

8CC6A5
RGB140198165
HSL146°33.72%66.27%
HSB/HSV146°29.29%77.65%
CMYK29.29%0.00%16.67%
22.35%

Color #8CC6A5 in popluar number systems.

HEX8CC6A5
Decimal140198165
Binary100011001100011010100101
Octal214306245

Shades and tints

Shades of #8CC6A5

#8CC6A5
(140,198,165)
#80B496
(128,180,150)
#74A287
(116,162,135)
#689078
(104,144,120)
#5C7E69
(92,126,105)
#506C5A
(80,108,90)
#445A4B
(68,90,75)
#38483C
(56,72,60)
#2C362D
(44,54,45)
#20241E
(32,36,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #8CC6A5

#8CC6A5
(140,198,165)
#96CBAD
(150,203,173)
#A0D0B5
(160,208,181)
#AAD5BD
(170,213,189)
#B4DAC5
(180,218,197)
#BEDFCD
(190,223,205)
#C8E4D5
(200,228,213)
#D2E9DD
(210,233,221)
#DCEEE5
(220,238,229)
#E6F3ED
(230,243,237)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC6A5; }

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

This text font color is #8CC6A5.


Background Color

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

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

This div background color is #8CC6A5.


Border color

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

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

This div border color is #8CC6A5.


Opacity

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

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

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

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

This text has shadow with #8CC6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC6A5 on black background.


Color preview on white background

This text has color #8CC6A5 on white background.



Black color preview on #8CC6A5 background

This text has black color on #8CC6A5 background.


White color preview on #8CC6A5 background

This text has white color on #8CC6A5 background.