COLOR #8AA59E

HEX: #8AA59E
RGB: (138,165,158)

Color info

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

RGB color model

#8AA59E color RGB value is (138,165,158).

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

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 158 of 255 = 62%

138
165
158

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

Portions of RGB colors in percentages

R + G + B =
138 + 165 + 158 = 461 (100%)
R 138 of 461 ~ 29.93%
G 165 of 461 ~ 35.79%
B 158 of 461 ~ 34.27%

%29.93
%35.79
%34.27

CMYK color model

#8AA59E color CMYK value is (16,0,4,35).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(16,0,4,35)
C16M0Y4K35 
(16%,0%,4%,35%)
(0.16/0.00/0.04/0.35)	

CMYK percentages

%16.36
%0
%4.24
%35.29

Codes

Color #8AA59E in popluar color models

8AA59E
RGB138165158
HSL164°13.04%59.41%
HSB/HSV164°16.36%64.71%
CMYK16.36%0.00%4.24%
35.29%

Color #8AA59E in popluar number systems.

HEX8AA59E
Decimal138165158
Binary100010101010010110011110
Octal212245236

Shades and tints

Shades of #8AA59E

#8AA59E
(138,165,158)
#7E9690
(126,150,144)
#728782
(114,135,130)
#667874
(102,120,116)
#5A6966
(90,105,102)
#4E5A58
(78,90,88)
#424B4A
(66,75,74)
#363C3C
(54,60,60)
#2A2D2E
(42,45,46)
#1E1E20
(30,30,32)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #8AA59E

#8AA59E
(138,165,158)
#94ADA6
(148,173,166)
#9EB5AE
(158,181,174)
#A8BDB6
(168,189,182)
#B2C5BE
(178,197,190)
#BCCDC6
(188,205,198)
#C6D5CE
(198,213,206)
#D0DDD6
(208,221,214)
#DAE5DE
(218,229,222)
#E4EDE6
(228,237,230)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA59E; }

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

This text font color is #8AA59E.


Background Color

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

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

This div background color is #8AA59E.


Border color

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

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

This div border color is #8AA59E.


Opacity

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

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

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

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

This text has shadow with #8AA59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA59E on black background.


Color preview on white background

This text has color #8AA59E on white background.



Black color preview on #8AA59E background

This text has black color on #8AA59E background.


White color preview on #8AA59E background

This text has white color on #8AA59E background.