COLOR #8AA39B

HEX: #8AA39B RGB: (138,163,155)

Color info

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

RGB color model

#8AA39B color RGB value is (138,163,155).

RGB: (138,163,155) (54%, 64%, 61%)

RGB channels and saturation

R 138 of 255 = 54%
G 163 of 255 = 64%
B 155 of 255 = 61%

138
163
155

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

Portions of RGB colors in percentages

R + G + B = 138 + 163 + 155 = 456 (100%)
R 138 of 456 ~ 30.26%
G 163 of 456 ~ 35.75%
B 155 of 456 ~ 33.99'%

%30.26
%35.75
%33.99

CMYK color model

#8AA39B color CMYK value is (15,0,5,36).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 4.91%
  • key color value is 36.08%

CMYK: (15,0,5,36)
C15M0Y5K36 (15%, 0%, 5%, 36%)
(0.15 / 0.00 / 0.05 / 0.36)

CMYK percentages

%15.34
%0
%4.91
%36.08

Codes

Color #8AA39B in popluar color models

8A A3 9B
RGB 138 163 155
HSL 161° 11.96% 59.02%
HSB/HSV 161° 15.34% 63.92%
CMYK 15.34% 0.00% 4.91%
36.08%

Color #8AA39B in popluar number systems.

HEX 8A A3 9B
Decimal 138 163 155
Binary 10001010 10100011 10011011
Octal 212 243 233

Shades and tints

Shades of #8AA39B

#8AA39B
(138,163,155)
#7E958D
(126,149,141)
#72877F
(114,135,127)
#667971
(102,121,113)
#5A6B63
(90,107,99)
#4E5D55
(78,93,85)
#424F47
(66,79,71)
#364139
(54,65,57)
#2A332B
(42,51,43)
#1E251D
(30,37,29)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #8AA39B

#8AA39B
(138,163,155)
#94ABA4
(148,171,164)
#9EB3AD
(158,179,173)
#A8BBB6
(168,187,182)
#B2C3BF
(178,195,191)
#BCCBC8
(188,203,200)
#C6D3D1
(198,211,209)
#D0DBDA
(208,219,218)
#DAE3E3
(218,227,227)
#E4EBEC
(228,235,236)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA39B; }

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

This text font color is #8AA39B.

Background Color

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

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

This div background color is #8AA39B.

Border color

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

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

This div border color is #8AA39B.

Opacity

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

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

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

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

This text has shadow with #8AA39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA39B.

Preview

Color preview on black background

This text has color #8AA39B on black background.


Color preview on white background

This text has color #8AA39B on white background.


Black color preview on #8AA39B background

This text has black color on #8AA39B background.


White color preview on #8AA39B background

This text has white color on #8AA39B background.


Related colors

Complementary color

Complementary color for #hex is #755C64.


I love getcolorcode.com

Triadic colors

1 #9B8AA3 and #A39B8A with #8AA39B are triadic colors.

2 #9BA38A and #A38A9B with #8AA39B are triadic colors.