COLOR #8AB99E

HEX: #8AB99E RGB: (138,185,158)

Color info

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

RGB color model

#8AB99E color RGB value is (138,185,158).

RGB: (138,185,158) (54%, 73%, 62%)

RGB channels and saturation

R 138 of 255 = 54%
G 185 of 255 = 73%
B 158 of 255 = 62%

138
185
158

R + G + B ~ 63%. #8AB99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 185 + 158 = 481 (100%)
R 138 of 481 ~ 28.69%
G 185 of 481 ~ 38.46%
B 158 of 481 ~ 32.85'%

%28.69
%38.46
%32.85

CMYK color model

#8AB99E color CMYK value is (25,0,15,27).

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

CMYK: (25,0,15,27)
C25M0Y15K27 (25%, 0%, 15%, 27%)
(0.25 / 0.00 / 0.15 / 0.27)

CMYK percentages

%25.41
%0
%14.59
%27.45

Codes

Color #8AB99E in popluar color models

8A B9 9E
RGB 138 185 158
HSL 146° 25.13% 63.33%
HSB/HSV 146° 25.41% 72.55%
CMYK 25.41% 0.00% 14.59%
27.45%

Color #8AB99E in popluar number systems.

HEX 8A B9 9E
Decimal 138 185 158
Binary 10001010 10111001 10011110
Octal 212 271 236

Shades and tints

Shades of #8AB99E

#8AB99E
(138,185,158)
#7EA990
(126,169,144)
#729982
(114,153,130)
#668974
(102,137,116)
#5A7966
(90,121,102)
#4E6958
(78,105,88)
#42594A
(66,89,74)
#36493C
(54,73,60)
#2A392E
(42,57,46)
#1E2920
(30,41,32)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #8AB99E

#8AB99E
(138,185,158)
#94BFA6
(148,191,166)
#9EC5AE
(158,197,174)
#A8CBB6
(168,203,182)
#B2D1BE
(178,209,190)
#BCD7C6
(188,215,198)
#C6DDCE
(198,221,206)
#D0E3D6
(208,227,214)
#DAE9DE
(218,233,222)
#E4EFE6
(228,239,230)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB99E; }

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

This text font color is #8AB99E.

Background Color

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

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

This div background color is #8AB99E.

Border color

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

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

This div border color is #8AB99E.

Opacity

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

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

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

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

This text has shadow with #8AB99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB99E.

Preview

Color preview on black background

This text has color #8AB99E on black background.


Color preview on white background

This text has color #8AB99E on white background.


Black color preview on #8AB99E background

This text has black color on #8AB99E background.


White color preview on #8AB99E background

This text has white color on #8AB99E background.


Related colors

Complementary color

Complementary color for #hex is #754661.


I love getcolorcode.com

Triadic colors

1 #9E8AB9 and #B99E8A with #8AB99E are triadic colors.

2 #9EB98A and #B98A9E with #8AB99E are triadic colors.