COLOR #8AB79C

HEX: #8AB79C RGB: (138,183,156)

Color info

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

RGB color model

#8AB79C color RGB value is (138,183,156).

RGB: (138,183,156) (54%, 72%, 61%)

RGB channels and saturation

R 138 of 255 = 54%
G 183 of 255 = 72%
B 156 of 255 = 61%

138
183
156

R + G + B ~ 62%. #8AB79C is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 183 + 156 = 477 (100%)
R 138 of 477 ~ 28.93%
G 183 of 477 ~ 38.36%
B 156 of 477 ~ 32.7'%

%28.93
%38.36
%32.7

CMYK color model

#8AB79C color CMYK value is (25,0,15,28).

  • cyan value is 24.59%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%

CMYK: (25,0,15,28)
C25M0Y15K28 (25%, 0%, 15%, 28%)
(0.25 / 0.00 / 0.15 / 0.28)

CMYK percentages

%24.59
%0
%14.75
%28.24

Codes

Color #8AB79C in popluar color models

8A B7 9C
RGB 138 183 156
HSL 144° 23.81% 62.94%
HSB/HSV 144° 24.59% 71.76%
CMYK 24.59% 0.00% 14.75%
28.24%

Color #8AB79C in popluar number systems.

HEX 8A B7 9C
Decimal 138 183 156
Binary 10001010 10110111 10011100
Octal 212 267 234

Shades and tints

Shades of #8AB79C

#8AB79C
(138,183,156)
#7EA78E
(126,167,142)
#729780
(114,151,128)
#668772
(102,135,114)
#5A7764
(90,119,100)
#4E6756
(78,103,86)
#425748
(66,87,72)
#36473A
(54,71,58)
#2A372C
(42,55,44)
#1E271E
(30,39,30)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #8AB79C

#8AB79C
(138,183,156)
#94BDA5
(148,189,165)
#9EC3AE
(158,195,174)
#A8C9B7
(168,201,183)
#B2CFC0
(178,207,192)
#BCD5C9
(188,213,201)
#C6DBD2
(198,219,210)
#D0E1DB
(208,225,219)
#DAE7E4
(218,231,228)
#E4EDED
(228,237,237)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB79C color. Also use rgb(138,183,156) instead hex code.

Text Font Color

.myTextColor { color: #8AB79C; }

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

This text font color is #8AB79C.

Background Color

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

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

This div background color is #8AB79C.

Border color

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

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

This div border color is #8AB79C.

Opacity

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

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

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

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

This text has shadow with #8AB79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB79C.

Preview

Color preview on black background

This text has color #8AB79C on black background.


Color preview on white background

This text has color #8AB79C on white background.


Black color preview on #8AB79C background

This text has black color on #8AB79C background.


White color preview on #8AB79C background

This text has white color on #8AB79C background.


Related colors

Complementary color

Complementary color for #hex is #754863.


I love getcolorcode.com

Triadic colors

1 #9C8AB7 and #B79C8A with #8AB79C are triadic colors.

2 #9CB78A and #B78A9C with #8AB79C are triadic colors.