COLOR #8CC1A8

HEX: #8CC1A8
RGB: (140,193,168)

Color info

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

RGB color model

#8CC1A8 color RGB value is (140,193,168).

  • red value is 140;
  • green value is 193;
  • blue value is 168.
RGB:
(140,193,168)
(55%,76%,66%)

RGB channels and saturation

R 140 of 255 = 55%
G 193 of 255 = 76%
B 168 of 255 = 66%

140
193
168

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

Portions of RGB colors in percentages

R + G + B =
140 + 193 + 168 = 501 (100%)
R 140 of 501 ~ 27.94%
G 193 of 501 ~ 38.52%
B 168 of 501 ~ 33.53%

%27.94
%38.52
%33.53

CMYK color model

#8CC1A8 color CMYK value is (27,0,13,24).

  • cyan value is 27.46%
  • magenta value is 0.00%
  • yellow value is 12.95%
  • key color value is 24.31%
CMYK:
(27,0,13,24)
C27M0Y13K24 
(27%,0%,13%,24%)
(0.27/0.00/0.13/0.24)	

CMYK percentages

%27.46
%0
%12.95
%24.31

Codes

Color #8CC1A8 in popluar color models

8CC1A8
RGB140193168
HSL152°29.94%65.29%
HSB/HSV152°27.46%75.69%
CMYK27.46%0.00%12.95%
24.31%

Color #8CC1A8 in popluar number systems.

HEX8CC1A8
Decimal140193168
Binary100011001100000110101000
Octal214301250

Shades and tints

Shades of #8CC1A8

#8CC1A8
(140,193,168)
#80B099
(128,176,153)
#749F8A
(116,159,138)
#688E7B
(104,142,123)
#5C7D6C
(92,125,108)
#506C5D
(80,108,93)
#445B4E
(68,91,78)
#384A3F
(56,74,63)
#2C3930
(44,57,48)
#202821
(32,40,33)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #8CC1A8

#8CC1A8
(140,193,168)
#96C6AF
(150,198,175)
#A0CBB6
(160,203,182)
#AAD0BD
(170,208,189)
#B4D5C4
(180,213,196)
#BEDACB
(190,218,203)
#C8DFD2
(200,223,210)
#D2E4D9
(210,228,217)
#DCE9E0
(220,233,224)
#E6EEE7
(230,238,231)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC1A8 color. Also use rgb(140,193,168) instead hex code.

Text Font Color

.myTextColor { color: #8CC1A8; }

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

This text font color is #8CC1A8.


Background Color

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

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

This div background color is #8CC1A8.


Border color

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

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

This div border color is #8CC1A8.


Opacity

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

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

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

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

This text has shadow with #8CC1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC1A8 on black background.


Color preview on white background

This text has color #8CC1A8 on white background.



Black color preview on #8CC1A8 background

This text has black color on #8CC1A8 background.


White color preview on #8CC1A8 background

This text has white color on #8CC1A8 background.