COLOR #8ACDAA

HEX: #8ACDAA RGB: (138,205,170)

Color info

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

RGB color model

#8ACDAA color RGB value is (138,205,170).

RGB: (138,205,170) (54%, 80%, 67%)

RGB channels and saturation

R 138 of 255 = 54%
G 205 of 255 = 80%
B 170 of 255 = 67%

138
205
170

R + G + B ~ 67%. #8ACDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 205 + 170 = 513 (100%)
R 138 of 513 ~ 26.9%
G 205 of 513 ~ 39.96%
B 170 of 513 ~ 33.14'%

%26.9
%39.96
%33.14

CMYK color model

#8ACDAA color CMYK value is (33,0,17,20).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 19.61%
CMYK: (33,0,17,20) C33M0Y17K20 (33%,0%,17%,20%) (0.33/0.00/0.17/0.20) 

CMYK percentages

%32.68
%0
%17.07
%19.61

Codes

Color #8ACDAA in popluar color models

8A CD AA
RGB 138 205 170
HSL 149° 40.12% 67.25%
HSB/HSV 149° 32.68% 80.39%
CMYK 32.68% 0.00% 17.07%
19.61%

Color #8ACDAA in popluar number systems.

HEX 8A CD AA
Decimal 138 205 170
Binary 10001010 11001101 10101010
Octal 212 315 252

Shades and tints

Shades of #8ACDAA

#8ACDAA
(138,205,170)
#7EBB9B
(126,187,155)
#72A98C
(114,169,140)
#66977D
(102,151,125)
#5A856E
(90,133,110)
#4E735F
(78,115,95)
#426150
(66,97,80)
#364F41
(54,79,65)
#2A3D32
(42,61,50)
#1E2B23
(30,43,35)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #8ACDAA

#8ACDAA
(138,205,170)
#94D1B1
(148,209,177)
#9ED5B8
(158,213,184)
#A8D9BF
(168,217,191)
#B2DDC6
(178,221,198)
#BCE1CD
(188,225,205)
#C6E5D4
(198,229,212)
#D0E9DB
(208,233,219)
#DAEDE2
(218,237,226)
#E4F1E9
(228,241,233)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACDAA color. Also use rgb(138,205,170) instead hex code.

Text Font Color

.myTextColor { color: #8ACDAA; }

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

This text font color is #8ACDAA.

Background Color

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

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

This div background color is #8ACDAA.

Border color

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

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

This div border color is #8ACDAA.

Opacity

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

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

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

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

This text has shadow with #8ACDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACDAA.

Preview

Color preview on black background

This text has color #8ACDAA on black background.


Color preview on white background

This text has color #8ACDAA on white background.


Black color preview on #8ACDAA background

This text has black color on #8ACDAA background.


White color preview on #8ACDAA background

This text has white color on #8ACDAA background.


Related colors

Complementary color

Complementary color for #hex is #753255.


I love getcolorcode.com

Triadic colors

1 #AA8ACD and #CDAA8A with #8ACDAA are triadic colors.

2 #AACD8A and #CD8AAA with #8ACDAA are triadic colors.