COLOR #8AAD6C

HEX: #8AAD6C
RGB: (138,173,108)

Color info

#8AAD6C contains mainly red and green colors. Web safe color of #8AAD6C is #999966 (or #996).

RGB color model

#8AAD6C color RGB value is (138,173,108).

  • red value is 138;
  • green value is 173;
  • blue value is 108.
RGB:
(138,173,108)
(54%,68%,42%)

RGB channels and saturation

R 138 of 255 = 54%
G 173 of 255 = 68%
B 108 of 255 = 42%

138
173
108

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

Portions of RGB colors in percentages

R + G + B =
138 + 173 + 108 = 419 (100%)
R 138 of 419 ~ 32.94%
G 173 of 419 ~ 41.29%
B 108 of 419 ~ 25.78%

%32.94
%41.29
%25.78

CMYK color model

#8AAD6C color CMYK value is (20,0,38,32).

  • cyan value is 20.23%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK:
(20,0,38,32)
C20M0Y38K32 
(20%,0%,38%,32%)
(0.20/0.00/0.38/0.32)	

CMYK percentages

%20.23
%0
%37.57
%32.16

Codes

Color #8AAD6C in popluar color models

8AAD6C
RGB138173108
HSL92°28.38%55.10%
HSB/HSV92°37.57%67.84%
CMYK20.23%0.00%37.57%
32.16%

Color #8AAD6C in popluar number systems.

HEX8AAD6C
Decimal138173108
Binary10001010101011011101100
Octal212255154

Shades and tints

Shades of #8AAD6C

#8AAD6C
(138,173,108)
#7E9E63
(126,158,99)
#728F5A
(114,143,90)
#668051
(102,128,81)
#5A7148
(90,113,72)
#4E623F
(78,98,63)
#425336
(66,83,54)
#36442D
(54,68,45)
#2A3524
(42,53,36)
#1E261B
(30,38,27)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #8AAD6C

#8AAD6C
(138,173,108)
#94B479
(148,180,121)
#9EBB86
(158,187,134)
#A8C293
(168,194,147)
#B2C9A0
(178,201,160)
#BCD0AD
(188,208,173)
#C6D7BA
(198,215,186)
#D0DEC7
(208,222,199)
#DAE5D4
(218,229,212)
#E4ECE1
(228,236,225)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAD6C color. Also use rgb(138,173,108) instead hex code.

Text Font Color

.myTextColor { color: #8AAD6C; }

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

This text font color is #8AAD6C.


Background Color

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

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

This div background color is #8AAD6C.


Border color

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

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

This div border color is #8AAD6C.


Opacity

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

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

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

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

This text has shadow with #8AAD6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAD6C on black background.


Color preview on white background

This text has color #8AAD6C on white background.



Black color preview on #8AAD6C background

This text has black color on #8AAD6C background.


White color preview on #8AAD6C background

This text has white color on #8AAD6C background.