COLOR #8DE2A9

HEX: #8DE2A9
RGB: (141,226,169)

Color info

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

RGB color model

#8DE2A9 color RGB value is (141,226,169).

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

RGB channels and saturation

R 141 of 255 = 55%
G 226 of 255 = 89%
B 169 of 255 = 66%

141
226
169

R + G + B ~ 70%. #8DE2A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 226 + 169 = 536 (100%)
R 141 of 536 ~ 26.31%
G 226 of 536 ~ 42.16%
B 169 of 536 ~ 31.53%

%26.31
%42.16
%31.53

CMYK color model

#8DE2A9 color CMYK value is (38,0,25,11).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 25.22%
  • key color value is 11.37%
CMYK:
(38,0,25,11)
C38M0Y25K11 
(38%,0%,25%,11%)
(0.38/0.00/0.25/0.11)	

CMYK percentages

%37.61
%0
%25.22
%11.37

Codes

Color #8DE2A9 in popluar color models

8DE2A9
RGB141226169
HSL140°59.44%71.96%
HSB/HSV140°37.61%88.63%
CMYK37.61%0.00%25.22%
11.37%

Color #8DE2A9 in popluar number systems.

HEX8DE2A9
Decimal141226169
Binary100011011110001010101001
Octal215342251

Shades and tints

Shades of #8DE2A9

#8DE2A9
(141,226,169)
#81CE9A
(129,206,154)
#75BA8B
(117,186,139)
#69A67C
(105,166,124)
#5D926D
(93,146,109)
#517E5E
(81,126,94)
#456A4F
(69,106,79)
#395640
(57,86,64)
#2D4231
(45,66,49)
#212E22
(33,46,34)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #8DE2A9

#8DE2A9
(141,226,169)
#97E4B0
(151,228,176)
#A1E6B7
(161,230,183)
#ABE8BE
(171,232,190)
#B5EAC5
(181,234,197)
#BFECCC
(191,236,204)
#C9EED3
(201,238,211)
#D3F0DA
(211,240,218)
#DDF2E1
(221,242,225)
#E7F4E8
(231,244,232)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DE2A9; }

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

This text font color is #8DE2A9.


Background Color

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

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

This div background color is #8DE2A9.


Border color

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

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

This div border color is #8DE2A9.


Opacity

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

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

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

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

This text has shadow with #8DE2A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE2A9 on black background.


Color preview on white background

This text has color #8DE2A9 on white background.



Black color preview on #8DE2A9 background

This text has black color on #8DE2A9 background.


White color preview on #8DE2A9 background

This text has white color on #8DE2A9 background.