COLOR #8AA09E

HEX: #8AA09E
RGB: (138,160,158)

Color info

#8AA09E contains red, green and blue colors in about the same proportion. Web safe color of #8AA09E is #999999 (or #999).

RGB color model

#8AA09E color RGB value is (138,160,158).

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

RGB channels and saturation

R 138 of 255 = 54%
G 160 of 255 = 63%
B 158 of 255 = 62%

138
160
158

R + G + B ~ 60%. #8AA09E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 160 + 158 = 456 (100%)
R 138 of 456 ~ 30.26%
G 160 of 456 ~ 35.09%
B 158 of 456 ~ 34.65%

%30.26
%35.09
%34.65

CMYK color model

#8AA09E color CMYK value is (14,0,1,37).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(14,0,1,37)
C14M0Y1K37 
(14%,0%,1%,37%)
(0.14/0.00/0.01/0.37)	

CMYK percentages

%13.75
%0
%1.25
%37.25

Codes

Color #8AA09E in popluar color models

8AA09E
RGB138160158
HSL175°10.38%58.43%
HSB/HSV175°13.75%62.75%
CMYK13.75%0.00%1.25%
37.25%

Color #8AA09E in popluar number systems.

HEX8AA09E
Decimal138160158
Binary100010101010000010011110
Octal212240236

Shades and tints

Shades of #8AA09E

#8AA09E
(138,160,158)
#7E9290
(126,146,144)
#728482
(114,132,130)
#667674
(102,118,116)
#5A6866
(90,104,102)
#4E5A58
(78,90,88)
#424C4A
(66,76,74)
#363E3C
(54,62,60)
#2A302E
(42,48,46)
#1E2220
(30,34,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #8AA09E

#8AA09E
(138,160,158)
#94A8A6
(148,168,166)
#9EB0AE
(158,176,174)
#A8B8B6
(168,184,182)
#B2C0BE
(178,192,190)
#BCC8C6
(188,200,198)
#C6D0CE
(198,208,206)
#D0D8D6
(208,216,214)
#DAE0DE
(218,224,222)
#E4E8E6
(228,232,230)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA09E; }

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

This text font color is #8AA09E.


Background Color

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

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

This div background color is #8AA09E.


Border color

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

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

This div border color is #8AA09E.


Opacity

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

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

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

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

This text has shadow with #8AA09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA09E on black background.


Color preview on white background

This text has color #8AA09E on white background.



Black color preview on #8AA09E background

This text has black color on #8AA09E background.


White color preview on #8AA09E background

This text has white color on #8AA09E background.