COLOR #8AC1A6

HEX: #8AC1A6
RGB: (138,193,166)

Color info

#8AC1A6 contains red, green and blue colors in about the same proportion. Web safe color of #8AC1A6 is #99CC99 (or #9C9).

RGB color model

#8AC1A6 color RGB value is (138,193,166).

  • red value is 138;
  • green value is 193;
  • blue value is 166.
RGB:
(138,193,166)
(54%,76%,65%)

RGB channels and saturation

R 138 of 255 = 54%
G 193 of 255 = 76%
B 166 of 255 = 65%

138
193
166

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

Portions of RGB colors in percentages

R + G + B =
138 + 193 + 166 = 497 (100%)
R 138 of 497 ~ 27.77%
G 193 of 497 ~ 38.83%
B 166 of 497 ~ 33.4%

%27.77
%38.83
%33.4

CMYK color model

#8AC1A6 color CMYK value is (28,0,14,24).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 13.99%
  • key color value is 24.31%
CMYK:
(28,0,14,24)
C28M0Y14K24 
(28%,0%,14%,24%)
(0.28/0.00/0.14/0.24)	

CMYK percentages

%28.5
%0
%13.99
%24.31

Codes

Color #8AC1A6 in popluar color models

8AC1A6
RGB138193166
HSL151°30.73%64.90%
HSB/HSV151°28.50%75.69%
CMYK28.50%0.00%13.99%
24.31%

Color #8AC1A6 in popluar number systems.

HEX8AC1A6
Decimal138193166
Binary100010101100000110100110
Octal212301246

Shades and tints

Shades of #8AC1A6

#8AC1A6
(138,193,166)
#7EB097
(126,176,151)
#729F88
(114,159,136)
#668E79
(102,142,121)
#5A7D6A
(90,125,106)
#4E6C5B
(78,108,91)
#425B4C
(66,91,76)
#364A3D
(54,74,61)
#2A392E
(42,57,46)
#1E281F
(30,40,31)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #8AC1A6

#8AC1A6
(138,193,166)
#94C6AE
(148,198,174)
#9ECBB6
(158,203,182)
#A8D0BE
(168,208,190)
#B2D5C6
(178,213,198)
#BCDACE
(188,218,206)
#C6DFD6
(198,223,214)
#D0E4DE
(208,228,222)
#DAE9E6
(218,233,230)
#E4EEEE
(228,238,238)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC1A6 color. Also use rgb(138,193,166) instead hex code.

Text Font Color

.myTextColor { color: #8AC1A6; }

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

This text font color is #8AC1A6.


Background Color

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

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

This div background color is #8AC1A6.


Border color

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

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

This div border color is #8AC1A6.


Opacity

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

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

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

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

This text has shadow with #8AC1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC1A6 on black background.


Color preview on white background

This text has color #8AC1A6 on white background.



Black color preview on #8AC1A6 background

This text has black color on #8AC1A6 background.


White color preview on #8AC1A6 background

This text has white color on #8AC1A6 background.