COLOR #8AB991

HEX: #8AB991 RGB: (138,185,145)

Color info

#8AB991 contains red, green and blue colors in about the same proportion. Web safe color of #8AB991 is #99CC99 (or #9C9).

RGB color model

#8AB991 color RGB value is (138,185,145).

RGB: (138,185,145) (54%, 73%, 57%)

RGB channels and saturation

R 138 of 255 = 54%
G 185 of 255 = 73%
B 145 of 255 = 57%

138
185
145

R + G + B ~ 61%. #8AB991 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 185 + 145 = 468 (100%)
R 138 of 468 ~ 29.49%
G 185 of 468 ~ 39.53%
B 145 of 468 ~ 30.98'%

%29.49
%39.53
%30.98

CMYK color model

#8AB991 color CMYK value is (25,0,22,27).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%

CMYK: (25,0,22,27)
C25M0Y22K27 (25%, 0%, 22%, 27%)
(0.25 / 0.00 / 0.22 / 0.27)

CMYK percentages

%25.41
%0
%21.62
%27.45

Codes

Color #8AB991 in popluar color models

8A B9 91
RGB 138 185 145
HSL 129° 25.13% 63.33%
HSB/HSV 129° 25.41% 72.55%
CMYK 25.41% 0.00% 21.62%
27.45%

Color #8AB991 in popluar number systems.

HEX 8A B9 91
Decimal 138 185 145
Binary 10001010 10111001 10010001
Octal 212 271 221

Shades and tints

Shades of #8AB991

#8AB991
(138,185,145)
#7EA984
(126,169,132)
#729977
(114,153,119)
#66896A
(102,137,106)
#5A795D
(90,121,93)
#4E6950
(78,105,80)
#425943
(66,89,67)
#364936
(54,73,54)
#2A3929
(42,57,41)
#1E291C
(30,41,28)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #8AB991

#8AB991
(138,185,145)
#94BF9B
(148,191,155)
#9EC5A5
(158,197,165)
#A8CBAF
(168,203,175)
#B2D1B9
(178,209,185)
#BCD7C3
(188,215,195)
#C6DDCD
(198,221,205)
#D0E3D7
(208,227,215)
#DAE9E1
(218,233,225)
#E4EFEB
(228,239,235)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB991; }

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

This text font color is #8AB991.

Background Color

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

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

This div background color is #8AB991.

Border color

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

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

This div border color is #8AB991.

Opacity

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

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

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

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

This text has shadow with #8AB991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB991.

Preview

Color preview on black background

This text has color #8AB991 on black background.


Color preview on white background

This text has color #8AB991 on white background.


Black color preview on #8AB991 background

This text has black color on #8AB991 background.


White color preview on #8AB991 background

This text has white color on #8AB991 background.


Related colors

Complementary color

Complementary color for #hex is #75466E.


I love getcolorcode.com

Triadic colors

1 #918AB9 and #B9918A with #8AB991 are triadic colors.

2 #91B98A and #B98A91 with #8AB991 are triadic colors.