COLOR #8CDC92

HEX: #8CDC92
RGB: (140,220,146)

Color info

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

RGB color model

#8CDC92 color RGB value is (140,220,146).

  • red value is 140;
  • green value is 220;
  • blue value is 146.
RGB:
(140,220,146)
(55%,86%,57%)

RGB channels and saturation

R 140 of 255 = 55%
G 220 of 255 = 86%
B 146 of 255 = 57%

140
220
146

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

Portions of RGB colors in percentages

R + G + B =
140 + 220 + 146 = 506 (100%)
R 140 of 506 ~ 27.67%
G 220 of 506 ~ 43.48%
B 146 of 506 ~ 28.85%

%27.67
%43.48
%28.85

CMYK color model

#8CDC92 color CMYK value is (36,0,34,14).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 13.73%
CMYK:
(36,0,34,14)
C36M0Y34K14 
(36%,0%,34%,14%)
(0.36/0.00/0.34/0.14)	

CMYK percentages

%36.36
%0
%33.64
%13.73

Codes

Color #8CDC92 in popluar color models

8CDC92
RGB140220146
HSL125°53.33%70.59%
HSB/HSV125°36.36%86.27%
CMYK36.36%0.00%33.64%
13.73%

Color #8CDC92 in popluar number systems.

HEX8CDC92
Decimal140220146
Binary100011001101110010010010
Octal214334222

Shades and tints

Shades of #8CDC92

#8CDC92
(140,220,146)
#80C885
(128,200,133)
#74B478
(116,180,120)
#68A06B
(104,160,107)
#5C8C5E
(92,140,94)
#507851
(80,120,81)
#446444
(68,100,68)
#385037
(56,80,55)
#2C3C2A
(44,60,42)
#20281D
(32,40,29)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #8CDC92

#8CDC92
(140,220,146)
#96DF9B
(150,223,155)
#A0E2A4
(160,226,164)
#AAE5AD
(170,229,173)
#B4E8B6
(180,232,182)
#BEEBBF
(190,235,191)
#C8EEC8
(200,238,200)
#D2F1D1
(210,241,209)
#DCF4DA
(220,244,218)
#E6F7E3
(230,247,227)
#F0FAEC
(240,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CDC92 color. Also use rgb(140,220,146) instead hex code.

Text Font Color

.myTextColor { color: #8CDC92; }

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

This text font color is #8CDC92.


Background Color

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

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

This div background color is #8CDC92.


Border color

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

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

This div border color is #8CDC92.


Opacity

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

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

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

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

This text has shadow with #8CDC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CDC92 on black background.


Color preview on white background

This text has color #8CDC92 on white background.



Black color preview on #8CDC92 background

This text has black color on #8CDC92 background.


White color preview on #8CDC92 background

This text has white color on #8CDC92 background.