COLOR #8DC68D

HEX: #8DC68D
RGB: (141,198,141)

Color info

#8DC68D contains red, green and blue colors in about the same proportion. Web safe color of #8DC68D is #99CC99 (or #9C9).

RGB color model

#8DC68D color RGB value is (141,198,141).

  • red value is 141;
  • green value is 198;
  • blue value is 141.
RGB:
(141,198,141)
(55%,78%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 198 of 255 = 78%
B 141 of 255 = 55%

141
198
141

R + G + B ~ 63%. #8DC68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 198 + 141 = 480 (100%)
R 141 of 480 ~ 29.38%
G 198 of 480 ~ 41.25%
B 141 of 480 ~ 29.38%

%29.38
%41.25
%29.38

CMYK color model

#8DC68D color CMYK value is (29,0,29,22).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(29,0,29,22)
C29M0Y29K22 
(29%,0%,29%,22%)
(0.29/0.00/0.29/0.22)	

CMYK percentages

%28.79
%0
%28.79
%22.35

Codes

Color #8DC68D in popluar color models

8DC68D
RGB141198141
HSL120°33.33%66.47%
HSB/HSV120°28.79%77.65%
CMYK28.79%0.00%28.79%
22.35%

Color #8DC68D in popluar number systems.

HEX8DC68D
Decimal141198141
Binary100011011100011010001101
Octal215306215

Shades and tints

Shades of #8DC68D

#8DC68D
(141,198,141)
#81B481
(129,180,129)
#75A275
(117,162,117)
#699069
(105,144,105)
#5D7E5D
(93,126,93)
#516C51
(81,108,81)
#455A45
(69,90,69)
#394839
(57,72,57)
#2D362D
(45,54,45)
#212421
(33,36,33)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #8DC68D

#8DC68D
(141,198,141)
#97CB97
(151,203,151)
#A1D0A1
(161,208,161)
#ABD5AB
(171,213,171)
#B5DAB5
(181,218,181)
#BFDFBF
(191,223,191)
#C9E4C9
(201,228,201)
#D3E9D3
(211,233,211)
#DDEEDD
(221,238,221)
#E7F3E7
(231,243,231)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC68D color. Also use rgb(141,198,141) instead hex code.

Text Font Color

.myTextColor { color: #8DC68D; }

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

This text font color is #8DC68D.


Background Color

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

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

This div background color is #8DC68D.


Border color

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

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

This div border color is #8DC68D.


Opacity

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

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

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

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

This text has shadow with #8DC68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC68D on black background.


Color preview on white background

This text has color #8DC68D on white background.



Black color preview on #8DC68D background

This text has black color on #8DC68D background.


White color preview on #8DC68D background

This text has white color on #8DC68D background.