COLOR #8DE29D

HEX: #8DE29D
RGB: (141,226,157)

Color info

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

RGB color model

#8DE29D color RGB value is (141,226,157).

  • red value is 141;
  • green value is 226;
  • blue value is 157.
RGB:
(141,226,157)
(55%,89%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 226 of 255 = 89%
B 157 of 255 = 62%

141
226
157

R + G + B ~ 69%. #8DE29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 226 + 157 = 524 (100%)
R 141 of 524 ~ 26.91%
G 226 of 524 ~ 43.13%
B 157 of 524 ~ 29.96%

%26.91
%43.13
%29.96

CMYK color model

#8DE29D color CMYK value is (38,0,31,11).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 11.37%
CMYK:
(38,0,31,11)
C38M0Y31K11 
(38%,0%,31%,11%)
(0.38/0.00/0.31/0.11)	

CMYK percentages

%37.61
%0
%30.53
%11.37

Codes

Color #8DE29D in popluar color models

8DE29D
RGB141226157
HSL131°59.44%71.96%
HSB/HSV131°37.61%88.63%
CMYK37.61%0.00%30.53%
11.37%

Color #8DE29D in popluar number systems.

HEX8DE29D
Decimal141226157
Binary100011011110001010011101
Octal215342235

Shades and tints

Shades of #8DE29D

#8DE29D
(141,226,157)
#81CE8F
(129,206,143)
#75BA81
(117,186,129)
#69A673
(105,166,115)
#5D9265
(93,146,101)
#517E57
(81,126,87)
#456A49
(69,106,73)
#39563B
(57,86,59)
#2D422D
(45,66,45)
#212E1F
(33,46,31)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #8DE29D

#8DE29D
(141,226,157)
#97E4A5
(151,228,165)
#A1E6AD
(161,230,173)
#ABE8B5
(171,232,181)
#B5EABD
(181,234,189)
#BFECC5
(191,236,197)
#C9EECD
(201,238,205)
#D3F0D5
(211,240,213)
#DDF2DD
(221,242,221)
#E7F4E5
(231,244,229)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DE29D; }

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

This text font color is #8DE29D.


Background Color

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

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

This div background color is #8DE29D.


Border color

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

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

This div border color is #8DE29D.


Opacity

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

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

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

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

This text has shadow with #8DE29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE29D on black background.


Color preview on white background

This text has color #8DE29D on white background.



Black color preview on #8DE29D background

This text has black color on #8DE29D background.


White color preview on #8DE29D background

This text has white color on #8DE29D background.