COLOR #8AD5A9

HEX: #8AD5A9 RGB: (138,213,169)

Color info

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

RGB color model

#8AD5A9 color RGB value is (138,213,169).

RGB: (138,213,169) (54%, 84%, 66%)

RGB channels and saturation

R 138 of 255 = 54%
G 213 of 255 = 84%
B 169 of 255 = 66%

138
213
169

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

Portions of RGB colors in percentages

R + G + B = 138 + 213 + 169 = 520 (100%)
R 138 of 520 ~ 26.54%
G 213 of 520 ~ 40.96%
B 169 of 520 ~ 32.5'%

%26.54
%40.96
%32.5

CMYK color model

#8AD5A9 color CMYK value is (35,0,21,16).

  • cyan value is 35.21%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 16.47%
CMYK: (35,0,21,16) C35M0Y21K16 (35%,0%,21%,16%) (0.35/0.00/0.21/0.16) 

CMYK percentages

%35.21
%0
%20.66
%16.47

Codes

Color #8AD5A9 in popluar color models

8A D5 A9
RGB 138 213 169
HSL 145° 47.17% 68.82%
HSB/HSV 145° 35.21% 83.53%
CMYK 35.21% 0.00% 20.66%
16.47%

Color #8AD5A9 in popluar number systems.

HEX 8A D5 A9
Decimal 138 213 169
Binary 10001010 11010101 10101001
Octal 212 325 251

Shades and tints

Shades of #8AD5A9

#8AD5A9
(138,213,169)
#7EC29A
(126,194,154)
#72AF8B
(114,175,139)
#669C7C
(102,156,124)
#5A896D
(90,137,109)
#4E765E
(78,118,94)
#42634F
(66,99,79)
#365040
(54,80,64)
#2A3D31
(42,61,49)
#1E2A22
(30,42,34)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #8AD5A9

#8AD5A9
(138,213,169)
#94D8B0
(148,216,176)
#9EDBB7
(158,219,183)
#A8DEBE
(168,222,190)
#B2E1C5
(178,225,197)
#BCE4CC
(188,228,204)
#C6E7D3
(198,231,211)
#D0EADA
(208,234,218)
#DAEDE1
(218,237,225)
#E4F0E8
(228,240,232)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD5A9; }

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

This text font color is #8AD5A9.

Background Color

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

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

This div background color is #8AD5A9.

Border color

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

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

This div border color is #8AD5A9.

Opacity

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

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

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

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

This text has shadow with #8AD5A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD5A9.

Preview

Color preview on black background

This text has color #8AD5A9 on black background.


Color preview on white background

This text has color #8AD5A9 on white background.


Black color preview on #8AD5A9 background

This text has black color on #8AD5A9 background.


White color preview on #8AD5A9 background

This text has white color on #8AD5A9 background.


Related colors

Complementary color

Complementary color for #hex is #752A56.


I love getcolorcode.com

Triadic colors

1 #A98AD5 and #D5A98A with #8AD5A9 are triadic colors.

2 #A9D58A and #D58AA9 with #8AD5A9 are triadic colors.