COLOR #8AA87C

HEX: #8AA87C
RGB: (138,168,124)

Color info

#8AA87C contains red, green and blue colors in about the same proportion. Web safe color of #8AA87C is #999966 (or #996).

RGB color model

#8AA87C color RGB value is (138,168,124).

  • red value is 138;
  • green value is 168;
  • blue value is 124.
RGB:
(138,168,124)
(54%,66%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 168 of 255 = 66%
B 124 of 255 = 49%

138
168
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 168 + 124 = 430 (100%)
R 138 of 430 ~ 32.09%
G 168 of 430 ~ 39.07%
B 124 of 430 ~ 28.84%

%32.09
%39.07
%28.84

CMYK color model

#8AA87C color CMYK value is (18,0,26,34).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(18,0,26,34)
C18M0Y26K34 
(18%,0%,26%,34%)
(0.18/0.00/0.26/0.34)	

CMYK percentages

%17.86
%0
%26.19
%34.12

Codes

Color #8AA87C in popluar color models

8AA87C
RGB138168124
HSL101°20.18%57.25%
HSB/HSV101°26.19%65.88%
CMYK17.86%0.00%26.19%
34.12%

Color #8AA87C in popluar number systems.

HEX8AA87C
Decimal138168124
Binary10001010101010001111100
Octal212250174

Shades and tints

Shades of #8AA87C

#8AA87C
(138,168,124)
#7E9971
(126,153,113)
#728A66
(114,138,102)
#667B5B
(102,123,91)
#5A6C50
(90,108,80)
#4E5D45
(78,93,69)
#424E3A
(66,78,58)
#363F2F
(54,63,47)
#2A3024
(42,48,36)
#1E2119
(30,33,25)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #8AA87C

#8AA87C
(138,168,124)
#94AF87
(148,175,135)
#9EB692
(158,182,146)
#A8BD9D
(168,189,157)
#B2C4A8
(178,196,168)
#BCCBB3
(188,203,179)
#C6D2BE
(198,210,190)
#D0D9C9
(208,217,201)
#DAE0D4
(218,224,212)
#E4E7DF
(228,231,223)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA87C color. Also use rgb(138,168,124) instead hex code.

Text Font Color

.myTextColor { color: #8AA87C; }

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

This text font color is #8AA87C.


Background Color

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

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

This div background color is #8AA87C.


Border color

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

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

This div border color is #8AA87C.


Opacity

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

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

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

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

This text has shadow with #8AA87C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA87C on black background.


Color preview on white background

This text has color #8AA87C on white background.



Black color preview on #8AA87C background

This text has black color on #8AA87C background.


White color preview on #8AA87C background

This text has white color on #8AA87C background.