COLOR #8DE9AE

HEX: #8DE9AE
RGB: (141,233,174)

Color info

#8DE9AE contains mainly green and blue colors. Web safe color of #8DE9AE is #99FF99 (or #9F9).

RGB color model

#8DE9AE color RGB value is (141,233,174).

  • red value is 141;
  • green value is 233;
  • blue value is 174.
RGB:
(141,233,174)
(55%,91%,68%)

RGB channels and saturation

R 141 of 255 = 55%
G 233 of 255 = 91%
B 174 of 255 = 68%

141
233
174

R + G + B ~ 71%. #8DE9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 233 + 174 = 548 (100%)
R 141 of 548 ~ 25.73%
G 233 of 548 ~ 42.52%
B 174 of 548 ~ 31.75%

%25.73
%42.52
%31.75

CMYK color model

#8DE9AE color CMYK value is (39,0,25,9).

  • cyan value is 39.48%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 8.63%
CMYK:
(39,0,25,9)
C39M0Y25K9 
(39%,0%,25%,9%)
(0.39/0.00/0.25/0.09)	

CMYK percentages

%39.48
%0
%25.32
%8.63

Codes

Color #8DE9AE in popluar color models

8DE9AE
RGB141233174
HSL142°67.65%73.33%
HSB/HSV142°39.48%91.37%
CMYK39.48%0.00%25.32%
8.63%

Color #8DE9AE in popluar number systems.

HEX8DE9AE
Decimal141233174
Binary100011011110100110101110
Octal215351256

Shades and tints

Shades of #8DE9AE

#8DE9AE
(141,233,174)
#81D49F
(129,212,159)
#75BF90
(117,191,144)
#69AA81
(105,170,129)
#5D9572
(93,149,114)
#518063
(81,128,99)
#456B54
(69,107,84)
#395645
(57,86,69)
#2D4136
(45,65,54)
#212C27
(33,44,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #8DE9AE

#8DE9AE
(141,233,174)
#97EBB5
(151,235,181)
#A1EDBC
(161,237,188)
#ABEFC3
(171,239,195)
#B5F1CA
(181,241,202)
#BFF3D1
(191,243,209)
#C9F5D8
(201,245,216)
#D3F7DF
(211,247,223)
#DDF9E6
(221,249,230)
#E7FBED
(231,251,237)
#F1FDF4
(241,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DE9AE; }

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

This text font color is #8DE9AE.


Background Color

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

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

This div background color is #8DE9AE.


Border color

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

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

This div border color is #8DE9AE.


Opacity

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

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

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

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

This text has shadow with #8DE9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE9AE on black background.


Color preview on white background

This text has color #8DE9AE on white background.



Black color preview on #8DE9AE background

This text has black color on #8DE9AE background.


White color preview on #8DE9AE background

This text has white color on #8DE9AE background.