COLOR #8AA78A

HEX: #8AA78A
RGB: (138,167,138)

Color info

#8AA78A contains red, green and blue colors in about the same proportion. Web safe color of #8AA78A is #999999 (or #999).

RGB color model

#8AA78A color RGB value is (138,167,138).

  • red value is 138;
  • green value is 167;
  • blue value is 138.
RGB:
(138,167,138)
(54%,65%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 167 of 255 = 65%
B 138 of 255 = 54%

138
167
138

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

Portions of RGB colors in percentages

R + G + B =
138 + 167 + 138 = 443 (100%)
R 138 of 443 ~ 31.15%
G 167 of 443 ~ 37.7%
B 138 of 443 ~ 31.15%

%31.15
%37.7
%31.15

CMYK color model

#8AA78A color CMYK value is (17,0,17,35).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 34.51%
CMYK:
(17,0,17,35)
C17M0Y17K35 
(17%,0%,17%,35%)
(0.17/0.00/0.17/0.35)	

CMYK percentages

%17.37
%0
%17.37
%34.51

Codes

Color #8AA78A in popluar color models

8AA78A
RGB138167138
HSL120°14.15%59.80%
HSB/HSV120°17.37%65.49%
CMYK17.37%0.00%17.37%
34.51%

Color #8AA78A in popluar number systems.

HEX8AA78A
Decimal138167138
Binary100010101010011110001010
Octal212247212

Shades and tints

Shades of #8AA78A

#8AA78A
(138,167,138)
#7E987E
(126,152,126)
#728972
(114,137,114)
#667A66
(102,122,102)
#5A6B5A
(90,107,90)
#4E5C4E
(78,92,78)
#424D42
(66,77,66)
#363E36
(54,62,54)
#2A2F2A
(42,47,42)
#1E201E
(30,32,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8AA78A

#8AA78A
(138,167,138)
#94AF94
(148,175,148)
#9EB79E
(158,183,158)
#A8BFA8
(168,191,168)
#B2C7B2
(178,199,178)
#BCCFBC
(188,207,188)
#C6D7C6
(198,215,198)
#D0DFD0
(208,223,208)
#DAE7DA
(218,231,218)
#E4EFE4
(228,239,228)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA78A; }

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

This text font color is #8AA78A.


Background Color

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

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

This div background color is #8AA78A.


Border color

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

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

This div border color is #8AA78A.


Opacity

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

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

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

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

This text has shadow with #8AA78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA78A on black background.


Color preview on white background

This text has color #8AA78A on white background.



Black color preview on #8AA78A background

This text has black color on #8AA78A background.


White color preview on #8AA78A background

This text has white color on #8AA78A background.