COLOR #8AAB91

HEX: #8AAB91 RGB: (138,171,145)

Color info

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

RGB color model

#8AAB91 color RGB value is (138,171,145).

RGB: (138,171,145) (54%, 67%, 57%)

RGB channels and saturation

R 138 of 255 = 54%
G 171 of 255 = 67%
B 145 of 255 = 57%

138
171
145

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

Portions of RGB colors in percentages

R + G + B = 138 + 171 + 145 = 454 (100%)
R 138 of 454 ~ 30.4%
G 171 of 454 ~ 37.67%
B 145 of 454 ~ 31.94'%

%30.4
%37.67
%31.94

CMYK color model

#8AAB91 color CMYK value is (19,0,15,33).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 32.94%

CMYK: (19,0,15,33)
C19M0Y15K33 (19%, 0%, 15%, 33%)
(0.19 / 0.00 / 0.15 / 0.33)

CMYK percentages

%19.3
%0
%15.2
%32.94

Codes

Color #8AAB91 in popluar color models

8A AB 91
RGB 138 171 145
HSL 133° 16.42% 60.59%
HSB/HSV 133° 19.30% 67.06%
CMYK 19.30% 0.00% 15.20%
32.94%

Color #8AAB91 in popluar number systems.

HEX 8A AB 91
Decimal 138 171 145
Binary 10001010 10101011 10010001
Octal 212 253 221

Shades and tints

Shades of #8AAB91

#8AAB91
(138,171,145)
#7E9C84
(126,156,132)
#728D77
(114,141,119)
#667E6A
(102,126,106)
#5A6F5D
(90,111,93)
#4E6050
(78,96,80)
#425143
(66,81,67)
#364236
(54,66,54)
#2A3329
(42,51,41)
#1E241C
(30,36,28)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #8AAB91

#8AAB91
(138,171,145)
#94B29B
(148,178,155)
#9EB9A5
(158,185,165)
#A8C0AF
(168,192,175)
#B2C7B9
(178,199,185)
#BCCEC3
(188,206,195)
#C6D5CD
(198,213,205)
#D0DCD7
(208,220,215)
#DAE3E1
(218,227,225)
#E4EAEB
(228,234,235)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAB91 color. Also use rgb(138,171,145) instead hex code.

Text Font Color

.myTextColor { color: #8AAB91; }

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

This text font color is #8AAB91.

Background Color

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

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

This div background color is #8AAB91.

Border color

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

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

This div border color is #8AAB91.

Opacity

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

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

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

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

This text has shadow with #8AAB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AAB91.

Preview

Color preview on black background

This text has color #8AAB91 on black background.


Color preview on white background

This text has color #8AAB91 on white background.


Black color preview on #8AAB91 background

This text has black color on #8AAB91 background.


White color preview on #8AAB91 background

This text has white color on #8AAB91 background.


Related colors

Complementary color

Complementary color for #hex is #75546E.


I love getcolorcode.com

Triadic colors

1 #918AAB and #AB918A with #8AAB91 are triadic colors.

2 #91AB8A and #AB8A91 with #8AAB91 are triadic colors.