COLOR #8CD092

HEX: #8CD092
RGB: (140,208,146)

Color info

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

RGB color model

#8CD092 color RGB value is (140,208,146).

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

RGB channels and saturation

R 140 of 255 = 55%
G 208 of 255 = 82%
B 146 of 255 = 57%

140
208
146

R + G + B ~ 65%. #8CD092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 208 + 146 = 494 (100%)
R 140 of 494 ~ 28.34%
G 208 of 494 ~ 42.11%
B 146 of 494 ~ 29.55%

%28.34
%42.11
%29.55

CMYK color model

#8CD092 color CMYK value is (33,0,30,18).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 18.43%
CMYK:
(33,0,30,18)
C33M0Y30K18 
(33%,0%,30%,18%)
(0.33/0.00/0.30/0.18)	

CMYK percentages

%32.69
%0
%29.81
%18.43

Codes

Color #8CD092 in popluar color models

8CD092
RGB140208146
HSL125°41.98%68.24%
HSB/HSV125°32.69%81.57%
CMYK32.69%0.00%29.81%
18.43%

Color #8CD092 in popluar number systems.

HEX8CD092
Decimal140208146
Binary100011001101000010010010
Octal214320222

Shades and tints

Shades of #8CD092

#8CD092
(140,208,146)
#80BE85
(128,190,133)
#74AC78
(116,172,120)
#689A6B
(104,154,107)
#5C885E
(92,136,94)
#507651
(80,118,81)
#446444
(68,100,68)
#385237
(56,82,55)
#2C402A
(44,64,42)
#202E1D
(32,46,29)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #8CD092

#8CD092
(140,208,146)
#96D49B
(150,212,155)
#A0D8A4
(160,216,164)
#AADCAD
(170,220,173)
#B4E0B6
(180,224,182)
#BEE4BF
(190,228,191)
#C8E8C8
(200,232,200)
#D2ECD1
(210,236,209)
#DCF0DA
(220,240,218)
#E6F4E3
(230,244,227)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD092; }

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

This text font color is #8CD092.


Background Color

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

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

This div background color is #8CD092.


Border color

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

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

This div border color is #8CD092.


Opacity

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

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

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

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

This text has shadow with #8CD092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD092 on black background.


Color preview on white background

This text has color #8CD092 on white background.



Black color preview on #8CD092 background

This text has black color on #8CD092 background.


White color preview on #8CD092 background

This text has white color on #8CD092 background.