COLOR #8AA78D

HEX: #8AA78D
RGB: (138,167,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
167
141

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

Portions of RGB colors in percentages

R + G + B =
138 + 167 + 141 = 446 (100%)
R 138 of 446 ~ 30.94%
G 167 of 446 ~ 37.44%
B 141 of 446 ~ 31.61%

%30.94
%37.44
%31.61

CMYK color model

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

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

CMYK percentages

%17.37
%0
%15.57
%34.51

Codes

Color #8AA78D in popluar color models

8AA78D
RGB138167141
HSL126°14.15%59.80%
HSB/HSV126°17.37%65.49%
CMYK17.37%0.00%15.57%
34.51%

Color #8AA78D in popluar number systems.

HEX8AA78D
Decimal138167141
Binary100010101010011110001101
Octal212247215

Shades and tints

Shades of #8AA78D

#8AA78D
(138,167,141)
#7E9881
(126,152,129)
#728975
(114,137,117)
#667A69
(102,122,105)
#5A6B5D
(90,107,93)
#4E5C51
(78,92,81)
#424D45
(66,77,69)
#363E39
(54,62,57)
#2A2F2D
(42,47,45)
#1E2021
(30,32,33)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #8AA78D

#8AA78D
(138,167,141)
#94AF97
(148,175,151)
#9EB7A1
(158,183,161)
#A8BFAB
(168,191,171)
#B2C7B5
(178,199,181)
#BCCFBF
(188,207,191)
#C6D7C9
(198,215,201)
#D0DFD3
(208,223,211)
#DAE7DD
(218,231,221)
#E4EFE7
(228,239,231)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA78D; }

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

This text font color is #8AA78D.


Background Color

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

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

This div background color is #8AA78D.


Border color

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

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

This div border color is #8AA78D.


Opacity

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

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

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

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

This text has shadow with #8AA78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA78D on black background.


Color preview on white background

This text has color #8AA78D on white background.



Black color preview on #8AA78D background

This text has black color on #8AA78D background.


White color preview on #8AA78D background

This text has white color on #8AA78D background.