COLOR #8AC9B0

HEX: #8AC9B0 RGB: (138,201,176)

Color info

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

RGB color model

#8AC9B0 color RGB value is (138,201,176).

RGB: (138,201,176) (54%, 79%, 69%)

RGB channels and saturation

R 138 of 255 = 54%
G 201 of 255 = 79%
B 176 of 255 = 69%

138
201
176

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

Portions of RGB colors in percentages

R + G + B = 138 + 201 + 176 = 515 (100%)
R 138 of 515 ~ 26.8%
G 201 of 515 ~ 39.03%
B 176 of 515 ~ 34.17'%

%26.8
%39.03
%34.17

CMYK color model

#8AC9B0 color CMYK value is (31,0,12,21).

  • cyan value is 31.34%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 21.18%

CMYK: (31,0,12,21)
C31M0Y12K21 (31%, 0%, 12%, 21%)
(0.31 / 0.00 / 0.12 / 0.21)

CMYK percentages

%31.34
%0
%12.44
%21.18

Codes

Color #8AC9B0 in popluar color models

8A C9 B0
RGB 138 201 176
HSL 156° 36.84% 66.47%
HSB/HSV 156° 31.34% 78.82%
CMYK 31.34% 0.00% 12.44%
21.18%

Color #8AC9B0 in popluar number systems.

HEX 8A C9 B0
Decimal 138 201 176
Binary 10001010 11001001 10110000
Octal 212 311 260

Shades and tints

Shades of #8AC9B0

#8AC9B0
(138,201,176)
#7EB7A0
(126,183,160)
#72A590
(114,165,144)
#669380
(102,147,128)
#5A8170
(90,129,112)
#4E6F60
(78,111,96)
#425D50
(66,93,80)
#364B40
(54,75,64)
#2A3930
(42,57,48)
#1E2720
(30,39,32)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #8AC9B0

#8AC9B0
(138,201,176)
#94CDB7
(148,205,183)
#9ED1BE
(158,209,190)
#A8D5C5
(168,213,197)
#B2D9CC
(178,217,204)
#BCDDD3
(188,221,211)
#C6E1DA
(198,225,218)
#D0E5E1
(208,229,225)
#DAE9E8
(218,233,232)
#E4EDEF
(228,237,239)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC9B0 color. Also use rgb(138,201,176) instead hex code.

Text Font Color

.myTextColor { color: #8AC9B0; }

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

This text font color is #8AC9B0.

Background Color

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

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

This div background color is #8AC9B0.

Border color

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

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

This div border color is #8AC9B0.

Opacity

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

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

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

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

This text has shadow with #8AC9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AC9B0.

Preview

Color preview on black background

This text has color #8AC9B0 on black background.


Color preview on white background

This text has color #8AC9B0 on white background.


Black color preview on #8AC9B0 background

This text has black color on #8AC9B0 background.


White color preview on #8AC9B0 background

This text has white color on #8AC9B0 background.


Related colors

Complementary color

Complementary color for #hex is #75364F.


I love getcolorcode.com

Triadic colors

1 #B08AC9 and #C9B08A with #8AC9B0 are triadic colors.

2 #B0C98A and #C98AB0 with #8AC9B0 are triadic colors.