COLOR #8AD39F

HEX: #8AD39F
RGB: (138,211,159)

Color info

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

RGB color model

#8AD39F color RGB value is (138,211,159).

  • red value is 138;
  • green value is 211;
  • blue value is 159.
RGB:
(138,211,159)
(54%,83%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 211 of 255 = 83%
B 159 of 255 = 62%

138
211
159

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

Portions of RGB colors in percentages

R + G + B =
138 + 211 + 159 = 508 (100%)
R 138 of 508 ~ 27.17%
G 211 of 508 ~ 41.54%
B 159 of 508 ~ 31.3%

%27.17
%41.54
%31.3

CMYK color model

#8AD39F color CMYK value is (35,0,25,17).

  • cyan value is 34.60%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 17.25%
CMYK:
(35,0,25,17)
C35M0Y25K17 
(35%,0%,25%,17%)
(0.35/0.00/0.25/0.17)	

CMYK percentages

%34.6
%0
%24.64
%17.25

Codes

Color #8AD39F in popluar color models

8AD39F
RGB138211159
HSL137°45.34%68.43%
HSB/HSV137°34.60%82.75%
CMYK34.60%0.00%24.64%
17.25%

Color #8AD39F in popluar number systems.

HEX8AD39F
Decimal138211159
Binary100010101101001110011111
Octal212323237

Shades and tints

Shades of #8AD39F

#8AD39F
(138,211,159)
#7EC091
(126,192,145)
#72AD83
(114,173,131)
#669A75
(102,154,117)
#5A8767
(90,135,103)
#4E7459
(78,116,89)
#42614B
(66,97,75)
#364E3D
(54,78,61)
#2A3B2F
(42,59,47)
#1E2821
(30,40,33)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #8AD39F

#8AD39F
(138,211,159)
#94D7A7
(148,215,167)
#9EDBAF
(158,219,175)
#A8DFB7
(168,223,183)
#B2E3BF
(178,227,191)
#BCE7C7
(188,231,199)
#C6EBCF
(198,235,207)
#D0EFD7
(208,239,215)
#DAF3DF
(218,243,223)
#E4F7E7
(228,247,231)
#EEFBEF
(238,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD39F color. Also use rgb(138,211,159) instead hex code.

Text Font Color

.myTextColor { color: #8AD39F; }

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

This text font color is #8AD39F.


Background Color

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

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

This div background color is #8AD39F.


Border color

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

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

This div border color is #8AD39F.


Opacity

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

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

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

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

This text has shadow with #8AD39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD39F on black background.


Color preview on white background

This text has color #8AD39F on white background.



Black color preview on #8AD39F background

This text has black color on #8AD39F background.


White color preview on #8AD39F background

This text has white color on #8AD39F background.