COLOR #8ADE9E

HEX: #8ADE9E RGB: (138,222,158)

Color info

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

RGB color model

#8ADE9E color RGB value is (138,222,158).

RGB: (138,222,158) (54%, 87%, 62%)

RGB channels and saturation

R 138 of 255 = 54%
G 222 of 255 = 87%
B 158 of 255 = 62%

138
222
158

R + G + B ~ 68%. #8ADE9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 222 + 158 = 518 (100%)
R 138 of 518 ~ 26.64%
G 222 of 518 ~ 42.86%
B 158 of 518 ~ 30.5'%

%26.64
%42.86
%30.5

CMYK color model

#8ADE9E color CMYK value is (38,0,29,13).

  • cyan value is 37.84%
  • magenta value is 0.00%
  • yellow value is 28.83%
  • key color value is 12.94%

CMYK: (38,0,29,13)
C38M0Y29K13 (38%, 0%, 29%, 13%)
(0.38 / 0.00 / 0.29 / 0.13)

CMYK percentages

%37.84
%0
%28.83
%12.94

Codes

Color #8ADE9E in popluar color models

8A DE 9E
RGB 138 222 158
HSL 134° 56.00% 70.59%
HSB/HSV 134° 37.84% 87.06%
CMYK 37.84% 0.00% 28.83%
12.94%

Color #8ADE9E in popluar number systems.

HEX 8A DE 9E
Decimal 138 222 158
Binary 10001010 11011110 10011110
Octal 212 336 236

Shades and tints

Shades of #8ADE9E

#8ADE9E
(138,222,158)
#7ECA90
(126,202,144)
#72B682
(114,182,130)
#66A274
(102,162,116)
#5A8E66
(90,142,102)
#4E7A58
(78,122,88)
#42664A
(66,102,74)
#36523C
(54,82,60)
#2A3E2E
(42,62,46)
#1E2A20
(30,42,32)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #8ADE9E

#8ADE9E
(138,222,158)
#94E1A6
(148,225,166)
#9EE4AE
(158,228,174)
#A8E7B6
(168,231,182)
#B2EABE
(178,234,190)
#BCEDC6
(188,237,198)
#C6F0CE
(198,240,206)
#D0F3D6
(208,243,214)
#DAF6DE
(218,246,222)
#E4F9E6
(228,249,230)
#EEFCEE
(238,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADE9E color. Also use rgb(138,222,158) instead hex code.

Text Font Color

.myTextColor { color: #8ADE9E; }

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

This text font color is #8ADE9E.

Background Color

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

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

This div background color is #8ADE9E.

Border color

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

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

This div border color is #8ADE9E.

Opacity

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

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

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

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

This text has shadow with #8ADE9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ADE9E.

Preview

Color preview on black background

This text has color #8ADE9E on black background.


Color preview on white background

This text has color #8ADE9E on white background.


Black color preview on #8ADE9E background

This text has black color on #8ADE9E background.


White color preview on #8ADE9E background

This text has white color on #8ADE9E background.


Related colors

Complementary color

Complementary color for #hex is #752161.


I love getcolorcode.com

Triadic colors

1 #9E8ADE and #DE9E8A with #8ADE9E are triadic colors.

2 #9EDE8A and #DE8A9E with #8ADE9E are triadic colors.