COLOR #8CD182

HEX: #8CD182
RGB: (140,209,130)

Color info

#8CD182 contains mainly green color. Web safe color of #8CD182 is #99CC99 (or #9C9).

RGB color model

#8CD182 color RGB value is (140,209,130).

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

RGB channels and saturation

R 140 of 255 = 55%
G 209 of 255 = 82%
B 130 of 255 = 51%

140
209
130

R + G + B ~ 63%. #8CD182 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 209 + 130 = 479 (100%)
R 140 of 479 ~ 29.23%
G 209 of 479 ~ 43.63%
B 130 of 479 ~ 27.14%

%29.23
%43.63
%27.14

CMYK color model

#8CD182 color CMYK value is (33,0,38,18).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 18.04%
CMYK:
(33,0,38,18)
C33M0Y38K18 
(33%,0%,38%,18%)
(0.33/0.00/0.38/0.18)	

CMYK percentages

%33.01
%0
%37.8
%18.04

Codes

Color #8CD182 in popluar color models

8CD182
RGB140209130
HSL112°46.20%66.47%
HSB/HSV112°37.80%81.96%
CMYK33.01%0.00%37.80%
18.04%

Color #8CD182 in popluar number systems.

HEX8CD182
Decimal140209130
Binary100011001101000110000010
Octal214321202

Shades and tints

Shades of #8CD182

#8CD182
(140,209,130)
#80BE77
(128,190,119)
#74AB6C
(116,171,108)
#689861
(104,152,97)
#5C8556
(92,133,86)
#50724B
(80,114,75)
#445F40
(68,95,64)
#384C35
(56,76,53)
#2C392A
(44,57,42)
#20261F
(32,38,31)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #8CD182

#8CD182
(140,209,130)
#96D58D
(150,213,141)
#A0D998
(160,217,152)
#AADDA3
(170,221,163)
#B4E1AE
(180,225,174)
#BEE5B9
(190,229,185)
#C8E9C4
(200,233,196)
#D2EDCF
(210,237,207)
#DCF1DA
(220,241,218)
#E6F5E5
(230,245,229)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD182; }

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

This text font color is #8CD182.


Background Color

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

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

This div background color is #8CD182.


Border color

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

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

This div border color is #8CD182.


Opacity

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

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

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

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

This text has shadow with #8CD182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD182 on black background.


Color preview on white background

This text has color #8CD182 on white background.



Black color preview on #8CD182 background

This text has black color on #8CD182 background.


White color preview on #8CD182 background

This text has white color on #8CD182 background.