COLOR #8DE0A7

HEX: #8DE0A7
RGB: (141,224,167)

Color info

#8DE0A7 contains mainly green and blue colors. Web safe color of #8DE0A7 is #99CC99 (or #9C9).

RGB color model

#8DE0A7 color RGB value is (141,224,167).

  • red value is 141;
  • green value is 224;
  • blue value is 167.
RGB:
(141,224,167)
(55%,88%,65%)

RGB channels and saturation

R 141 of 255 = 55%
G 224 of 255 = 88%
B 167 of 255 = 65%

141
224
167

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

Portions of RGB colors in percentages

R + G + B =
141 + 224 + 167 = 532 (100%)
R 141 of 532 ~ 26.5%
G 224 of 532 ~ 42.11%
B 167 of 532 ~ 31.39%

%26.5
%42.11
%31.39

CMYK color model

#8DE0A7 color CMYK value is (37,0,25,12).

  • cyan value is 37.05%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 12.16%
CMYK:
(37,0,25,12)
C37M0Y25K12 
(37%,0%,25%,12%)
(0.37/0.00/0.25/0.12)	

CMYK percentages

%37.05
%0
%25.45
%12.16

Codes

Color #8DE0A7 in popluar color models

8DE0A7
RGB141224167
HSL139°57.24%71.57%
HSB/HSV139°37.05%87.84%
CMYK37.05%0.00%25.45%
12.16%

Color #8DE0A7 in popluar number systems.

HEX8DE0A7
Decimal141224167
Binary100011011110000010100111
Octal215340247

Shades and tints

Shades of #8DE0A7

#8DE0A7
(141,224,167)
#81CC98
(129,204,152)
#75B889
(117,184,137)
#69A47A
(105,164,122)
#5D906B
(93,144,107)
#517C5C
(81,124,92)
#45684D
(69,104,77)
#39543E
(57,84,62)
#2D402F
(45,64,47)
#212C20
(33,44,32)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #8DE0A7

#8DE0A7
(141,224,167)
#97E2AF
(151,226,175)
#A1E4B7
(161,228,183)
#ABE6BF
(171,230,191)
#B5E8C7
(181,232,199)
#BFEACF
(191,234,207)
#C9ECD7
(201,236,215)
#D3EEDF
(211,238,223)
#DDF0E7
(221,240,231)
#E7F2EF
(231,242,239)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DE0A7; }

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

This text font color is #8DE0A7.


Background Color

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

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

This div background color is #8DE0A7.


Border color

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

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

This div border color is #8DE0A7.


Opacity

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

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

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

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

This text has shadow with #8DE0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE0A7 on black background.


Color preview on white background

This text has color #8DE0A7 on white background.



Black color preview on #8DE0A7 background

This text has black color on #8DE0A7 background.


White color preview on #8DE0A7 background

This text has white color on #8DE0A7 background.