COLOR #8AA78E

HEX: #8AA78E
RGB: (138,167,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
167
142

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

Portions of RGB colors in percentages

R + G + B =
138 + 167 + 142 = 447 (100%)
R 138 of 447 ~ 30.87%
G 167 of 447 ~ 37.36%
B 142 of 447 ~ 31.77%

%30.87
%37.36
%31.77

CMYK color model

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

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

CMYK percentages

%17.37
%0
%14.97
%34.51

Codes

Color #8AA78E in popluar color models

8AA78E
RGB138167142
HSL128°14.15%59.80%
HSB/HSV128°17.37%65.49%
CMYK17.37%0.00%14.97%
34.51%

Color #8AA78E in popluar number systems.

HEX8AA78E
Decimal138167142
Binary100010101010011110001110
Octal212247216

Shades and tints

Shades of #8AA78E

#8AA78E
(138,167,142)
#7E9882
(126,152,130)
#728976
(114,137,118)
#667A6A
(102,122,106)
#5A6B5E
(90,107,94)
#4E5C52
(78,92,82)
#424D46
(66,77,70)
#363E3A
(54,62,58)
#2A2F2E
(42,47,46)
#1E2022
(30,32,34)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #8AA78E

#8AA78E
(138,167,142)
#94AF98
(148,175,152)
#9EB7A2
(158,183,162)
#A8BFAC
(168,191,172)
#B2C7B6
(178,199,182)
#BCCFC0
(188,207,192)
#C6D7CA
(198,215,202)
#D0DFD4
(208,223,212)
#DAE7DE
(218,231,222)
#E4EFE8
(228,239,232)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA78E; }

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

This text font color is #8AA78E.


Background Color

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

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

This div background color is #8AA78E.


Border color

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

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

This div border color is #8AA78E.


Opacity

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

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

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

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

This text has shadow with #8AA78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA78E on black background.


Color preview on white background

This text has color #8AA78E on white background.



Black color preview on #8AA78E background

This text has black color on #8AA78E background.


White color preview on #8AA78E background

This text has white color on #8AA78E background.