COLOR #8AD59C

HEX: #8AD59C RGB: (138,213,156)

Color info

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

RGB color model

#8AD59C color RGB value is (138,213,156).

RGB: (138,213,156) (54%, 84%, 61%)

RGB channels and saturation

R 138 of 255 = 54%
G 213 of 255 = 84%
B 156 of 255 = 61%

138
213
156

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

Portions of RGB colors in percentages

R + G + B = 138 + 213 + 156 = 507 (100%)
R 138 of 507 ~ 27.22%
G 213 of 507 ~ 42.01%
B 156 of 507 ~ 30.77'%

%27.22
%42.01
%30.77

CMYK color model

#8AD59C color CMYK value is (35,0,27,16).

  • cyan value is 35.21%
  • magenta value is 0.00%
  • yellow value is 26.76%
  • key color value is 16.47%

CMYK: (35,0,27,16)
C35M0Y27K16 (35%, 0%, 27%, 16%)
(0.35 / 0.00 / 0.27 / 0.16)

CMYK percentages

%35.21
%0
%26.76
%16.47

Codes

Color #8AD59C in popluar color models

8A D5 9C
RGB 138 213 156
HSL 134° 47.17% 68.82%
HSB/HSV 134° 35.21% 83.53%
CMYK 35.21% 0.00% 26.76%
16.47%

Color #8AD59C in popluar number systems.

HEX 8A D5 9C
Decimal 138 213 156
Binary 10001010 11010101 10011100
Octal 212 325 234

Shades and tints

Shades of #8AD59C

#8AD59C
(138,213,156)
#7EC28E
(126,194,142)
#72AF80
(114,175,128)
#669C72
(102,156,114)
#5A8964
(90,137,100)
#4E7656
(78,118,86)
#426348
(66,99,72)
#36503A
(54,80,58)
#2A3D2C
(42,61,44)
#1E2A1E
(30,42,30)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #8AD59C

#8AD59C
(138,213,156)
#94D8A5
(148,216,165)
#9EDBAE
(158,219,174)
#A8DEB7
(168,222,183)
#B2E1C0
(178,225,192)
#BCE4C9
(188,228,201)
#C6E7D2
(198,231,210)
#D0EADB
(208,234,219)
#DAEDE4
(218,237,228)
#E4F0ED
(228,240,237)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD59C color. Also use rgb(138,213,156) instead hex code.

Text Font Color

.myTextColor { color: #8AD59C; }

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

This text font color is #8AD59C.

Background Color

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

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

This div background color is #8AD59C.

Border color

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

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

This div border color is #8AD59C.

Opacity

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

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

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

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

This text has shadow with #8AD59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD59C.

Preview

Color preview on black background

This text has color #8AD59C on black background.


Color preview on white background

This text has color #8AD59C on white background.


Black color preview on #8AD59C background

This text has black color on #8AD59C background.


White color preview on #8AD59C background

This text has white color on #8AD59C background.


Related colors

Complementary color

Complementary color for #hex is #752A63.


I love getcolorcode.com

Triadic colors

1 #9C8AD5 and #D59C8A with #8AD59C are triadic colors.

2 #9CD58A and #D58A9C with #8AD59C are triadic colors.