COLOR #8CD1A3

HEX: #8CD1A3
RGB: (140,209,163)

Color info

#8CD1A3 contains mainly green and blue colors. Web safe color of #8CD1A3 is #99CC99 (or #9C9).

RGB color model

#8CD1A3 color RGB value is (140,209,163).

  • red value is 140;
  • green value is 209;
  • blue value is 163.
RGB:
(140,209,163)
(55%,82%,64%)

RGB channels and saturation

R 140 of 255 = 55%
G 209 of 255 = 82%
B 163 of 255 = 64%

140
209
163

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

Portions of RGB colors in percentages

R + G + B =
140 + 209 + 163 = 512 (100%)
R 140 of 512 ~ 27.34%
G 209 of 512 ~ 40.82%
B 163 of 512 ~ 31.84%

%27.34
%40.82
%31.84

CMYK color model

#8CD1A3 color CMYK value is (33,0,22,18).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 22.01%
  • key color value is 18.04%
CMYK:
(33,0,22,18)
C33M0Y22K18 
(33%,0%,22%,18%)
(0.33/0.00/0.22/0.18)	

CMYK percentages

%33.01
%0
%22.01
%18.04

Codes

Color #8CD1A3 in popluar color models

8CD1A3
RGB140209163
HSL140°42.86%68.43%
HSB/HSV140°33.01%81.96%
CMYK33.01%0.00%22.01%
18.04%

Color #8CD1A3 in popluar number systems.

HEX8CD1A3
Decimal140209163
Binary100011001101000110100011
Octal214321243

Shades and tints

Shades of #8CD1A3

#8CD1A3
(140,209,163)
#80BE95
(128,190,149)
#74AB87
(116,171,135)
#689879
(104,152,121)
#5C856B
(92,133,107)
#50725D
(80,114,93)
#445F4F
(68,95,79)
#384C41
(56,76,65)
#2C3933
(44,57,51)
#202625
(32,38,37)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #8CD1A3

#8CD1A3
(140,209,163)
#96D5AB
(150,213,171)
#A0D9B3
(160,217,179)
#AADDBB
(170,221,187)
#B4E1C3
(180,225,195)
#BEE5CB
(190,229,203)
#C8E9D3
(200,233,211)
#D2EDDB
(210,237,219)
#DCF1E3
(220,241,227)
#E6F5EB
(230,245,235)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD1A3 color. Also use rgb(140,209,163) instead hex code.

Text Font Color

.myTextColor { color: #8CD1A3; }

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

This text font color is #8CD1A3.


Background Color

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

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

This div background color is #8CD1A3.


Border color

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

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

This div border color is #8CD1A3.


Opacity

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

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

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

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

This text has shadow with #8CD1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD1A3 on black background.


Color preview on white background

This text has color #8CD1A3 on white background.



Black color preview on #8CD1A3 background

This text has black color on #8CD1A3 background.


White color preview on #8CD1A3 background

This text has white color on #8CD1A3 background.