COLOR #8AC09E

HEX: #8AC09E
RGB: (138,192,158)

Color info

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

RGB color model

#8AC09E color RGB value is (138,192,158).

  • red value is 138;
  • green value is 192;
  • blue value is 158.
RGB:
(138,192,158)
(54%,75%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 192 of 255 = 75%
B 158 of 255 = 62%

138
192
158

R + G + B ~ 64%. #8AC09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 192 + 158 = 488 (100%)
R 138 of 488 ~ 28.28%
G 192 of 488 ~ 39.34%
B 158 of 488 ~ 32.38%

%28.28
%39.34
%32.38

CMYK color model

#8AC09E color CMYK value is (28,0,18,25).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 24.71%
CMYK:
(28,0,18,25)
C28M0Y18K25 
(28%,0%,18%,25%)
(0.28/0.00/0.18/0.25)	

CMYK percentages

%28.13
%0
%17.71
%24.71

Codes

Color #8AC09E in popluar color models

8AC09E
RGB138192158
HSL142°30.00%64.71%
HSB/HSV142°28.13%75.29%
CMYK28.13%0.00%17.71%
24.71%

Color #8AC09E in popluar number systems.

HEX8AC09E
Decimal138192158
Binary100010101100000010011110
Octal212300236

Shades and tints

Shades of #8AC09E

#8AC09E
(138,192,158)
#7EAF90
(126,175,144)
#729E82
(114,158,130)
#668D74
(102,141,116)
#5A7C66
(90,124,102)
#4E6B58
(78,107,88)
#425A4A
(66,90,74)
#36493C
(54,73,60)
#2A382E
(42,56,46)
#1E2720
(30,39,32)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #8AC09E

#8AC09E
(138,192,158)
#94C5A6
(148,197,166)
#9ECAAE
(158,202,174)
#A8CFB6
(168,207,182)
#B2D4BE
(178,212,190)
#BCD9C6
(188,217,198)
#C6DECE
(198,222,206)
#D0E3D6
(208,227,214)
#DAE8DE
(218,232,222)
#E4EDE6
(228,237,230)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC09E color. Also use rgb(138,192,158) instead hex code.

Text Font Color

.myTextColor { color: #8AC09E; }

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

This text font color is #8AC09E.


Background Color

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

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

This div background color is #8AC09E.


Border color

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

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

This div border color is #8AC09E.


Opacity

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

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

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

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

This text has shadow with #8AC09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC09E on black background.


Color preview on white background

This text has color #8AC09E on white background.



Black color preview on #8AC09E background

This text has black color on #8AC09E background.


White color preview on #8AC09E background

This text has white color on #8AC09E background.