COLOR #8CDD92

HEX: #8CDD92
RGB: (140,221,146)

Color info

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

RGB color model

#8CDD92 color RGB value is (140,221,146).

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

RGB channels and saturation

R 140 of 255 = 55%
G 221 of 255 = 87%
B 146 of 255 = 57%

140
221
146

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

Portions of RGB colors in percentages

R + G + B =
140 + 221 + 146 = 507 (100%)
R 140 of 507 ~ 27.61%
G 221 of 507 ~ 43.59%
B 146 of 507 ~ 28.8%

%27.61
%43.59
%28.8

CMYK color model

#8CDD92 color CMYK value is (37,0,34,13).

  • cyan value is 36.65%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 13.33%
CMYK:
(37,0,34,13)
C37M0Y34K13 
(37%,0%,34%,13%)
(0.37/0.00/0.34/0.13)	

CMYK percentages

%36.65
%0
%33.94
%13.33

Codes

Color #8CDD92 in popluar color models

8CDD92
RGB140221146
HSL124°54.36%70.78%
HSB/HSV124°36.65%86.67%
CMYK36.65%0.00%33.94%
13.33%

Color #8CDD92 in popluar number systems.

HEX8CDD92
Decimal140221146
Binary100011001101110110010010
Octal214335222

Shades and tints

Shades of #8CDD92

#8CDD92
(140,221,146)
#80C985
(128,201,133)
#74B578
(116,181,120)
#68A16B
(104,161,107)
#5C8D5E
(92,141,94)
#507951
(80,121,81)
#446544
(68,101,68)
#385137
(56,81,55)
#2C3D2A
(44,61,42)
#20291D
(32,41,29)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #8CDD92

#8CDD92
(140,221,146)
#96E09B
(150,224,155)
#A0E3A4
(160,227,164)
#AAE6AD
(170,230,173)
#B4E9B6
(180,233,182)
#BEECBF
(190,236,191)
#C8EFC8
(200,239,200)
#D2F2D1
(210,242,209)
#DCF5DA
(220,245,218)
#E6F8E3
(230,248,227)
#F0FBEC
(240,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CDD92; }

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

This text font color is #8CDD92.


Background Color

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

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

This div background color is #8CDD92.


Border color

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

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

This div border color is #8CDD92.


Opacity

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

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

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

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

This text has shadow with #8CDD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CDD92 on black background.


Color preview on white background

This text has color #8CDD92 on white background.



Black color preview on #8CDD92 background

This text has black color on #8CDD92 background.


White color preview on #8CDD92 background

This text has white color on #8CDD92 background.