COLOR #8CD090

HEX: #8CD090
RGB: (140,208,144)

Color info

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

RGB color model

#8CD090 color RGB value is (140,208,144).

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

RGB channels and saturation

R 140 of 255 = 55%
G 208 of 255 = 82%
B 144 of 255 = 56%

140
208
144

R + G + B ~ 64%. #8CD090 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 208 + 144 = 492 (100%)
R 140 of 492 ~ 28.46%
G 208 of 492 ~ 42.28%
B 144 of 492 ~ 29.27%

%28.46
%42.28
%29.27

CMYK color model

#8CD090 color CMYK value is (33,0,31,18).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 18.43%
CMYK:
(33,0,31,18)
C33M0Y31K18 
(33%,0%,31%,18%)
(0.33/0.00/0.31/0.18)	

CMYK percentages

%32.69
%0
%30.77
%18.43

Codes

Color #8CD090 in popluar color models

8CD090
RGB140208144
HSL124°41.98%68.24%
HSB/HSV124°32.69%81.57%
CMYK32.69%0.00%30.77%
18.43%

Color #8CD090 in popluar number systems.

HEX8CD090
Decimal140208144
Binary100011001101000010010000
Octal214320220

Shades and tints

Shades of #8CD090

#8CD090
(140,208,144)
#80BE83
(128,190,131)
#74AC76
(116,172,118)
#689A69
(104,154,105)
#5C885C
(92,136,92)
#50764F
(80,118,79)
#446442
(68,100,66)
#385235
(56,82,53)
#2C4028
(44,64,40)
#202E1B
(32,46,27)
#141C0E
(20,28,14)
#000000
(0,0,0)

Tints of #8CD090

#8CD090
(140,208,144)
#96D49A
(150,212,154)
#A0D8A4
(160,216,164)
#AADCAE
(170,220,174)
#B4E0B8
(180,224,184)
#BEE4C2
(190,228,194)
#C8E8CC
(200,232,204)
#D2ECD6
(210,236,214)
#DCF0E0
(220,240,224)
#E6F4EA
(230,244,234)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD090; }

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

This text font color is #8CD090.


Background Color

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

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

This div background color is #8CD090.


Border color

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

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

This div border color is #8CD090.


Opacity

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

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

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

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

This text has shadow with #8CD090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD090 on black background.


Color preview on white background

This text has color #8CD090 on white background.



Black color preview on #8CD090 background

This text has black color on #8CD090 background.


White color preview on #8CD090 background

This text has white color on #8CD090 background.