COLOR #8AA79A

HEX: #8AA79A
RGB: (138,167,154)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
167
154

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

Portions of RGB colors in percentages

R + G + B =
138 + 167 + 154 = 459 (100%)
R 138 of 459 ~ 30.07%
G 167 of 459 ~ 36.38%
B 154 of 459 ~ 33.55%

%30.07
%36.38
%33.55

CMYK color model

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

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

CMYK percentages

%17.37
%0
%7.78
%34.51

Codes

Color #8AA79A in popluar color models

8AA79A
RGB138167154
HSL153°14.15%59.80%
HSB/HSV153°17.37%65.49%
CMYK17.37%0.00%7.78%
34.51%

Color #8AA79A in popluar number systems.

HEX8AA79A
Decimal138167154
Binary100010101010011110011010
Octal212247232

Shades and tints

Shades of #8AA79A

#8AA79A
(138,167,154)
#7E988C
(126,152,140)
#72897E
(114,137,126)
#667A70
(102,122,112)
#5A6B62
(90,107,98)
#4E5C54
(78,92,84)
#424D46
(66,77,70)
#363E38
(54,62,56)
#2A2F2A
(42,47,42)
#1E201C
(30,32,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #8AA79A

#8AA79A
(138,167,154)
#94AFA3
(148,175,163)
#9EB7AC
(158,183,172)
#A8BFB5
(168,191,181)
#B2C7BE
(178,199,190)
#BCCFC7
(188,207,199)
#C6D7D0
(198,215,208)
#D0DFD9
(208,223,217)
#DAE7E2
(218,231,226)
#E4EFEB
(228,239,235)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA79A; }

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

This text font color is #8AA79A.


Background Color

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

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

This div background color is #8AA79A.


Border color

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

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

This div border color is #8AA79A.


Opacity

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

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

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

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

This text has shadow with #8AA79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA79A on black background.


Color preview on white background

This text has color #8AA79A on white background.



Black color preview on #8AA79A background

This text has black color on #8AA79A background.


White color preview on #8AA79A background

This text has white color on #8AA79A background.