COLOR #8ACAA0

HEX: #8ACAA0
RGB: (138,202,160)

Color info

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

RGB color model

#8ACAA0 color RGB value is (138,202,160).

  • red value is 138;
  • green value is 202;
  • blue value is 160.
RGB:
(138,202,160)
(54%,79%,63%)

RGB channels and saturation

R 138 of 255 = 54%
G 202 of 255 = 79%
B 160 of 255 = 63%

138
202
160

R + G + B ~ 65%. #8ACAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 202 + 160 = 500 (100%)
R 138 of 500 ~ 27.6%
G 202 of 500 ~ 40.4%
B 160 of 500 ~ 32%

%27.6
%40.4
%32

CMYK color model

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

  • cyan value is 31.68%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 20.78%
CMYK:
(32,0,21,21)
C32M0Y21K21 
(32%,0%,21%,21%)
(0.32/0.00/0.21/0.21)	

CMYK percentages

%31.68
%0
%20.79
%20.78

Codes

Color #8ACAA0 in popluar color models

8ACAA0
RGB138202160
HSL141°37.65%66.67%
HSB/HSV141°31.68%79.22%
CMYK31.68%0.00%20.79%
20.78%

Color #8ACAA0 in popluar number systems.

HEX8ACAA0
Decimal138202160
Binary100010101100101010100000
Octal212312240

Shades and tints

Shades of #8ACAA0

#8ACAA0
(138,202,160)
#7EB892
(126,184,146)
#72A684
(114,166,132)
#669476
(102,148,118)
#5A8268
(90,130,104)
#4E705A
(78,112,90)
#425E4C
(66,94,76)
#364C3E
(54,76,62)
#2A3A30
(42,58,48)
#1E2822
(30,40,34)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #8ACAA0

#8ACAA0
(138,202,160)
#94CEA8
(148,206,168)
#9ED2B0
(158,210,176)
#A8D6B8
(168,214,184)
#B2DAC0
(178,218,192)
#BCDEC8
(188,222,200)
#C6E2D0
(198,226,208)
#D0E6D8
(208,230,216)
#DAEAE0
(218,234,224)
#E4EEE8
(228,238,232)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACAA0; }

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

This text font color is #8ACAA0.


Background Color

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

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

This div background color is #8ACAA0.


Border color

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

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

This div border color is #8ACAA0.


Opacity

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

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

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

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

This text has shadow with #8ACAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACAA0 on black background.


Color preview on white background

This text has color #8ACAA0 on white background.



Black color preview on #8ACAA0 background

This text has black color on #8ACAA0 background.


White color preview on #8ACAA0 background

This text has white color on #8ACAA0 background.