COLOR #8ADA87

HEX: #8ADA87 RGB: (138,218,135)

Color info

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

RGB color model

#8ADA87 color RGB value is (138,218,135).

RGB: (138,218,135) (54%, 85%, 53%)

RGB channels and saturation

R 138 of 255 = 54%
G 218 of 255 = 85%
B 135 of 255 = 53%

138
218
135

R + G + B ~ 64%. #8ADA87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 218 + 135 = 491 (100%)
R 138 of 491 ~ 28.11%
G 218 of 491 ~ 44.4%
B 135 of 491 ~ 27.49'%

%28.11
%44.4
%27.49

CMYK color model

#8ADA87 color CMYK value is (37,0,38,15).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 38.07%
  • key color value is 14.51%

CMYK: (37,0,38,15)
C37M0Y38K15 (37%, 0%, 38%, 15%)
(0.37 / 0.00 / 0.38 / 0.15)

CMYK percentages

%36.7
%0
%38.07
%14.51

Codes

Color #8ADA87 in popluar color models

8A DA 87
RGB 138 218 135
HSL 118° 52.87% 69.22%
HSB/HSV 118° 38.07% 85.49%
CMYK 36.70% 0.00% 38.07%
14.51%

Color #8ADA87 in popluar number systems.

HEX 8A DA 87
Decimal 138 218 135
Binary 10001010 11011010 10000111
Octal 212 332 207

Shades and tints

Shades of #8ADA87

#8ADA87
(138,218,135)
#7EC77B
(126,199,123)
#72B46F
(114,180,111)
#66A163
(102,161,99)
#5A8E57
(90,142,87)
#4E7B4B
(78,123,75)
#42683F
(66,104,63)
#365533
(54,85,51)
#2A4227
(42,66,39)
#1E2F1B
(30,47,27)
#121C0F
(18,28,15)
#000000
(0,0,0)

Tints of #8ADA87

#8ADA87
(138,218,135)
#94DD91
(148,221,145)
#9EE09B
(158,224,155)
#A8E3A5
(168,227,165)
#B2E6AF
(178,230,175)
#BCE9B9
(188,233,185)
#C6ECC3
(198,236,195)
#D0EFCD
(208,239,205)
#DAF2D7
(218,242,215)
#E4F5E1
(228,245,225)
#EEF8EB
(238,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADA87 color. Also use rgb(138,218,135) instead hex code.

Text Font Color

.myTextColor { color: #8ADA87; }

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

This text font color is #8ADA87.

Background Color

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

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

This div background color is #8ADA87.

Border color

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

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

This div border color is #8ADA87.

Opacity

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

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

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

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

This text has shadow with #8ADA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ADA87.

Preview

Color preview on black background

This text has color #8ADA87 on black background.


Color preview on white background

This text has color #8ADA87 on white background.


Black color preview on #8ADA87 background

This text has black color on #8ADA87 background.


White color preview on #8ADA87 background

This text has white color on #8ADA87 background.


Related colors

Complementary color

Complementary color for #hex is #752578.


I love getcolorcode.com

Triadic colors

1 #878ADA and #DA878A with #8ADA87 are triadic colors.

2 #87DA8A and #DA8A87 with #8ADA87 are triadic colors.