COLOR #8AAC90

HEX: #8AAC90 RGB: (138,172,144)

Color info

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

RGB color model

#8AAC90 color RGB value is (138,172,144).

RGB: (138,172,144) (54%, 67%, 56%)

RGB channels and saturation

R 138 of 255 = 54%
G 172 of 255 = 67%
B 144 of 255 = 56%

138
172
144

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

Portions of RGB colors in percentages

R + G + B = 138 + 172 + 144 = 454 (100%)
R 138 of 454 ~ 30.4%
G 172 of 454 ~ 37.89%
B 144 of 454 ~ 31.72'%

%30.4
%37.89
%31.72

CMYK color model

#8AAC90 color CMYK value is (20,0,16,33).

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 32.55%

CMYK: (20,0,16,33)
C20M0Y16K33 (20%, 0%, 16%, 33%)
(0.20 / 0.00 / 0.16 / 0.33)

CMYK percentages

%19.77
%0
%16.28
%32.55

Codes

Color #8AAC90 in popluar color models

8A AC 90
RGB 138 172 144
HSL 131° 17.00% 60.78%
HSB/HSV 131° 19.77% 67.45%
CMYK 19.77% 0.00% 16.28%
32.55%

Color #8AAC90 in popluar number systems.

HEX 8A AC 90
Decimal 138 172 144
Binary 10001010 10101100 10010000
Octal 212 254 220

Shades and tints

Shades of #8AAC90

#8AAC90
(138,172,144)
#7E9D83
(126,157,131)
#728E76
(114,142,118)
#667F69
(102,127,105)
#5A705C
(90,112,92)
#4E614F
(78,97,79)
#425242
(66,82,66)
#364335
(54,67,53)
#2A3428
(42,52,40)
#1E251B
(30,37,27)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #8AAC90

#8AAC90
(138,172,144)
#94B39A
(148,179,154)
#9EBAA4
(158,186,164)
#A8C1AE
(168,193,174)
#B2C8B8
(178,200,184)
#BCCFC2
(188,207,194)
#C6D6CC
(198,214,204)
#D0DDD6
(208,221,214)
#DAE4E0
(218,228,224)
#E4EBEA
(228,235,234)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAC90 color. Also use rgb(138,172,144) instead hex code.

Text Font Color

.myTextColor { color: #8AAC90; }

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

This text font color is #8AAC90.

Background Color

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

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

This div background color is #8AAC90.

Border color

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

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

This div border color is #8AAC90.

Opacity

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

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

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

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

This text has shadow with #8AAC90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AAC90.

Preview

Color preview on black background

This text has color #8AAC90 on black background.


Color preview on white background

This text has color #8AAC90 on white background.


Black color preview on #8AAC90 background

This text has black color on #8AAC90 background.


White color preview on #8AAC90 background

This text has white color on #8AAC90 background.


Related colors

Complementary color

Complementary color for #hex is #75536F.


I love getcolorcode.com

Triadic colors

1 #908AAC and #AC908A with #8AAC90 are triadic colors.

2 #90AC8A and #AC8A90 with #8AAC90 are triadic colors.