COLOR #8AA59D

HEX: #8AA59D
RGB: (138,165,157)

Color info

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

RGB color model

#8AA59D color RGB value is (138,165,157).

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

RGB channels and saturation

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

138
165
157

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

Portions of RGB colors in percentages

R + G + B =
138 + 165 + 157 = 460 (100%)
R 138 of 460 ~ 30%
G 165 of 460 ~ 35.87%
B 157 of 460 ~ 34.13%

%30
%35.87
%34.13

CMYK color model

#8AA59D color CMYK value is (16,0,5,35).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(16,0,5,35)
C16M0Y5K35 
(16%,0%,5%,35%)
(0.16/0.00/0.05/0.35)	

CMYK percentages

%16.36
%0
%4.85
%35.29

Codes

Color #8AA59D in popluar color models

8AA59D
RGB138165157
HSL162°13.04%59.41%
HSB/HSV162°16.36%64.71%
CMYK16.36%0.00%4.85%
35.29%

Color #8AA59D in popluar number systems.

HEX8AA59D
Decimal138165157
Binary100010101010010110011101
Octal212245235

Shades and tints

Shades of #8AA59D

#8AA59D
(138,165,157)
#7E968F
(126,150,143)
#728781
(114,135,129)
#667873
(102,120,115)
#5A6965
(90,105,101)
#4E5A57
(78,90,87)
#424B49
(66,75,73)
#363C3B
(54,60,59)
#2A2D2D
(42,45,45)
#1E1E1F
(30,30,31)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #8AA59D

#8AA59D
(138,165,157)
#94ADA5
(148,173,165)
#9EB5AD
(158,181,173)
#A8BDB5
(168,189,181)
#B2C5BD
(178,197,189)
#BCCDC5
(188,205,197)
#C6D5CD
(198,213,205)
#D0DDD5
(208,221,213)
#DAE5DD
(218,229,221)
#E4EDE5
(228,237,229)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA59D; }

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

This text font color is #8AA59D.


Background Color

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

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

This div background color is #8AA59D.


Border color

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

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

This div border color is #8AA59D.


Opacity

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

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

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

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

This text has shadow with #8AA59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA59D on black background.


Color preview on white background

This text has color #8AA59D on white background.



Black color preview on #8AA59D background

This text has black color on #8AA59D background.


White color preview on #8AA59D background

This text has white color on #8AA59D background.