COLOR #8AA59B

HEX: #8AA59B RGB: (138,165,155)

Color info

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

RGB color model

#8AA59B color RGB value is (138,165,155).

RGB: (138,165,155) (54%, 65%, 61%)

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 155 of 255 = 61%

138
165
155

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

Portions of RGB colors in percentages

R + G + B = 138 + 165 + 155 = 458 (100%)
R 138 of 458 ~ 30.13%
G 165 of 458 ~ 36.03%
B 155 of 458 ~ 33.84'%

%30.13
%36.03
%33.84

CMYK color model

#8AA59B color CMYK value is (16,0,6,35).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%

CMYK: (16,0,6,35)
C16M0Y6K35 (16%, 0%, 6%, 35%)
(0.16 / 0.00 / 0.06 / 0.35)

CMYK percentages

%16.36
%0
%6.06
%35.29

Codes

Color #8AA59B in popluar color models

8A A5 9B
RGB 138 165 155
HSL 158° 13.04% 59.41%
HSB/HSV 158° 16.36% 64.71%
CMYK 16.36% 0.00% 6.06%
35.29%

Color #8AA59B in popluar number systems.

HEX 8A A5 9B
Decimal 138 165 155
Binary 10001010 10100101 10011011
Octal 212 245 233

Shades and tints

Shades of #8AA59B

#8AA59B
(138,165,155)
#7E968D
(126,150,141)
#72877F
(114,135,127)
#667871
(102,120,113)
#5A6963
(90,105,99)
#4E5A55
(78,90,85)
#424B47
(66,75,71)
#363C39
(54,60,57)
#2A2D2B
(42,45,43)
#1E1E1D
(30,30,29)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #8AA59B

#8AA59B
(138,165,155)
#94ADA4
(148,173,164)
#9EB5AD
(158,181,173)
#A8BDB6
(168,189,182)
#B2C5BF
(178,197,191)
#BCCDC8
(188,205,200)
#C6D5D1
(198,213,209)
#D0DDDA
(208,221,218)
#DAE5E3
(218,229,227)
#E4EDEC
(228,237,236)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA59B; }

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

This text font color is #8AA59B.

Background Color

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

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

This div background color is #8AA59B.

Border color

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

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

This div border color is #8AA59B.

Opacity

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

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

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

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

This text has shadow with #8AA59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA59B.

Preview

Color preview on black background

This text has color #8AA59B on black background.


Color preview on white background

This text has color #8AA59B on white background.


Black color preview on #8AA59B background

This text has black color on #8AA59B background.


White color preview on #8AA59B background

This text has white color on #8AA59B background.


Related colors

Complementary color

Complementary color for #hex is #755A64.


I love getcolorcode.com

Triadic colors

1 #9B8AA5 and #A59B8A with #8AA59B are triadic colors.

2 #9BA58A and #A58A9B with #8AA59B are triadic colors.