COLOR #8CDE84

HEX: #8CDE84
RGB: (140,222,132)

Color info

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

RGB color model

#8CDE84 color RGB value is (140,222,132).

  • red value is 140;
  • green value is 222;
  • blue value is 132.
RGB:
(140,222,132)
(55%,87%,52%)

RGB channels and saturation

R 140 of 255 = 55%
G 222 of 255 = 87%
B 132 of 255 = 52%

140
222
132

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

Portions of RGB colors in percentages

R + G + B =
140 + 222 + 132 = 494 (100%)
R 140 of 494 ~ 28.34%
G 222 of 494 ~ 44.94%
B 132 of 494 ~ 26.72%

%28.34
%44.94
%26.72

CMYK color model

#8CDE84 color CMYK value is (37,0,41,13).

  • cyan value is 36.94%
  • magenta value is 0.00%
  • yellow value is 40.54%
  • key color value is 12.94%
CMYK:
(37,0,41,13)
C37M0Y41K13 
(37%,0%,41%,13%)
(0.37/0.00/0.41/0.13)	

CMYK percentages

%36.94
%0
%40.54
%12.94

Codes

Color #8CDE84 in popluar color models

8CDE84
RGB140222132
HSL115°57.69%69.41%
HSB/HSV115°40.54%87.06%
CMYK36.94%0.00%40.54%
12.94%

Color #8CDE84 in popluar number systems.

HEX8CDE84
Decimal140222132
Binary100011001101111010000100
Octal214336204

Shades and tints

Shades of #8CDE84

#8CDE84
(140,222,132)
#80CA78
(128,202,120)
#74B66C
(116,182,108)
#68A260
(104,162,96)
#5C8E54
(92,142,84)
#507A48
(80,122,72)
#44663C
(68,102,60)
#385230
(56,82,48)
#2C3E24
(44,62,36)
#202A18
(32,42,24)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #8CDE84

#8CDE84
(140,222,132)
#96E18F
(150,225,143)
#A0E49A
(160,228,154)
#AAE7A5
(170,231,165)
#B4EAB0
(180,234,176)
#BEEDBB
(190,237,187)
#C8F0C6
(200,240,198)
#D2F3D1
(210,243,209)
#DCF6DC
(220,246,220)
#E6F9E7
(230,249,231)
#F0FCF2
(240,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CDE84 color. Also use rgb(140,222,132) instead hex code.

Text Font Color

.myTextColor { color: #8CDE84; }

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

This text font color is #8CDE84.


Background Color

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

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

This div background color is #8CDE84.


Border color

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

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

This div border color is #8CDE84.


Opacity

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

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

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

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

This text has shadow with #8CDE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CDE84 on black background.


Color preview on white background

This text has color #8CDE84 on white background.



Black color preview on #8CDE84 background

This text has black color on #8CDE84 background.


White color preview on #8CDE84 background

This text has white color on #8CDE84 background.