COLOR #8AD38E

HEX: #8AD38E RGB: (138,211,142)

Color info

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

RGB color model

#8AD38E color RGB value is (138,211,142).

RGB: (138,211,142) (54%, 83%, 56%)

RGB channels and saturation

R 138 of 255 = 54%
G 211 of 255 = 83%
B 142 of 255 = 56%

138
211
142

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

Portions of RGB colors in percentages

R + G + B = 138 + 211 + 142 = 491 (100%)
R 138 of 491 ~ 28.11%
G 211 of 491 ~ 42.97%
B 142 of 491 ~ 28.92'%

%28.11
%42.97
%28.92

CMYK color model

#8AD38E color CMYK value is (35,0,33,17).

  • cyan value is 34.60%
  • magenta value is 0.00%
  • yellow value is 32.70%
  • key color value is 17.25%

CMYK: (35,0,33,17)
C35M0Y33K17 (35%, 0%, 33%, 17%)
(0.35 / 0.00 / 0.33 / 0.17)

CMYK percentages

%34.6
%0
%32.7
%17.25

Codes

Color #8AD38E in popluar color models

8A D3 8E
RGB 138 211 142
HSL 123° 45.34% 68.43%
HSB/HSV 123° 34.60% 82.75%
CMYK 34.60% 0.00% 32.70%
17.25%

Color #8AD38E in popluar number systems.

HEX 8A D3 8E
Decimal 138 211 142
Binary 10001010 11010011 10001110
Octal 212 323 216

Shades and tints

Shades of #8AD38E

#8AD38E
(138,211,142)
#7EC082
(126,192,130)
#72AD76
(114,173,118)
#669A6A
(102,154,106)
#5A875E
(90,135,94)
#4E7452
(78,116,82)
#426146
(66,97,70)
#364E3A
(54,78,58)
#2A3B2E
(42,59,46)
#1E2822
(30,40,34)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #8AD38E

#8AD38E
(138,211,142)
#94D798
(148,215,152)
#9EDBA2
(158,219,162)
#A8DFAC
(168,223,172)
#B2E3B6
(178,227,182)
#BCE7C0
(188,231,192)
#C6EBCA
(198,235,202)
#D0EFD4
(208,239,212)
#DAF3DE
(218,243,222)
#E4F7E8
(228,247,232)
#EEFBF2
(238,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD38E; }

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

This text font color is #8AD38E.

Background Color

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

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

This div background color is #8AD38E.

Border color

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

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

This div border color is #8AD38E.

Opacity

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

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

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

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

This text has shadow with #8AD38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD38E.

Preview

Color preview on black background

This text has color #8AD38E on black background.


Color preview on white background

This text has color #8AD38E on white background.


Black color preview on #8AD38E background

This text has black color on #8AD38E background.


White color preview on #8AD38E background

This text has white color on #8AD38E background.


Related colors

Complementary color

Complementary color for #hex is #752C71.


I love getcolorcode.com

Triadic colors

1 #8E8AD3 and #D38E8A with #8AD38E are triadic colors.

2 #8ED38A and #D38A8E with #8AD38E are triadic colors.