COLOR #8AA17E

HEX: #8AA17E
RGB: (138,161,126)

Color info

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

RGB color model

#8AA17E color RGB value is (138,161,126).

  • red value is 138;
  • green value is 161;
  • blue value is 126.
RGB:
(138,161,126)
(54%,63%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 161 of 255 = 63%
B 126 of 255 = 49%

138
161
126

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

Portions of RGB colors in percentages

R + G + B =
138 + 161 + 126 = 425 (100%)
R 138 of 425 ~ 32.47%
G 161 of 425 ~ 37.88%
B 126 of 425 ~ 29.65%

%32.47
%37.88
%29.65

CMYK color model

#8AA17E color CMYK value is (14,0,22,37).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(14,0,22,37)
C14M0Y22K37 
(14%,0%,22%,37%)
(0.14/0.00/0.22/0.37)	

CMYK percentages

%14.29
%0
%21.74
%36.86

Codes

Color #8AA17E in popluar color models

8AA17E
RGB138161126
HSL99°15.70%56.27%
HSB/HSV99°21.74%63.14%
CMYK14.29%0.00%21.74%
36.86%

Color #8AA17E in popluar number systems.

HEX8AA17E
Decimal138161126
Binary10001010101000011111110
Octal212241176

Shades and tints

Shades of #8AA17E

#8AA17E
(138,161,126)
#7E9373
(126,147,115)
#728568
(114,133,104)
#66775D
(102,119,93)
#5A6952
(90,105,82)
#4E5B47
(78,91,71)
#424D3C
(66,77,60)
#363F31
(54,63,49)
#2A3126
(42,49,38)
#1E231B
(30,35,27)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #8AA17E

#8AA17E
(138,161,126)
#94A989
(148,169,137)
#9EB194
(158,177,148)
#A8B99F
(168,185,159)
#B2C1AA
(178,193,170)
#BCC9B5
(188,201,181)
#C6D1C0
(198,209,192)
#D0D9CB
(208,217,203)
#DAE1D6
(218,225,214)
#E4E9E1
(228,233,225)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA17E color. Also use rgb(138,161,126) instead hex code.

Text Font Color

.myTextColor { color: #8AA17E; }

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

This text font color is #8AA17E.


Background Color

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

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

This div background color is #8AA17E.


Border color

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

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

This div border color is #8AA17E.


Opacity

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

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

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

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

This text has shadow with #8AA17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA17E on black background.


Color preview on white background

This text has color #8AA17E on white background.



Black color preview on #8AA17E background

This text has black color on #8AA17E background.


White color preview on #8AA17E background

This text has white color on #8AA17E background.