COLOR #8DEE7D

HEX: #8DEE7D
RGB: (141,238,125)

Color info

#8DEE7D contains mainly green color. Web safe color of #8DEE7D is #99FF66 (or #9F6).

RGB color model

#8DEE7D color RGB value is (141,238,125).

  • red value is 141;
  • green value is 238;
  • blue value is 125.
RGB:
(141,238,125)
(55%,93%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 238 of 255 = 93%
B 125 of 255 = 49%

141
238
125

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

Portions of RGB colors in percentages

R + G + B =
141 + 238 + 125 = 504 (100%)
R 141 of 504 ~ 27.98%
G 238 of 504 ~ 47.22%
B 125 of 504 ~ 24.8%

%27.98
%47.22
%24.8

CMYK color model

#8DEE7D color CMYK value is (41,0,47,7).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 47.48%
  • key color value is 6.67%
CMYK:
(41,0,47,7)
C41M0Y47K7 
(41%,0%,47%,7%)
(0.41/0.00/0.47/0.07)	

CMYK percentages

%40.76
%0
%47.48
%6.67

Codes

Color #8DEE7D in popluar color models

8DEE7D
RGB141238125
HSL112°76.87%71.18%
HSB/HSV112°47.48%93.33%
CMYK40.76%0.00%47.48%
6.67%

Color #8DEE7D in popluar number systems.

HEX8DEE7D
Decimal141238125
Binary10001101111011101111101
Octal215356175

Shades and tints

Shades of #8DEE7D

#8DEE7D
(141,238,125)
#81D972
(129,217,114)
#75C467
(117,196,103)
#69AF5C
(105,175,92)
#5D9A51
(93,154,81)
#518546
(81,133,70)
#45703B
(69,112,59)
#395B30
(57,91,48)
#2D4625
(45,70,37)
#21311A
(33,49,26)
#151C0F
(21,28,15)
#000000
(0,0,0)

Tints of #8DEE7D

#8DEE7D
(141,238,125)
#97EF88
(151,239,136)
#A1F093
(161,240,147)
#ABF19E
(171,241,158)
#B5F2A9
(181,242,169)
#BFF3B4
(191,243,180)
#C9F4BF
(201,244,191)
#D3F5CA
(211,245,202)
#DDF6D5
(221,246,213)
#E7F7E0
(231,247,224)
#F1F8EB
(241,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DEE7D; }

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

This text font color is #8DEE7D.


Background Color

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

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

This div background color is #8DEE7D.


Border color

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

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

This div border color is #8DEE7D.


Opacity

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

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

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

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

This text has shadow with #8DEE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DEE7D on black background.


Color preview on white background

This text has color #8DEE7D on white background.



Black color preview on #8DEE7D background

This text has black color on #8DEE7D background.


White color preview on #8DEE7D background

This text has white color on #8DEE7D background.