COLOR #8AD5AC

HEX: #8AD5AC
RGB: (138,213,172)

Color info

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

RGB color model

#8AD5AC color RGB value is (138,213,172).

  • red value is 138;
  • green value is 213;
  • blue value is 172.
RGB:
(138,213,172)
(54%,84%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 213 of 255 = 84%
B 172 of 255 = 67%

138
213
172

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

Portions of RGB colors in percentages

R + G + B =
138 + 213 + 172 = 523 (100%)
R 138 of 523 ~ 26.39%
G 213 of 523 ~ 40.73%
B 172 of 523 ~ 32.89%

%26.39
%40.73
%32.89

CMYK color model

#8AD5AC color CMYK value is (35,0,19,16).

  • cyan value is 35.21%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 16.47%
CMYK:
(35,0,19,16)
C35M0Y19K16 
(35%,0%,19%,16%)
(0.35/0.00/0.19/0.16)	

CMYK percentages

%35.21
%0
%19.25
%16.47

Codes

Color #8AD5AC in popluar color models

8AD5AC
RGB138213172
HSL147°47.17%68.82%
HSB/HSV147°35.21%83.53%
CMYK35.21%0.00%19.25%
16.47%

Color #8AD5AC in popluar number systems.

HEX8AD5AC
Decimal138213172
Binary100010101101010110101100
Octal212325254

Shades and tints

Shades of #8AD5AC

#8AD5AC
(138,213,172)
#7EC29D
(126,194,157)
#72AF8E
(114,175,142)
#669C7F
(102,156,127)
#5A8970
(90,137,112)
#4E7661
(78,118,97)
#426352
(66,99,82)
#365043
(54,80,67)
#2A3D34
(42,61,52)
#1E2A25
(30,42,37)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #8AD5AC

#8AD5AC
(138,213,172)
#94D8B3
(148,216,179)
#9EDBBA
(158,219,186)
#A8DEC1
(168,222,193)
#B2E1C8
(178,225,200)
#BCE4CF
(188,228,207)
#C6E7D6
(198,231,214)
#D0EADD
(208,234,221)
#DAEDE4
(218,237,228)
#E4F0EB
(228,240,235)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD5AC; }

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

This text font color is #8AD5AC.


Background Color

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

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

This div background color is #8AD5AC.


Border color

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

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

This div border color is #8AD5AC.


Opacity

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

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

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

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

This text has shadow with #8AD5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD5AC on black background.


Color preview on white background

This text has color #8AD5AC on white background.



Black color preview on #8AD5AC background

This text has black color on #8AD5AC background.


White color preview on #8AD5AC background

This text has white color on #8AD5AC background.