COLOR #8AA594

HEX: #8AA594 RGB: (138,165,148)

Color info

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

RGB color model

#8AA594 color RGB value is (138,165,148).

RGB: (138,165,148) (54%, 65%, 58%)

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 148 of 255 = 58%

138
165
148

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

Portions of RGB colors in percentages

R + G + B = 138 + 165 + 148 = 451 (100%)
R 138 of 451 ~ 30.6%
G 165 of 451 ~ 36.59%
B 148 of 451 ~ 32.82'%

%30.6
%36.59
%32.82

CMYK color model

#8AA594 color CMYK value is (16,0,10,35).

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

CMYK: (16,0,10,35)
C16M0Y10K35 (16%, 0%, 10%, 35%)
(0.16 / 0.00 / 0.10 / 0.35)

CMYK percentages

%16.36
%0
%10.3
%35.29

Codes

Color #8AA594 in popluar color models

8A A5 94
RGB 138 165 148
HSL 142° 13.04% 59.41%
HSB/HSV 142° 16.36% 64.71%
CMYK 16.36% 0.00% 10.30%
35.29%

Color #8AA594 in popluar number systems.

HEX 8A A5 94
Decimal 138 165 148
Binary 10001010 10100101 10010100
Octal 212 245 224

Shades and tints

Shades of #8AA594

#8AA594
(138,165,148)
#7E9687
(126,150,135)
#72877A
(114,135,122)
#66786D
(102,120,109)
#5A6960
(90,105,96)
#4E5A53
(78,90,83)
#424B46
(66,75,70)
#363C39
(54,60,57)
#2A2D2C
(42,45,44)
#1E1E1F
(30,30,31)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #8AA594

#8AA594
(138,165,148)
#94AD9D
(148,173,157)
#9EB5A6
(158,181,166)
#A8BDAF
(168,189,175)
#B2C5B8
(178,197,184)
#BCCDC1
(188,205,193)
#C6D5CA
(198,213,202)
#D0DDD3
(208,221,211)
#DAE5DC
(218,229,220)
#E4EDE5
(228,237,229)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA594; }

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

This text font color is #8AA594.

Background Color

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

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

This div background color is #8AA594.

Border color

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

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

This div border color is #8AA594.

Opacity

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

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

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

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

This text has shadow with #8AA594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA594.

Preview

Color preview on black background

This text has color #8AA594 on black background.


Color preview on white background

This text has color #8AA594 on white background.


Black color preview on #8AA594 background

This text has black color on #8AA594 background.


White color preview on #8AA594 background

This text has white color on #8AA594 background.


Related colors

Complementary color

Complementary color for #hex is #755A6B.


I love getcolorcode.com

Triadic colors

1 #948AA5 and #A5948A with #8AA594 are triadic colors.

2 #94A58A and #A58A94 with #8AA594 are triadic colors.