COLOR #8ACAA4

HEX: #8ACAA4 RGB: (138,202,164)

Color info

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

RGB color model

#8ACAA4 color RGB value is (138,202,164).

RGB: (138,202,164) (54%, 79%, 64%)

RGB channels and saturation

R 138 of 255 = 54%
G 202 of 255 = 79%
B 164 of 255 = 64%

138
202
164

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

Portions of RGB colors in percentages

R + G + B = 138 + 202 + 164 = 504 (100%)
R 138 of 504 ~ 27.38%
G 202 of 504 ~ 40.08%
B 164 of 504 ~ 32.54'%

%27.38
%40.08
%32.54

CMYK color model

#8ACAA4 color CMYK value is (32,0,19,21).

  • cyan value is 31.68%
  • magenta value is 0.00%
  • yellow value is 18.81%
  • key color value is 20.78%

CMYK: (32,0,19,21)
C32M0Y19K21 (32%, 0%, 19%, 21%)
(0.32 / 0.00 / 0.19 / 0.21)

CMYK percentages

%31.68
%0
%18.81
%20.78

Codes

Color #8ACAA4 in popluar color models

8A CA A4
RGB 138 202 164
HSL 144° 37.65% 66.67%
HSB/HSV 144° 31.68% 79.22%
CMYK 31.68% 0.00% 18.81%
20.78%

Color #8ACAA4 in popluar number systems.

HEX 8A CA A4
Decimal 138 202 164
Binary 10001010 11001010 10100100
Octal 212 312 244

Shades and tints

Shades of #8ACAA4

#8ACAA4
(138,202,164)
#7EB896
(126,184,150)
#72A688
(114,166,136)
#66947A
(102,148,122)
#5A826C
(90,130,108)
#4E705E
(78,112,94)
#425E50
(66,94,80)
#364C42
(54,76,66)
#2A3A34
(42,58,52)
#1E2826
(30,40,38)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #8ACAA4

#8ACAA4
(138,202,164)
#94CEAC
(148,206,172)
#9ED2B4
(158,210,180)
#A8D6BC
(168,214,188)
#B2DAC4
(178,218,196)
#BCDECC
(188,222,204)
#C6E2D4
(198,226,212)
#D0E6DC
(208,230,220)
#DAEAE4
(218,234,228)
#E4EEEC
(228,238,236)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACAA4 color. Also use rgb(138,202,164) instead hex code.

Text Font Color

.myTextColor { color: #8ACAA4; }

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

This text font color is #8ACAA4.

Background Color

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

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

This div background color is #8ACAA4.

Border color

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

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

This div border color is #8ACAA4.

Opacity

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

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

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

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

This text has shadow with #8ACAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACAA4.

Preview

Color preview on black background

This text has color #8ACAA4 on black background.


Color preview on white background

This text has color #8ACAA4 on white background.


Black color preview on #8ACAA4 background

This text has black color on #8ACAA4 background.


White color preview on #8ACAA4 background

This text has white color on #8ACAA4 background.


Related colors

Complementary color

Complementary color for #hex is #75355B.


I love getcolorcode.com

Triadic colors

1 #A48ACA and #CAA48A with #8ACAA4 are triadic colors.

2 #A4CA8A and #CA8AA4 with #8ACAA4 are triadic colors.