COLOR #8ABD7A

HEX: #8ABD7A RGB: (138,189,122)

Color info

#8ABD7A contains mainly red and green colors. Web safe color of #8ABD7A is #99CC66 (or #9C6).

RGB color model

#8ABD7A color RGB value is (138,189,122).

RGB: (138,189,122) (54%, 74%, 48%)

RGB channels and saturation

R 138 of 255 = 54%
G 189 of 255 = 74%
B 122 of 255 = 48%

138
189
122

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

Portions of RGB colors in percentages

R + G + B = 138 + 189 + 122 = 449 (100%)
R 138 of 449 ~ 30.73%
G 189 of 449 ~ 42.09%
B 122 of 449 ~ 27.17'%

%30.73
%42.09
%27.17

CMYK color model

#8ABD7A color CMYK value is (27,0,35,26).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 35.45%
  • key color value is 25.88%

CMYK: (27,0,35,26)
C27M0Y35K26 (27%, 0%, 35%, 26%)
(0.27 / 0.00 / 0.35 / 0.26)

CMYK percentages

%26.98
%0
%35.45
%25.88

Codes

Color #8ABD7A in popluar color models

8A BD 7A
RGB 138 189 122
HSL 106° 33.67% 60.98%
HSB/HSV 106° 35.45% 74.12%
CMYK 26.98% 0.00% 35.45%
25.88%

Color #8ABD7A in popluar number systems.

HEX 8A BD 7A
Decimal 138 189 122
Binary 10001010 10111101 1111010
Octal 212 275 172

Shades and tints

Shades of #8ABD7A

#8ABD7A
(138,189,122)
#7EAC6F
(126,172,111)
#729B64
(114,155,100)
#668A59
(102,138,89)
#5A794E
(90,121,78)
#4E6843
(78,104,67)
#425738
(66,87,56)
#36462D
(54,70,45)
#2A3522
(42,53,34)
#1E2417
(30,36,23)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #8ABD7A

#8ABD7A
(138,189,122)
#94C386
(148,195,134)
#9EC992
(158,201,146)
#A8CF9E
(168,207,158)
#B2D5AA
(178,213,170)
#BCDBB6
(188,219,182)
#C6E1C2
(198,225,194)
#D0E7CE
(208,231,206)
#DAEDDA
(218,237,218)
#E4F3E6
(228,243,230)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABD7A color. Also use rgb(138,189,122) instead hex code.

Text Font Color

.myTextColor { color: #8ABD7A; }

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

This text font color is #8ABD7A.

Background Color

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

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

This div background color is #8ABD7A.

Border color

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

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

This div border color is #8ABD7A.

Opacity

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

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

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

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

This text has shadow with #8ABD7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABD7A.

Preview

Color preview on black background

This text has color #8ABD7A on black background.


Color preview on white background

This text has color #8ABD7A on white background.


Black color preview on #8ABD7A background

This text has black color on #8ABD7A background.


White color preview on #8ABD7A background

This text has white color on #8ABD7A background.


Related colors

Complementary color

Complementary color for #hex is #754285.


I love getcolorcode.com

Triadic colors

1 #7A8ABD and #BD7A8A with #8ABD7A are triadic colors.

2 #7ABD8A and #BD8A7A with #8ABD7A are triadic colors.