COLOR #8AA59F

HEX: #8AA59F
RGB: (138,165,159)

Color info

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

RGB color model

#8AA59F color RGB value is (138,165,159).

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

RGB channels and saturation

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

138
165
159

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

Portions of RGB colors in percentages

R + G + B =
138 + 165 + 159 = 462 (100%)
R 138 of 462 ~ 29.87%
G 165 of 462 ~ 35.71%
B 159 of 462 ~ 34.42%

%29.87
%35.71
%34.42

CMYK color model

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

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • 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
%3.64
%35.29

Codes

Color #8AA59F in popluar color models

8AA59F
RGB138165159
HSL167°13.04%59.41%
HSB/HSV167°16.36%64.71%
CMYK16.36%0.00%3.64%
35.29%

Color #8AA59F in popluar number systems.

HEX8AA59F
Decimal138165159
Binary100010101010010110011111
Octal212245237

Shades and tints

Shades of #8AA59F

#8AA59F
(138,165,159)
#7E9691
(126,150,145)
#728783
(114,135,131)
#667875
(102,120,117)
#5A6967
(90,105,103)
#4E5A59
(78,90,89)
#424B4B
(66,75,75)
#363C3D
(54,60,61)
#2A2D2F
(42,45,47)
#1E1E21
(30,30,33)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #8AA59F

#8AA59F
(138,165,159)
#94ADA7
(148,173,167)
#9EB5AF
(158,181,175)
#A8BDB7
(168,189,183)
#B2C5BF
(178,197,191)
#BCCDC7
(188,205,199)
#C6D5CF
(198,213,207)
#D0DDD7
(208,221,215)
#DAE5DF
(218,229,223)
#E4EDE7
(228,237,231)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA59F; }

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

This text font color is #8AA59F.


Background Color

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

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

This div background color is #8AA59F.


Border color

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

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

This div border color is #8AA59F.


Opacity

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

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

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

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

This text has shadow with #8AA59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA59F on black background.


Color preview on white background

This text has color #8AA59F on white background.



Black color preview on #8AA59F background

This text has black color on #8AA59F background.


White color preview on #8AA59F background

This text has white color on #8AA59F background.