COLOR #8AD9A6

HEX: #8AD9A6
RGB: (138,217,166)

Color info

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

RGB color model

#8AD9A6 color RGB value is (138,217,166).

  • red value is 138;
  • green value is 217;
  • blue value is 166.
RGB:
(138,217,166)
(54%,85%,65%)

RGB channels and saturation

R 138 of 255 = 54%
G 217 of 255 = 85%
B 166 of 255 = 65%

138
217
166

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

Portions of RGB colors in percentages

R + G + B =
138 + 217 + 166 = 521 (100%)
R 138 of 521 ~ 26.49%
G 217 of 521 ~ 41.65%
B 166 of 521 ~ 31.86%

%26.49
%41.65
%31.86

CMYK color model

#8AD9A6 color CMYK value is (36,0,24,15).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 14.90%
CMYK:
(36,0,24,15)
C36M0Y24K15 
(36%,0%,24%,15%)
(0.36/0.00/0.24/0.15)	

CMYK percentages

%36.41
%0
%23.5
%14.9

Codes

Color #8AD9A6 in popluar color models

8AD9A6
RGB138217166
HSL141°50.97%69.61%
HSB/HSV141°36.41%85.10%
CMYK36.41%0.00%23.50%
14.90%

Color #8AD9A6 in popluar number systems.

HEX8AD9A6
Decimal138217166
Binary100010101101100110100110
Octal212331246

Shades and tints

Shades of #8AD9A6

#8AD9A6
(138,217,166)
#7EC697
(126,198,151)
#72B388
(114,179,136)
#66A079
(102,160,121)
#5A8D6A
(90,141,106)
#4E7A5B
(78,122,91)
#42674C
(66,103,76)
#36543D
(54,84,61)
#2A412E
(42,65,46)
#1E2E1F
(30,46,31)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #8AD9A6

#8AD9A6
(138,217,166)
#94DCAE
(148,220,174)
#9EDFB6
(158,223,182)
#A8E2BE
(168,226,190)
#B2E5C6
(178,229,198)
#BCE8CE
(188,232,206)
#C6EBD6
(198,235,214)
#D0EEDE
(208,238,222)
#DAF1E6
(218,241,230)
#E4F4EE
(228,244,238)
#EEF7F6
(238,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD9A6 color. Also use rgb(138,217,166) instead hex code.

Text Font Color

.myTextColor { color: #8AD9A6; }

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

This text font color is #8AD9A6.


Background Color

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

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

This div background color is #8AD9A6.


Border color

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

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

This div border color is #8AD9A6.


Opacity

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

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

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

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

This text has shadow with #8AD9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD9A6 on black background.


Color preview on white background

This text has color #8AD9A6 on white background.



Black color preview on #8AD9A6 background

This text has black color on #8AD9A6 background.


White color preview on #8AD9A6 background

This text has white color on #8AD9A6 background.